Available is the release of the spreadsheet application pyspread 2.0, allowing the use of Python for data manipulation in cells. Each pyspread cell returns a Python object, and such objects can represent anything, including lists or matrices. Basic knowledge of Python is required for effective use of pyspread. The code is written in Python using NumPy for calculations, matplotlib for graphs, and PyQt5 for the user interface. The program is distributed under the GPLv3 license. The 2.0 release is marked as the first stable version of pyspread, working with Python 3 (≥ 3.6).
suurendatud ressursside piirangud;
- In table cells, you can specify Python code and return Python objects.
- You can access Python libraries, such as NumPy, in the cells.
- Cells can display text, markup, images, or charts (matplotlib).
- Import in CSV format and export in CSV, PDF, and SVG formats are supported.
- The spreadsheet storage format is based on Git and supports attaching signatures based on the blake2b hash to protect against code injection.
- Spell checking for text data is supported.

Allikas: opennet.ru
