pyexcel.isave_as¶
-
pyexcel.isave_as(**keywords)[source]¶ Save a sheet from a data source to another one with less memory
It is simliar to
pyexcel.save_as()except that it does not accept parameters forpyexcel.Sheet. And it read when it writes.
pyexcel.isave_as(**keywords)[source]¶Save a sheet from a data source to another one with less memory
It is simliar to pyexcel.save_as() except that it does
not accept parameters for pyexcel.Sheet. And it read
when it writes.