Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix globally available defined names #834

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sajito
Copy link

@Sajito Sajito commented Dec 3, 2024

Defined names can apply globally (i.e. for every sheet in the document). Global defined names have no LocalSheetID attached to them. LocalSheetID=0 means that the defined name only applies to the first sheet. By changing the type to *int the information will be preserved correctly.

Defined names can apply globally (i.e. for every sheet in the document).
Global defined names have no LocalSheetID attached to them.
LocalSheetID=0 means that the defined name only applies to the first sheet.
By changing the type to `*int` the information will be preserved correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant