FIX: Some fixes to the doumentation
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
d70ab85396
commit
47acd0d600
11
docs/src/programming/about.md
Normal file
11
docs/src/programming/about.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: doc
|
||||
outline: deep
|
||||
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.
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user