# chart2excel **Repository Path**: showlotus/chart2excel ## Basic Information - **Project Name**: chart2excel - **Description**: 可视化表格生成随机数据,并转为excel - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2021-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chart2excel ## 7.27 - `html`中图片打包问题,安装 `npm i html-loader` ```js rules: [ { test: /\.html$/, use: { loader: 'html-loader' } } ] ``` - 安装依赖 - [gridjs](https://gridjs.io/docs/index) ```shell npm install gridjs --save ``` 在 `index.js` 中引入 ```js import { Grid } from "gridjs"; import "gridjs/dist/theme/mermaid.css"; ``` - [sortablejs](http://www.sortablejs.com/index.html) [->配置项<-](http://www.sortablejs.com/options.html) ```shell npm install sortablejs --save ``` - [vuedraggable](https://www.npmjs.com/package/vuedraggable) [->样例<-](https://david-desmaisons.github.io/draggable-example/) ## 7.28 -