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