https://github.com/lsqy/excel-to-json
a tool for converting excel to json.
https://github.com/lsqy/excel-to-json
Last synced: 4 months ago
JSON representation
a tool for converting excel to json.
- Host: GitHub
- URL: https://github.com/lsqy/excel-to-json
- Owner: lsqy
- Created: 2020-04-04T03:37:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T02:49:14.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T20:22:19.053Z (6 months ago)
- Language: Vue
- Size: 310 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# excel-to-json
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).