https://github.com/huanghaiyang/tableindex
将html表格中的单元格转换为带索引的数组元素
https://github.com/huanghaiyang/tableindex
html-table table-to-excel
Last synced: about 1 year ago
JSON representation
将html表格中的单元格转换为带索引的数组元素
- Host: GitHub
- URL: https://github.com/huanghaiyang/tableindex
- Owner: huanghaiyang
- License: mit
- Created: 2016-07-14T15:21:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T03:07:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T09:17:33.269Z (about 1 year 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
```