pyexcel.Sheet.save_as

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

Save the content to a named file

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

for csv, `fmtparams <https://docs.python.org/release/3.1.5/
library/csv.html#dialects-and-formatting-parameters>`_ are accepted
for xls, ‘auto_detect_int’, ‘encoding’ and ‘style_compression’ are
supported

for ods, ‘auto_dtect_int’ is supported