Skip to content

python tool for coverting from xlsx to json/luatable and from json to xlsx, support complex json

Notifications You must be signed in to change notification settings

sric0880/excelconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excelconverter

Install

## install depends first and then
cd excelconverter
pip install .

Depends

Usage

  • convert from xlsx to json:
from excelconverter import convertXlsx2Json
convertXlsx2Json(xlsx_filepath_name)
  • convert from xlsx to lua:
from excelconverter import convertJson2Xlsx
convertJson2Xlsx(json_filepath_name)
  • convert from json to xlsx:
from excelconverter import convertJson2Xlsx
convertJson2Xlsx(json_filepath_name)

About

python tool for coverting from xlsx to json/luatable and from json to xlsx, support complex json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages