mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
exceljs last shipped a stable release in October 2023 (4.4.0) and has no repository commits since January 2024, so it no longer meets the dependency maintenance bar. write-excel-file is actively maintained, MIT, Node 18+, and writes to a file path, buffer, or stream, which fits the worker export job and protected volume. CSV stays on PapaParse. read-excel-file is noted as the counterpart if XLSX import is ever required; imports remain CSV-only.