Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huanghaiyang/tableindex

将html表格中的单元格转换为带索引的数组元素
https://github.com/huanghaiyang/tableindex

html-table table-to-excel

Last synced: 6 days ago
JSON representation

将html表格中的单元格转换为带索引的数组元素

Awesome Lists containing this project

README

        

# tableindex
将html表格中的单元格转换为带索引的数组元素,支持单元格跨行跨列的情况,被合并的单元格在数组中以null表示

## test

```javascript
npm test
```

## install

```javascript
npm install tableindex --save
```