# excel2json **Repository Path**: stefan886/excel2json ## Basic Information - **Project Name**: excel2json - **Description**: Simple three layer JSON transformation - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xls export to some file tool -- finish ## file about: - Json - Lua ## exls format: ### Files: - cmd column 2: params - CREATE columns: first export file, column order by numbers. - USETYPE columns: export limit of authority with 's' or 'c' - FLDTYPE columns: use data type, with "Integer", "String", "Float" - NOTE columns: Field description. - FLDNAME columns: Field name. - DATA columns: Field data. - CLOSE columns: stop export data. ### forcus: if first column is empty or nothing, then export nothing this row.