pyexcel.Sheet.save_as

Sheet.save_as(filename, **keywords)[source]

Save the content to a named file

Keywords may vary depending on your file type, because the associated file type employs different library.

for csv, fmtparams are accepted

for xls, ‘auto_detect_int’, ‘encoding’ and ‘style_compression’ are supported

for ods, ‘auto_detect_int’ is supported