informationsea / xlsxwriter-rs

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

would it make more sense to make (row, col) a tuple in all function signatures #42

Open AndyJado opened 1 year ago

AndyJado commented 1 year ago
    sheet1.merge_range((2, 0) , (3, 2) , "Hello, world", Some(&format3))?;