
Welcome to pyspread | pyspread
pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. The goal of pyspread is to be the most pythonic spreadsheet. pyspread expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete.
Tutorial - Pyspread
Pyspread renders a plot in any cell that returns a matplotlib figure. Merging the cell with other cells can increase plot size. In order to make generating plots easier, a chart dialog has been added to the Macros menu.
Pyspread - Wikipedia
Pyspread is a non-traditional spreadsheet. Cells in pyspread's grid accept expressions in the Python programming language. [2] A cell can return any Python object, which allows calculations with vectors, matrices, fractions, arbitrary precision numbers and symbols.
pyspread · PyPI
2025年3月19日 · pyspread is a non-traditional spreadsheet that is based on and written in the programming language Python. It is released under the GPL v3. LICENSE. It is recommended to install pyspread as a package that is provided for your operating system. The table below shows for which operating systems, pyspread is available in which version.
Welcome to pyspread’s documentation! — pyspread API docs
Welcome to pyspread’s documentation!¶ Indices and tables¶. Index. Module Index. Search Page. Quick search
GitHub - aricaldeira/pyspread: Pyspread is a non-traditional ...
pyspread is a non-traditional spreadsheet that is based on and written in the programming language Python. It is released under the GPL v3. LICENSE. The table below shows for which operating systems, pyspread is available in which version.
Pyspread - Python式电子表格 - 偏执的码农
Pyspread是一款基于Python语言开发的电子表格程序,它不同于传统的Excel或Google表格,通过Pyspread,您可以轻松创建复杂的公式、动态数据、自定义函数,甚至可以编写Python代码来处理数据。
pyspread download | SourceForge.net
2014年7月12日 · Pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. The goal of pyspread is to be the most pythonic spreadsheet. Pyspread expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete.
Pyspread - 最Python风格的电子表格 - 偏执的码农
2024年5月7日 · Pyspread是一个极具创新性和独特性的电子表格软件。 它不同于传统的Excel或Google表格,而是采用了Python语言作为其核心。 这意味着您可以通过编写Python代码来实现更多功能,让您的电子表格变得更加强大、灵活和个性化。
Basic concepts - Pyspread
The concept in pyspread is that you - the user - are trustworthy and no-one else. When starting pyspread the first time, a secret key is generated that is stored in the local configuration file ( ~/.config/pyspread/pyspread.conf on many Linux systems).