Minor update:
Fixed bug Log was showing excel file instead of sqlite file.
'LogMessage("Success", "SQLite file saved: " & ExcelPath)
LogMessage("Success", "SQLite file saved: " & SQLitePath)
Tips:
Maybe you are not aware, this tool can also run using command line or Macro.
#Macro: Title, Convert, ide://run?File=result.jar&Args=strings.xlsx&Args=strings.db
You can also pass the absolute path in any project by putting the Macro in Main module or B4XMainPage. For convenient, you can put the compile jar in B4J/B4X Additional Libraries folder for sharing between the B4X platforms.
For example (B4J Additional Libraries folder):
#Macro: Title, Convert, ide://run?File=%ADDITIONAL%\localizator-file-converter.jar&Args=strings.db&Args=strings.xlsx
The first argument is input, the second argument is output. You can switch between them.