Skip to content

Commit e8425cd

Browse files
committed
✨📈 graph log, help window, printing fix, save graphs, async formula processing, bugfix, code cleanup, hebrew localization, readme, gitignore
1 parent 505bd94 commit e8425cd

File tree

4 files changed

+305
-133
lines changed

4 files changed

+305
-133
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,6 @@ cython_debug/
173173

174174
# Built Visual Studio Code Extensions
175175
*.vsix
176+
solidsheets_G*.png
177+
solidsheets_G*.jpg
178+
solidsheets_G*.jpeg

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ SolidSheets is a lightweight spreadsheet editor written in Python, utilizing the
1313
- [x] **File Operations**: Open and save CSV, SSFS (SolidSheets Files) & XLSX (partial).
1414
- [x] **Printing**: Print or export tables to PDF format.
1515
- [x] **Editing**: Modify tables with options to delete, edit rows, and columns.
16-
- [x] **Formula Support**: Includes functions like avg, sum, min, max, count, similargraph, etc.
16+
- [x] **Formula Support**: Includes functions like avg, sum, min, max, count, similargraph, pointgraph, bargraph, piegraph & histogram.
1717
- [x] **Customizable Toolbar**: Tailor the interface to your needs.
1818
- [x] **Performance**: Fast and lightweight with threading support.
1919
- [x] **User Experience**: Alerts for unsaved changes and supports dark/light mode.
2020
- [x] **Real-Time Statistics**: Displays live updates on row count, column count, and cell count.
21-
- [x] **Multilingual**: Available in English, Turkish, German, Spanish, Azerbaijani.
21+
- [x] **Multilingual**: Available in English, Turkish, German, Spanish, Azerbaijani, Uzbek, Chinese, Korean, Japanese, Arabic, Russian, French, Greek & Hebrew.
2222
- [x] **Cross-Platform**: Compatible with Windows, macOS, and Linux.
2323
- [x] **Efficiency**: Designed for power-saving and utilizes hardware acceleration.
2424

0 commit comments

Comments
 (0)