https://github.com/devsisters/xlsxasjson.jl
Julia package that converts excel data to json
https://github.com/devsisters/xlsxasjson.jl
Last synced: 4 months ago
JSON representation
Julia package that converts excel data to json
- Host: GitHub
- URL: https://github.com/devsisters/xlsxasjson.jl
- Owner: devsisters
- License: mit
- Created: 2018-11-29T01:23:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T23:45:57.000Z (over 3 years ago)
- Last Synced: 2025-01-19T23:18:25.728Z (6 months ago)
- Language: Julia
- Size: 993 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XLSXasJSON


[](https://devsisters.github.io/XLSXasJSON.jl/dev/coverage/index.html)**Documentation**: [Docs](https://devsisters.github.io/XLSXasJSON.jl/dev/)
Inspired by [excel-as-json](https://github.com/stevetarver/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](https://tools.ietf.org/html/rfc6901) token, remaining rows will passed to json encoded file.
## Installation
```julia
pkg> add XLSXasJSON
```