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
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:
Have struct names CellAddress which translate Excel address to tuple with column id and row id
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.
The text was updated successfully, but these errors were encountered:
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:
If you interested in my implementation - feel free to visit my repo - smart_csv_converter and look modules celladdress and namedrange.
The text was updated successfully, but these errors were encountered: