Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkaygediz/solidsheets
📊 Real-time calculation and formula supported spreadsheet editor.
https://github.com/berkaygediz/solidsheets
cell column csv excel fast formula functions lightweight multilingual python qt row spreadsheet table table-processor table-view
Last synced: 2 months ago
JSON representation
📊 Real-time calculation and formula supported spreadsheet editor.
- Host: GitHub
- URL: https://github.com/berkaygediz/solidsheets
- Owner: berkaygediz
- License: gpl-3.0
- Created: 2023-10-18T21:21:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T19:39:00.000Z (2 months ago)
- Last Synced: 2024-11-09T20:28:31.034Z (2 months ago)
- Topics: cell, column, csv, excel, fast, formula, functions, lightweight, multilingual, python, qt, row, spreadsheet, table, table-processor, table-view
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# SolidSheets - A Lightweight Spreadsheet Editor
![Screenshot](images/solidsheets_banner_1.png)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/berkaygediz/solidsheets)
![GitHub repo size](https://img.shields.io/github/repo-size/berkaygediz/solidsheets)
![GitHub](https://img.shields.io/github/license/berkaygediz/solidsheets)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.
## Features
- [x] **File Operations**: Open and save CSV, SSFS (SolidSheets Files) & XLSX (partial).
- [x] **Printing**: Print or export tables to PDF format.
- [x] **Editing**: Modify tables with options to delete, edit rows, and columns.
- [x] **Formula Support**: Includes functions like avg, sum, min, max, count, similargraph, pointgraph, bargraph, piegraph & histogram.
- [x] **Customizable Toolbar**: Tailor the interface to your needs.
- [x] **Performance**: Fast and lightweight with threading support.
- [x] **User Experience**: Alerts for unsaved changes and supports dark/light mode.
- [x] **Real-Time Statistics**: Displays live updates on row count, column count, and cell count.
- [x] **Multilingual**: Available in English, Turkish, German, Spanish, Azerbaijani, Uzbek, Chinese, Korean, Japanese, Arabic, Russian, French, Greek & Hebrew.
- [x] **Cross-Platform**: Compatible with Windows, macOS, and Linux.
- [x] **Efficiency**: Designed for power-saving and utilizes hardware acceleration.## Prerequisites
- Python 3.12+
- PySide6
- matplotlib
- psutil
- pandas
- openpyxl## Installation
1. Clone the repository:
```bash
git clone https://github.com/berkaygediz/SolidSheets.git
```2. Install requirements:
```bash
pip install -r requirements.txt
```3. Creating a executable file (Unsigned):
```bash
pyinstaller --noconfirm --onefile --windowed --icon "solidsheets_icon.ico" --name "SolidSheets" --clean --optimize "2" --add-data "solidsheets_icon.png;." "SolidSheets.py"
```## Usage
Launch SolidSheets from the command line:
```bash
python SolidSheets.py
```## Contributing
Contributions to the SolidSheets project are welcomed. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute and our code of conduct.
## License
This project is licensed under GNU GPLv3, GNU LGPLv3, and Mozilla Public License Version 2.0.