This is a simple tool to liberate data from Excel and write it to JSON. The JSON output is formatted based on the SAMM format specified in this proposal.
Either build the project or download the binary from the releases page.
Then use the following command:
liberate <inputFile> <outputFile>
Example:
./ToolboxLiberator liberate SAMM_spreadsheet.xlsx output.samm
You can also validate the output file against the .samm schema (or a custom schema):
validate <inputFile> (<schemaFile>)
example:
./ToolboxLiberator validate output.samm