informationsea / xlsxwriter-rs

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

Change ErrorAlert and InputMessage to builder pattern #47

Open 2ndDerivative opened 1 year ago

2ndDerivative commented 1 year ago

I noticed that the build pattern for these two structs in DataValidation are probably better off in a builder pattern because some of their fields are not important to make sure are set.

You can just assign this to me and I'll do it soon, but I wanted to get this out so there can be feedback on the idea.