informationsea / xlsxwriter-rs

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

Add getters for format #61

Open tedbrakob opened 1 month ago

tedbrakob commented 1 month ago

I have a use case where I need to merge multiple formats. Adding getters for the properties of Format will allow this

tedbrakob commented 1 month ago

@informationsea requesting review