Bare minimum Excel clone in Java.
Find a file
2024-06-13 16:41:02 +02:00
app Cell now properly differentiates between formula and displayValue 2024-06-13 16:41:02 +02:00
doc Added images of UML diagrams 2024-06-05 22:15:41 +02:00
gradle/wrapper Fresh gradle init 2024-05-11 12:37:09 +02:00
.gitattributes Fresh gradle init 2024-05-11 12:37:09 +02:00
.gitignore UML and class inheritance view 2024-05-13 14:37:21 +02:00
gradlew Fresh gradle init 2024-05-11 12:37:09 +02:00
gradlew.bat Fresh gradle init 2024-05-11 12:37:09 +02:00
makefile UML scripts 2024-06-05 21:53:53 +02:00
README.md Added UML diagrams 2024-06-05 22:06:38 +02:00
settings.gradle.kts Fresh gradle init 2024-05-11 12:37:09 +02:00

XL

Bare minimum Excel clone in Java. Made using swing.

XL

doc/UML

Contains all UML diagrams related to the project. XL_UML.png contains the UML for the whole project while the rest are specifc UML for each package.