ragflow/agent
shivamjohri247 41cdf6ad0a feat: support multiple tables in Excel export
- Extract ALL markdown tables from LLM response, not just the first one
- Write each table to a separate sheet in the XLSX file
- Auto-generate sheet names from table titles (e.g., 'Table 1: Military Power...')
- Sanitize sheet names for Excel compatibility (max 31 chars, remove special chars)
- Handle duplicate sheet names with numbered suffixes
- Add debug logging for troubleshooting table parsing
2025-12-15 17:05:47 +05:30
..
component feat: support multiple tables in Excel export 2025-12-15 17:05:47 +05:30
templates Fix: advanced_ingestion_pipeline (#11816) 2025-12-09 09:32:42 +08:00
test Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
tools Fix: tokenizer issue. (#11902) 2025-12-11 17:38:17 +08:00
__init__.py Fix: incorrect async chat streamly output (#11679) 2025-12-03 11:15:45 +08:00
canvas.py Fix errors (#11804) 2025-12-08 12:21:18 +08:00
settings.py Update comments (#4569) 2025-01-21 20:52:28 +08:00