Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huanghaiyang/tableindex
将html表格中的单元格转换为带索引的数组元素
https://github.com/huanghaiyang/tableindex
html-table table-to-excel
Last synced: 6 days ago
JSON representation
将html表格中的单元格转换为带索引的数组元素
- Host: GitHub
- URL: https://github.com/huanghaiyang/tableindex
- Owner: huanghaiyang
- License: mit
- Created: 2016-07-14T15:21:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T03:07:17.000Z (over 8 years ago)
- Last Synced: 2024-11-01T04:35:55.788Z (14 days ago)
- Topics: html-table, table-to-excel
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tableindex
将html表格中的单元格转换为带索引的数组元素,支持单元格跨行跨列的情况,被合并的单元格在数组中以null表示## test
```javascript
npm test
```## install
```javascript
npm install tableindex --save
```