miachm / SODS

A simple Java library for handle ODS (Open Document Spreadsheet, compatible with Excel and Libreoffice)
The Unlicense
74 stars 30 forks source link

Wrong detection empty cells #23

Closed fnasibov closed 4 years ago

fnasibov commented 4 years ago

Hi, bug with file. When i creating SpreadSheet from this file. It creates million cells and styles in it. Because detecting empty cells is incorrect. this is loadded spreadSheet in debugger. Attention to dimension. image And this is memory snapshot screenshot in visualVM image Will be nice if answer me.

miachm commented 4 years ago

The number 1048576 is a bug with ODS files generated by Microsoft Excel (#12 ). But it was already solved in v1.2.2. I tried your file in the release and it works like expected

May I know which version are you using?

fnasibov commented 4 years ago

Thank you for response. i used v1.2.1. I should update it!)

miachm commented 4 years ago

Perfect then :)