jmcnamara / rust_xlsxwriter

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

question: editing existing files planned? #10

Closed kevinmatthes closed 1 year ago

kevinmatthes commented 1 year ago

Question

Hello!

I have got a question concerning both the roadmap (#1) and the README of this project. The README states that editing existing files is not supported, yet. The roadmap does not mention whether such a feature would be scheduled for future releases.

Thus, I was wondering whether editing existing files is planned or if such functionalities would be beyond this project's scope.

jmcnamara commented 1 year ago

Hello and thanks for the question.

I have no plans to support reading/modifying existing files. My focus is on creating a robust featureful library for writing Excel files. Reading/modifying is just too big a secondary task.