Pyspread, a Spreadsheet in Python
4 months ago
- #spreadsheet
- #python
- #data-analysis
- Pyspread is a Python-based spreadsheet application that uses Python expressions in cells.
- Each cell returns a Python object, which can be accessed by other cells, including lists or matrices.
- Pyspread is free software released under the GPL v3 license.
- Latest version is pyspread v2.4.3, requiring Python 3.6+. The last Python 2.x compatible version is v1.1.3.
- Features include PDF export via print to file (requires optional dependencies).
- Target users are those familiar with or willing to learn Python, such as research engineers or business analysts.
- Examples include Clara (research engineer) and Peter (business analyst), who leverage Python for data analysis.
- Not ideal for users like Donna (Excel replacement seekers) or Jack (needs parallel computation).
- User feedback is handled via the pyspread community board on Gitter.
- Contributions and development discussions are managed through the pyspread issue tracker.