1
0
Fork 0
Commit Graph

11 Commits (main)

Author SHA1 Message Date
Victor Hans-Georg Waitz a882441dd3 JavaDoc comments
Added javadoc comments for all methods in the Axel file.
2024-01-02 12:35:49 +01:00
Victor Hans-Georg Waitz f922de14d2 JavaDoc comments
Added javadoc comments for the remaining methods in Spreadsheet, fixed a small bug in the clearTable method, Added javadoc comments for all methods in Cell
2024-01-02 12:08:50 +01:00
Victor Hans-Georg Waitz 6e17bd2434 Method comments
Added javadoc comments for all calculating methods
2023-12-30 17:18:59 +01:00
Victor Hans-Georg Waitz d2aa28c5b3 Program commands
Added program commands like saving, loading, exiting a file or clearing the table, added example file including formulas
2023-12-30 01:27:14 +01:00
Victor Hans-Georg Waitz 33ed4534f0 Function Calc
Added calculations for every function calculation + tests & small input error improvements, added size limit for spreadsheet, smnall changes to input text
2023-12-29 20:28:36 +01:00
Victor Hans-Georg Waitz f94028b6c8 Expression Calc
Addes calculation for expressions + tests, added user input error check for formel functions + tests, small bug fixes
2023-12-27 03:54:24 +01:00
DarkVIC 6d8f8e7520 Added Ui Loop, Error check for user input and test for the above 2023-12-18 00:53:59 +01:00
Oliver Hummel 505f428029 Added a simple exception handling for division by zero attempts. 2023-12-14 08:54:48 +01:00
Oliver Hummel a4e41180e1 Adding saving of spreadsheets as CSV. 2023-12-14 08:31:20 +01:00
Oliver Hummel a127ce585b Removed unnecessary code. 2023-12-14 08:24:22 +01:00
Oliver Hummel 47d2db4f40 Initial Commit. 2023-12-12 15:00:07 +01:00