Skip to main content

Excel to JSON

Convert values from an Excel spreadsheet to JSON for use in your application. You can download this system service from Grexx Marketplace. This system service is also used by Excel to activity.

Input

Use a casetype activity to add inputs to the Start Systemservice Excel to JSON form.

AttributeData typeMandatory?Description
Column without header prefixStringNoIf First row contains headers is false (see below) columns are provided with a header automatically. This header consists of a prefix and a sequence number (for example, column_1, column_2...). Default: column_.
Excel fileFileYesExcel file to convert to JSON
First row contains headersBooleanNo
Keep empty linesBooleanNoDefault: false

Output

Outputs are added to the Result Systemservice Excel to JSON form when the Systemservice Excel to JSON case is closed.

AttributeData typeMandatory?Description
JSONsJSON (multivalue)NoSet containing values in JSON format.