Open 80avin opened 2 months ago
The row with index (zero-based) = 0 should be set to 15 units high.
This happens, as you guessed, because the 15 is the normal default height for a row. You can work around it by setting the row height to 15.001 or similar.
Either way it is a bug. I'll look into it.
Current behavior
The row with index (zero-based) = 0 gets set to 50 unit high.
This works if I set_row with 14,16 heights.
Expected behavior
The row with index (zero-based) = 0 should be set to 15 units high.
Sample code to reproduce
Environment
Any other information
Since 15 is the default height, I think it avoids updating the sheet if I set a row height to 15. It should verify whether set_row is called with current default, only then it may avoid.
OpenOffice and LibreOffice users