arb_excel_converter library

Classes

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

Functions

parseARB(String folderPath) Translation
Parses .arb files to Translation. The folderPath is folder to the arb files.
parseExcel({required String filename, String sheetname = 'Sheet1', 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.