Update about.md

This commit is contained in:
Jonathan S
2024-11-29 17:54:42 +00:00
committed by Nicolás Hatcher Andrés
parent 48fd51fc8a
commit 430b420435

View File

@@ -6,6 +6,6 @@ lang: en-US
# Programming IronCalc
IronCal is a spreadsheet _engine_ first. This means you can load the engine from a myriad of places. The very same computational engine tat you use in the [browser](https://app.ironcalc.com) you can use from your favourite programming language.
IronCal is a spreadsheet _engine_ first. This means you can load the engine from a myriad of places. The very same computational engine that you use in the [browser](https://app.ironcalc.com) you can use from your favourite programming language.
Using IronCalc programmatically means you can create spreadsheets on the fly. Maybe you want to create reports for your users or maybe you want to run the spreadsheet with a series of inputs and use the outputs.