You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to propose add possibility to paginate result into xlsx-import, I suppose that should improve performance for larger files. I have no idea how it should be done yet, but this issue is only a proposition. So any ideas are welcome 🤗
Current:
Function getAllItems return all items from imported worksheet
The paginator
I want to propose add possibility to paginate result into
xlsx-import
, I suppose that should improve performance for larger files. I have no idea how it should be done yet, but this issue is only a proposition. So any ideas are welcome 🤗Current:
Function
getAllItems
return all items from imported worksheethttps://github.com/Siemienik/xlsx-import/blob/4c74089/src/Importer.ts#L11-L17
After:
Possible problems
Afaik, ExcelJS hasn't option to stop and resume function
ws.eachRow
. We use this function in verticalListStrategy. (probably resolved by: #80)The text was updated successfully, but these errors were encountered: