Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 998 Bytes

File metadata and controls

34 lines (29 loc) · 998 Bytes

xlsxToJson

Build Status codebeat badge

a tool to generate json and lua config data by xlsx

what it can do

  • generate json and lua code by xlsx file
  • can link other sheet
  • can generate file by every column
  • more xlsx file detail please read template.xlsx file

how to start

1. clone repository

git clone git@github.com:coderguang/xlsxToJson.git xlsxToJson

2. build project

go build

2. run script in windows

call build.bat

if your are in linux,it should be

   ./xlsxToJson template.json