MortalreminderPT / edit-xlsx

A quick and easy-to-use Rust library for Excel file editing.
https://crates.io/crates/edit-xlsx
16 stars 4 forks source link

Problems editing a brand new xlsx #1

Closed MortalreminderPT closed 5 months ago

MortalreminderPT commented 5 months ago

When creating a new xlsx file in a folder and trying to edit it, an error is thrown due to the fact that the shared_string is optional for xlsx and required for edit-xlsx, this bug will be fixed soon.

MortalreminderPT commented 5 months ago

This bug is fixed in dev-0.3.0.