Closed jepegit closed 1 year ago
Would be nice to have a method on CellpyCell that exports the content to an Excel file.
CellpyCell
Preferably it should create one file with several sheets:
Possible API:
import cellpy c = cellpy.get(filenames, instrument=instrument) c.to_excel(outfilename, [args], [kwargs])
Done (still room for improvements, for example cannot export ica, ocvrlx etc)
Would be nice to have a method on
CellpyCell
that exports the content to an Excel file.Preferably it should create one file with several sheets:
Possible API: