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
I have an excel with Scale Height - Automatic. When I'm using GetMergeCells or something else that it's using f.workSheetReader(sheet), it breaks, Automatic become 1.
- Remove second useless parameter `isCurrentSheet` of the function `SetSqrefDropList`
- Fix missing page setup of worksheet after re-saving the spreadsheet
Description
I have an excel with Scale Height - Automatic. When I'm using GetMergeCells or something else that it's using
f.workSheetReader(sheet)
, it breaks, Automatic become 1.Steps to reproduce the issue:
excel:
test.xlsx
Describe the results you received:
go test
excel:
test_output.xlsx
Describe the results you expected:
It must remain Automatic
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
OS: macOS Big Sur 11.5.2
Microsoft Excel™ version: Microsoft Excel for Mac 16.52
The text was updated successfully, but these errors were encountered: