pyexcel.Sheet.xlsx
- property Sheet.xlsx
Get/Set data in/from xlsx format
You could obtain content in xlsx format by dot notation:
Sheet.xlsx
And you could as well set content by dot notation:
Sheet.xlsx = the_io_stream_in_xlsx_format
if you need to pass on more parameters, you could use:
Sheet.get_xlsx(**keywords) Sheet.set_xlsx(the_io_stream_in_xlsx_format, **keywords)