arbxcel library

Classes

ARBItem
Describes an ARB record.
Translation
Describes all arb records.

Functions

newTemplate(String filename) → void
Create a new Excel template file.
parseARB(String filename) Translation
Parses .arb files to Translation. The filename is the main language.
parseExcel({required String filename, required String sheetname, required String placeholderSheetname, int headerRow = _kRowHeader, int valueRow = _kRowValue}) Translation
Reads Excel sheet.
writeARB(String filename, Translation data) → void
Writes Translation to .arb files.
writeExcel(String filename, Translation data) → void
Writes a Excel file, includes all translations.