ssic
v0.1.1
Published
Spreadsheet command-line internalization tool, convert CSV/XLSX/ODS to JSON
Maintainers
Readme
ssic 
Overview
ssic is a command-line wrapper for spreadsheet-i18n which contains the magics that enables i18n workflows with spreadsheets.
Features
- Supports CSV, TSV, DSV, Excel/Spreadsheets (XLS[XMB], [F]ODS), powered by SheetJS and papaparse
- File-to-file convert:
en.csv -> en.json - File-to-multiple convert:
i18n.csv -> en.json, vi.json, fr.json,... - Output merging:
i18n_a.csv + i18n_b.csv -> en.json - Preserve structure:
a/i18n.csv -> a/en.json | a/i18n/en.json | a/i18n_en.json - File generation:
i18n_files.csv -> cloud_en.json, cloud_fr.json, template_en.html, template_fr.html - And more!
Usage
npx ssic -i locales/i18nSheet.csv -o dist/locales/