MathNya / umya-spreadsheet

A pure rust library for reading and writing spreadsheet files
MIT License
296 stars 47 forks source link

Chart example #18

Closed danielstuart14 closed 2 years ago

danielstuart14 commented 2 years ago

Thanks for this awesome library! Could you please add a chart example to the readme? I guess a simple linechart would already be enough to understand the basic functionality.

Thanks

MathNya commented 2 years ago

Thanks for the suggestion. We will work on it in the next update. (Currently, adding a chart requires a complicated procedure. We will prepare a function to easily achieve this and guide you through it).

MathNya commented 2 years ago

We have prepared a function to add a chart. Please check the README.md for details.

danielstuart14 commented 2 years ago

awesome, thank you so much!