You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpanRC is a lightweight spreadsheet editor written in Python, utilizing the PyQt5 library for its graphical interface. It offers a straightforward alternative to traditional spreadsheet applications, emphasizing simplicity and efficiency.
5
+

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.
9
10
10
11
## Features
11
12
12
-
-[x]**File Operations**: Open and save CSV & XSRC files (SpanRC Files).
13
+
-[x]**File Operations**: Open and save CSV, SSFS (SolidSheets Files) & XLSX (partial).
13
14
-[x]**Printing**: Print or export tables to PDF format.
14
15
-[x]**Editing**: Modify tables with options to delete, edit rows, and columns.
15
16
-[x]**Formula Support**: Includes functions like avg, sum, min, max, count, similargraph, etc.
@@ -23,15 +24,19 @@ SpanRC is a lightweight spreadsheet editor written in Python, utilizing the PyQt
Contributions to the SpanRC project are encouraged. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute and our code of conduct.
64
+
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.
0 commit comments