MathNya / umya-spreadsheet

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

Inject custom formula in a cell by the user. #151

Open MathNya opened 7 months ago

MathNya commented 7 months ago

Inject custom formula in a cell by the user. At present this can be done by writing it as a string itself, which when opened by spreadsheet software then executes.