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

example "xlsx2adoc" #11

Closed mschnell1 closed 2 months ago

mschnell1 commented 3 months ago

issue #10

MortalreminderPT commented 2 months ago

It looks like your code is not passing workflow and you can see the log in action. But perhaps I can explain why for you. To ensure the accuracy of each example, I asked it in workflow to execute all .rs file under examples. One possible solution is that you could integrate both mods created all together in the xlsx2adoc.rs

MortalreminderPT commented 2 months ago

I merged your example into the dev-0.4 branch and then I'll fix this little problem. Thank you for your contribution to this project.😉

mschnell1 commented 2 months ago

I merged your example into the dev-0.4 branch and then I'll fix this little problem. Thank you for your contribution to this project.😉

Great ! I intended to ask if it's even appropriate to use multiple files in an example.. I guess it's not.

MortalreminderPT commented 2 months ago

I merged your example into the dev-0.4 branch and then I'll fix this little problem. Thank you for your contribution to this project.😉 Great ! I intended to ask if it's even appropriate to use multiple files in an example.. I guess it's not.

Yep you can use all the xlsx files under tests/xlsx, if examples gets complicated in the future maybe I'll need to split it into simple and complex examples later on