pyexcel.Sheet.save_to_memory

Sheet.save_to_memory(file_type, stream, **keywords)[source]

Save the content to memory

Parameters:
  • file_type (str) – any value of ‘csv’, ‘tsv’, ‘csvz’, ‘tsvz’, ‘xls’, ‘xlsm’, ‘xslm’, ‘ods’
  • stream (iostream) – the memory stream to be written to