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'm creating cells based on incrementing index and list with values.
Sometimes(based on the value), the value from the list is getting skipped(and index is still getting incremented) which results in a cell not being created for that value.
When I'm using SXSSF objects, those empty cells are absent and all remaining cells are getting shifted.
Though, with XSSF objects, those empty cells are in place and the data is inserted correctly.
Hi,
I'm creating cells based on incrementing index and list with values.
Sometimes(based on the value), the value from the list is getting skipped(and index is still getting incremented) which results in a cell not being created for that value.
When I'm using SXSSF objects, those empty cells are absent and all remaining cells are getting shifted.
Though, with XSSF objects, those empty cells are in place and the data is inserted correctly.
Please see https://github.com/ikarol/npoi-test/blob/main/Program.cs, for a simplified example
Thanks
The text was updated successfully, but these errors were encountered: