tealeg / xlsx

Go library for reading and writing XLSX files.
Other
5.81k stars 810 forks source link

Read the contents of an Excel file in batches using stream processing #754

Closed ZQHcode closed 1 year ago

ZQHcode commented 1 year ago

Because the excel file can be very large, it may overflow if it is read into memory at one time. So how do I read the contents of an Excel file in batches using stream processing