feat: 增加了导出时对excel的支持

This commit is contained in:
xuncha
2026-01-17 06:18:11 +08:00
parent c0f2620542
commit 1aecfb369b
4 changed files with 573 additions and 57 deletions

View File

@@ -153,7 +153,7 @@ function ExportPage() {
} : null
}
if (options.format === 'chatlab' || options.format === 'chatlab-jsonl' || options.format === 'json') {
if (options.format === 'chatlab' || options.format === 'chatlab-jsonl' || options.format === 'json' || options.format === 'excel') {
const result = await window.electronAPI.export.exportSessions(
sessionList,
exportFolder,