jmcnamara / rust_xlsxwriter

A Rust library for creating Excel XLSX files.
https://crates.io/crates/rust_xlsxwriter
Apache License 2.0
250 stars 23 forks source link

feature request: unmerge cells #96

Closed bwkam closed 1 month ago

bwkam commented 1 month ago

Feature Request

Hello, I was wondering if it's possible to add a function to unmerge merged regions. I've looked around the docs, but I only found merge_range. Thank you.

bwkam commented 1 month ago

my bad, this crate is for writing excel files.