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
EPPlus does not add single quoutes (') around a worksheet name in a formula.
Problem:
Worksheet name "Sheet1".
Formula = "Sheet1!A1"
Rename to "Sheet 1"
Formula should be:
Formula = "'Sheet 1'!A1"
The text was updated successfully, but these errors were encountered:
JanKallman
changed the title
Renaming a worksheet can causes formulas to become corrupy, if the name contains spaces.
Renaming a worksheet can causes formulas to become corrupt, if the name contains spaces.
Dec 30, 2024
EPPlus does not add single quoutes (') around a worksheet name in a formula.
Problem:
Worksheet name "Sheet1".
Formula = "Sheet1!A1"
Rename to "Sheet 1"
Formula should be:
Formula = "'Sheet 1'!A1"
The text was updated successfully, but these errors were encountered: