I am greatly enjoying ClosedXml but have run into an issue when deleting a row from a table.
The issue seems to be that while the row indeed is deleted, the last (undeleted) row of the table ends up *outside* the table. That is, if I have a table with 5 rows and then delete row 2 then the resulting table has 3 rows (and not 4) with one bottom row ending out outside the table.
I have attached a simple repro which hopefully shows the issue.
Thanks for a great library and for any assistance!
Henrik
The issue seems to be that while the row indeed is deleted, the last (undeleted) row of the table ends up *outside* the table. That is, if I have a table with 5 rows and then delete row 2 then the resulting table has 3 rows (and not 4) with one bottom row ending out outside the table.
I have attached a simple repro which hopefully shows the issue.
Thanks for a great library and for any assistance!
Henrik