Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsisters/xlsxasjson.jl
Julia package that converts excel data to json
https://github.com/devsisters/xlsxasjson.jl
Last synced: about 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T23:45:57.000Z (almost 3 years ago)
- Last Synced: 2024-03-17T02:42:19.218Z (10 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
![LICENSE MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)
![Run CI on master](https://github.com/devsisters/XLSXasJSON.jl/workflows/Run%20CI%20on%20master/badge.svg)
[![Converage](https://github.com/devsisters/XLSXasJSON.jl/blob/gh-pages/dev/coverage/badge_linecoverage.svg)](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
```