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
HI @dmp73, thanks for your issue. Use this method with caution, which will affect changes in references such as formulas, charts, and so on. If there is any referenced value of the worksheet, it will cause a file error when you open it. The excelize only partially updates these references currently. I will add formula adjust support for this function later.
Excelize broke xlsx file when InsertRow and sheet contain some summarized cells.
For example
1 1
2 2
3 3
4 4
5 5
6 15
Sum in cell A6.
xlsx.InsertRow("Sheet1", 2) and as result file is broken.
The text was updated successfully, but these errors were encountered: