Add importing spreadsheet ability

This commit is contained in:
kngako
2023-01-06 02:34:01 +02:00
parent 53f6dce1ef
commit 2887197c4d
5 changed files with 703 additions and 300 deletions

View File

@@ -29,7 +29,15 @@ block content
each val, key in query
if key != "sheets"
input(type="hidden", name=key, value=val)
button.btn.black(type="submit") export to spreadsheets
button.btn.black(type="submit")
i.material-icons.left file_download
span export to spreadsheets
.row
.col.s12
a.btn.black(href=`/projects/${project.id}/import`)
i.material-icons.left file_upload
span import spreadsheets
.divider
table.highlight