Skip to content

Releases: kejn/bundle-converter-cmd

example-cmd-app

05 Feb 22:17
Compare
Choose a tag to compare

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]