Files
IronCalc/bindings/python/docs/index.rst
Nicolás Hatcher 42d557d485 UPDATE: Python docs
2025-02-01 17:18:02 +01:00

21 lines
403 B
ReStructuredText

IronCalc
========
.. toctree::
:maxdepth: 2
:caption: Contents:
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