MortalreminderPT / edit-xlsx

A quick and easy-to-use Rust library for Excel file editing.
https://crates.io/crates/edit-xlsx
16 stars 4 forks source link

Add a Getter for Defined Names #18

Closed WilliamTCarroll closed 3 weeks ago

WilliamTCarroll commented 1 month ago

One can now access the Defined Names by the given Name and Sheet.

A test has also been added to verify this operates as expected.

Should there also be a function to get all of them for external looping? My use case does not need this, but someone might want it.

MortalreminderPT commented 1 month ago

Thanks for the pr, I'll check and merge it later! 😊