YongHee-Kim / XLSXasJSON.jl

Easy conversion of .xlsx into an array of objects in .json
https://yonghee-kim.github.io/XLSXasJSON.jl/
MIT License
0 stars 0 forks source link

XLSXasJSON

LICENSE MIT Run tests Converage

Documentation: Docs

Usage

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

The designated row or column must adhere to the standardized JSONPointer token. The remaining rows will be passed to a json encoded file.

Installation

pkg> add XLSXasJSON

Acknowledgement

The initial version of XLSXasJSON.jl was developed with the support from Devsisters Corp.. And inspired by the design of excel-as-json