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 a spreadsheet with merged cells on row 1 (F1:H1).
After I call file.RemoveRow("Sheet1",1), the new row 1 which originally does not contain any merged cells will have F1:H1 merged. test.xlsx
I have a spreadsheet with merged cells on row 1 (F1:H1).
After I call
file.RemoveRow("Sheet1",1)
, the new row 1 which originally does not contain any merged cells will have F1:H1 merged.test.xlsx
Output of
go version
:go version go1.12.1 windows/amd64
Excelize version or commit ID:
2.0
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Windows 10, Excel 2016
The text was updated successfully, but these errors were encountered: