
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python.
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.
If pyspread is unavailable or outdated for your operating system, you can install it using one of the three methods below.
When using pip, a Python virtual environment (venv) is recommended. Some operating systems may nudge your towards this. pipx could be a solution if venv is no option for you.
Furthermore, note that the QtSvg extensions for PyQT are required. For some operating systems, they are packaged separately from PyQt. Please make sure QtSvg is installed on your system before using pip.
pip install pyspread
It is assumed that python3 and git are installed.
Get sources and enter dir
git clone https://gitlab.com/pyspread/pyspread.git
# or
git clone git@gitlab.com:pyspread/pyspread.git
# then
cd pyspread
Install dependencies and pyspread
pip3 install -r requirements.txt
# or if pip3 is not present
pip install -r requirements.txt
# next
python3 setup.py install
Note that there may unfixed bugs if you use the latest repository version.
You may want to check the CI, which comprises unit tests at
https://gitlab.com/pyspread/pyspread/pipelines
.
Get the latest tarball or zip at https://gitlab.com/pyspread/pyspread or
clone the git repo at https://gitlab.com/pyspread/pyspread.git
With an installation via pip, distutils or your OS's installer, simply run
$ pyspread
from any directory.
In order to start pyspread without installation directly from the cloned repository or the extracted tarball or zip, run
$ ./pyspread/pyspread.py
or
$ python -m pyspread
inside the top directory.
For user questions or user feedback please use the pyspread community board on gitter.
For contributions, patches, development discussions and ideas please create an issue using the pyspread issue tracker on gitlab.
Commit your changes, push them into your fork and send a merge request. The fork documentation page gives an overview how to do this in gitlab.
You can find more more details about code organization here
FAQs
Pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python.
We found that pyspread demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.