UPDATE: Python docs

This commit is contained in:
Nicolás Hatcher
2025-02-01 17:10:42 +01:00
committed by Nicolás Hatcher Andrés
parent 293f7c6de6
commit 42d557d485
7 changed files with 310 additions and 4 deletions

View File

@@ -1,13 +1,20 @@
IronCalc: The democratization of spreadsheets
=============================================
IronCalc
========
.. toctree::
:maxdepth: 2
:caption: Contents:
IronCalc is a spreadsheet engine that allows you to create, modify and safe spreadsheets.
installation
usage_examples
top_level_methods
api_reference
objects
IronCalc is a spreadsheet engine that allows you to create, modify and save spreadsheets.
A simple example that creates a model, sets a formula, evaluates it and gets the result back:
.. literalinclude:: examples/simple.py
:language: python
:language: python