pyexcel.Book.url

Book.url

Set data in url format

You could set content in url format by dot notation:

Book.url

if you need to pass on more parameters, you could use:

Book.set_url(the_io_stream_in_url_format, **keywords)