Skip to content

Julia package that converts excel data to json

License

Notifications You must be signed in to change notification settings

devsisters/XLSXasJSON.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XLSXasJSON

LICENSE MIT Run CI on master Converage

Documentation: Docs

Inspired by excel-as-json

Usage

Parse Excel xlsx files into a Julia data structure to write them as a JSON encoded file.

Designated row or colum must be standardized JSONPointer token, remaining rows will passed to json encoded file.

Installation

pkg> add XLSXasJSON