MathNya / umya-spreadsheet

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

Does this aim to build an engine of spreadsheet application? #75

Closed ImJeremyHe closed 2 years ago

ImJeremyHe commented 2 years ago

As it support reading and writing,

MathNya commented 2 years ago

Yes. php has a phpspreadsheet, but rust did not have a similar one, so I made one.

ImJeremyHe commented 2 years ago

We do the same thing: https://github.com/proclml/LogiSheets But my project is still in the very early stage.

MathNya commented 2 years ago

Thank you for your referral. The implementation of calculations and other features are not available in umya spreadsheet. great works!!