pyexcel_io.save_data

pyexcel_io.save_data(afile, data, file_type=None, **keywords)[source]

Save data to an excel file source

Your data can be an array or an ordered dictionary

Parameters:
  • filename – actual file name, a file stream or actual content
  • data – the data to be saved
  • file_type – used only when filename is not a physial file name
  • keywords

    any other parameters that python csv module’s `fmtparams <https://docs.python.org/release/3.1.5/

    library/csv.html#dialects-and-formatting-parameters>`_