Added workbook call

This commit is contained in:
MatMasIt 2022-02-06 18:02:36 +01:00 committed by GitHub
parent 3c859418f3
commit d3a49e1b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ switch($intent){
case "C":
rename("data/".$nonce.".csv","data/current.csv");
processCsv();
include("workbookExport.php");
echo "OK";
break;
default: