excel download option

This commit is contained in:
Jörg Henke
2026-01-19 13:35:41 +01:00
parent 667837e24f
commit 2d97720895
7 changed files with 242 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation 'de.jottyfan:timetrackjooq:20260114'
implementation 'de.jottyfan:timetrackjooq:20260119'
implementation 'org.webjars:bootstrap:5.3.8'
implementation 'org.webjars:font-awesome:7.1.0'
@@ -36,6 +36,8 @@ dependencies {
implementation 'com.google.code.gson:gson';
implementation 'org.dhatim:fastexcel:0.19.1'
implementation 'org.springframework.boot:spring-boot-starter-jooq'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"