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

Issue 41 fixing row count #42

Closed Ordiel closed 2 years ago

Ordiel commented 2 years ago

Currently if the the issue described on #23 occurs 100 rows are added to the count which in itself is an issue. This MR changes it so that 0 new rows are added instead.

All tests pass. Please let me know if you consider new ones are in order @miachm

miachm commented 2 years ago

Thanks for the PR. Sorry for the delay, I haven't had time these months.

This PR is not longer neccesary since I refactored the internal structure of the Sheet class.