Skip to content

Releases: jmarxuach/json2xlsm

v1.0.0.1

04 Aug 13:45
Compare
Choose a tag to compare
  • Changed json library json.simple to gson, because json simple doesn't keep value key order.

Example command line :

java -jar json2xlsm.jar <strFileJSON> <strMacroExcelFileIn> <strMacroExcelFileOut>

v1.0.0.0

02 Aug 12:07
Compare
Choose a tag to compare
  • First stable release

Example command line :

java -jar json2xlsm.jar <strFileJSON> <strMacroExcelFileIn> <strMacroExcelFileOut>