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: Add the ability to return a Workbook by reading an xlsx file #87

Closed Antonio225t closed 3 months ago

Antonio225t commented 3 months ago

Feature Request

If I have a master xlsx file I would like to use it and add/replace rows and columns in there like duplicating the sheet or the entire workbook instead of creating the master from scratch in Rust. Seems like this feature is missing and it's not even in the Roadmap and nobody made an issue on it.

Antonio225t commented 3 months ago

I am sorry. I didn't saw that https://github.com/jmcnamara/rust_xlsxwriter/issues/10 was something.