feat: add export scope option and smart sheet naming to export to excel plugin (v0.3.5)

This commit is contained in:
fujie
2026-01-03 13:15:13 +08:00
parent 54c90238f7
commit e22744abd0
7 changed files with 287 additions and 101 deletions

View File

@@ -2,6 +2,11 @@
This plugin allows you to export your chat history to an Excel (.xlsx) file directly from the chat interface.
### What's New in v0.3.5
- **Export Scope**: Added `EXPORT_SCOPE` valve to choose between exporting tables from the "Last Message" (default) or "All Messages".
- **Smart Sheet Naming**: Automatically names sheets based on Markdown headers, AI titles (if enabled), or message index (e.g., `Msg1-Tab1`).
- **Multiple Tables Support**: Improved handling of multiple tables within single or multiple messages.
## What's New in v0.3.4
- **Smart Filename Generation**: Now supports generating filenames based on Chat Title, AI Summary, or Markdown Headers.