SolidSheets is a lightweight spreadsheet editor written in Python, utilizing the PySide6 library for its graphical interface. It offers a straightforward alternative to traditional spreadsheet applications, emphasizing simplicity and efficiency.
- File Operations: Open and save CSV, SSFS (SolidSheets Files) & XLSX (partial).
- Printing: Print or export tables to PDF format.
- Editing: Modify tables with options to delete, edit rows, and columns.
- Formula Support: Includes functions like avg, sum, min, max, count, similargraph, pointgraph, bargraph, piegraph & histogram.
- Customizable Toolbar: Tailor the interface to your needs.
- Performance: Fast and lightweight with threading support.
- User Experience: Alerts for unsaved changes and supports dark/light mode.
- Real-Time Statistics: Displays live updates on row count, column count, and cell count.
- Multilingual: Available in English, Turkish, German, Spanish, Azerbaijani, Uzbek, Chinese, Korean, Japanese, Arabic, Russian, French, Greek & Hebrew.
- Cross-Platform: Compatible with Windows, macOS, and Linux.
- Efficiency: Designed for power-saving and utilizes hardware acceleration.
- Python 3.12+
- PySide6
- matplotlib
- psutil
- pandas
- openpyxl
-
Clone the repository:
git clone https://github.com/berkaygediz/SolidSheets.git
-
Install requirements:
pip install -r requirements.txt
-
Creating a executable file (Unsigned):
pyinstaller --noconfirm --onefile --windowed --icon "solidsheets_icon.ico" --name "SolidSheets" --clean --optimize "2" "SolidSheets.py"
Launch SolidSheets from the command line:
python SolidSheets.py
Contributions to the SolidSheets project are welcomed. Please refer to CONTRIBUTING.md for details on how to contribute and our code of conduct.
This project is licensed under GNU GPLv3, GNU LGPLv3, and Mozilla Public License Version 2.0.