botserver/src/sheet
Rodrigo Rodriguez (Pragmatismo) 8a9a913ffb Use umya-spreadsheet for Excel as specified in TODO.md
- Add umya-spreadsheet v2.3 dependency (preserves charts, styles, images, formulas, macros, comments)
- Rewrite storage.rs to use umya-spreadsheet for read/write
- Keep original workbook in memory during edit session
- On cell edit: modify only that cell via update_xlsx_cell()
- On save: write full workbook via save_workbook_to_drive()
- Preserve all Excel features: merged cells, frozen panes, comments, styles
- Extract cell styles (font, color, background, alignment)
- Parse and preserve merge ranges
- Support formula preservation with = prefix handling
2026-01-11 10:01:59 -03:00
..
collaboration.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
export.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
formulas.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
handlers.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
mod.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
storage.rs Use umya-spreadsheet for Excel as specified in TODO.md 2026-01-11 10:01:59 -03:00
types.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00