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
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
I have tested the output file with Excel.
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: