-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Cell Coordinate splitRange doesn't support space delimeter #1458
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
Conversation
…er the extra space
…eet names and they can have spaces
… into feature/1457
You're right that a space can appear in a range definition; but it isn't simply an alternative for a comma.
|
That makes more sense! My solution didn't feel optimal and I couldn't find the right doc from Microsoft or about OpenXML to determine what these spaces here actually meant. I appreciate your help. |
He, yes! It's pretty obscure: simple example is to fill cells A1 to C3 with the values 1 to 9, then to have a couple of formulae: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Superseded by PR #4580. Removing stale label, leaving closed. |
This is: new feature to support spaced coordinates instead of just comma delimited lists. Specific to the splitRange() method.
Issue #1457
Checklist:
Why this change is needed?
Excel can save protection ranges as a spaced list instead of just a comma list.