feat: update Excel template management and export handling

This commit is contained in:
meswork
2026-06-03 08:46:56 +08:00
parent 9cfb8d16f0
commit 57f804818e
8 changed files with 1092 additions and 124 deletions

View File

@@ -14,7 +14,7 @@ export function createSignalTableWorkbook(data) {
return workbook
}
export async function exportSignalTable(data, filename = 'SignalTable_CZ.xlsx') {
export async function exportSignalTable(data, filename = 'SignalTable.xlsx') {
const workbook = createSignalTableWorkbook(data)
const content = XLSX.write(workbook, {
bookType: 'xlsx',