mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #87] Add a native spreadsheet #27
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sandraev on GitHub (Nov 28, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/87
Using mainly KhiCAS for its spreadsheet, I would like to be able to use it without having to install the whole application (whose periodic table is not really useful anymore...), and with a more native design.
So I was thinking that creating a spreadsheet application could be a solution, either external, or internal, while joining issue #75...
@Overengined commented on GitHub (Dec 5, 2021):
I agree, it would be cool to have a spreadsheet app with some basic formulas and reactivity.
@Lauryy06 commented on GitHub (Dec 5, 2021):
It's indeed a really nice feature, but also very long and hard to implement. So I will not work on it for the moment, but I keep the idea in my mind !
@Overengined commented on GitHub (Dec 5, 2021):
I suggest you add it on the roadmap 😉
@sandraev commented on GitHub (Dec 25, 2021):
sandraev/upsilon-py-spreadsheet
As I don't have (yet!) a good command of C++, I made a little spreadsheet model in Python.
Of course, it's nothing like a real application, but if it can give a structure to build on...
Granted, it's not beautiful OOP, organized with MVC and all, but Python is a bit limited in this area.
The GUI is hand-made, there's no scrolling (Escher will be soon in Python? ;-) and I had the laziness to reprogram Poincare for the calculations, but otherwise, it looks like it.
I hope this will help you, until I get serious about it.
@Overengined commented on GitHub (Dec 25, 2021):
It looks quite cool
@sandraev commented on GitHub (Dec 27, 2021):
Thank you! But I hope it will be useful!