informationsea / xlsxwriter-rs

Excel file writer for Rust
https://crates.io/crates/xlsxwriter
Apache License 2.0
265 stars 44 forks source link

Add FFI for workbook_define_name #18

Closed TBPixel closed 3 years ago

TBPixel commented 3 years ago

I needed to be able to use the workbook_define_name API so I added a function which wrapped that based on the libxlsxwriter/defined_name.c docs.