-
Hello - Are there any documentation on how to read large .XLSX files using NPOI? Is there a streaming option (like a reader) on NPOI that I can use? EDIT: Adding memory to the machine is the last option that we have. Is there a SXSSFWorkbook object but for doing read tasks in NPOI? |
Beta Was this translation helpful? Give feedback.
Answered by
tonyqus
Apr 7, 2022
Replies: 1 comment 1 reply
-
Maybe you can check if EPPlus can meet your needs. They have better memory optimization than NPOI. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sanjosex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you can check if EPPlus can meet your needs. They have better memory optimization than NPOI.