-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Formula references are not updated after using InsertCols.
Steps to reproduce the issue:
- Create a formula in cell F5 that references C5 + D5 + I5
- InsertCols at column C or D or G
Describe the results you received:
Formula references are not updated, so formula still reads C5 + D5 + I5
Describe the results you expected:
Formula references should be updated to:
D5 + E5 + J5 for insert at C
C5 + E5 + J5 for insert at D
C5 + D5 + J5 for insert at G
Output of go version
:
go version go1.20.5 linux/amd64
Excelize version or commit ID:
v2.7.2-0.20230703160637-e2c74162925c
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Ubuntu Linux on laptop
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request