pyexcel.Sheet.url

Sheet.url

Set data in url format

You could set content in url format by dot notation:

Sheet.url

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

Sheet.set_url(the_io_stream_in_url_format, **keywords)