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

Editing Comma-Seperated Addresses #1284

Open
OssianEPPlus opened this issue Feb 7, 2024 · 0 comments
Open

Editing Comma-Seperated Addresses #1284

OssianEPPlus opened this issue Feb 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@OssianEPPlus
Copy link
Contributor

Currently ExcelAddress.Adresses is internal and does not seem to update appropriately in some cases (ConditionalFormatting when read at least)

This makes it overly complex to add a row to both ranges of a comma-separated address, requiring string handling and the creation of new addresses. Potentially we might want to reconsider making the following methods/properties public or creating public-facing alternative methods:

  • ExcelAddressBase.AddRow()
  • ExcelAddressBase.AddColumn()
  • ExcelAddressBase.Insert()
  • ExcelAddressBase.Collide()

Potentially we might also want to consider what's been previously discussed: Homogenous handling of addresses via the tokenizer.

@OssianEPPlus OssianEPPlus added the enhancement New feature or request label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant