informationsea / xlsxwriter-rs

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

New static method `new_with_options` to create Workbook. #23

Closed kindly closed 3 years ago

kindly commented 3 years ago

This static method takes same arguments as the configuration struct in libxlswriter:

https://libxlsxwriter.github.io/workbook_8h.html#a8ca9bd8c30c618b81ca6180f78b03323

It converts the arguments into the struct and passes them to the C bindings.

Aims to fix: https://github.com/informationsea/xlsxwriter-rs/issues/22