Skip to content

Convert the entries of any Excel File (.xls/.xlsx) to .json

Notifications You must be signed in to change notification settings

aamodpant15/xls_to_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

xls_to_json

Convert the entries of any Excel File (.xls/.xlsx) to .json

Dependencies: openpyxl

Usage

  1. Run
./json_from_xlsx.py1 <filename.xls/filename.xlsx> -a <sheetName>
  1. Output found in "result.json" file

Complexity: O(AB), A = Number of rows in sheet, B = Number of columns in sheet

About

Convert the entries of any Excel File (.xls/.xlsx) to .json

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages