dhatim / fastexcel

Generate and read big Excel files quickly
Other
647 stars 116 forks source link

Append row #327

Closed skyhirider closed 8 months ago

skyhirider commented 10 months ago

Is there a built in way to append rows to an existing spreadsheet?

I know I can get the row count and add a new one based on that, but was not able to find an easy append method that would do just that while streaming through large files with millions of rows across multiple tabs.

ochedru commented 8 months ago

No, fastexcel is designed to write workbooks from scratch. If you want to edit an existing workbook, you'd better use Apache POI.