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

Feature: Defined names from workbook returned as Range #407

Open
DarkwingDuck48 opened this issue Feb 14, 2024 · 0 comments
Open

Feature: Defined names from workbook returned as Range #407

DarkwingDuck48 opened this issue Feb 14, 2024 · 0 comments

Comments

@DarkwingDuck48
Copy link

Hi!
It would be better to return correspondent Range object, when we use defined_names() method from workbook.
I could share with you my implementation of this, but i'm newbee in Rust and can't write this functionality in optimal way.

My implementation is:

  1. Have struct names CellAddress which translate Excel address to tuple with column id and row id
  2. Next have struct NamedRange, which have properties name, sheet name and range(tuple of CellAddress objects). This struct have method to construct Range object from corresponds sheet name.

If you interested in my implementation - feel free to visit my repo - smart_csv_converter and look modules celladdress and namedrange.

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

No branches or pull requests

1 participant