-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
lalvarezguillen commentedon Nov 17, 2017
This would be a very interesting feature.
kharism commentedon Mar 5, 2018
I've build a library to do that, as long as not many cells using string it can do just that. https://github.com/eaciit/hoboexcel. It stream the data directly from excel. only shared strings is being extracted and partitioned into files to save ram
xuri commentedon Nov 22, 2019
Hi @shawnye, thanks for your issue, sorry for my late reply. I have made the function
GetRow
andRows
read data as streaming. You can get all the data in the worksheet at once throughGetRows
, or read the data row by row usingRows
andNext
like this:Resolve qax-os#146, make the GetRow function read data as streaming. …
Resolve qax-os#146, make the GetRow function read data as streaming. …