Releases: kejn/bundle-converter-cmd
Releases · kejn/bundle-converter-cmd
example-cmd-app
Download example-cmd-app.zip to see the bundle-converter API in action.
Usage
Convert .properties
to .xlsx
:
java -jar bundle-converter-cmd.jar -xlsx pathToDirectoryWithBundles [outputFilePath]
Convert .xlsx
to .properties
:
java -jar bundle-converter-cmd.jar -properties pathToXlsxFile outputDirPath [templatePropertiesFile]