|
@@ -18,6 +18,7 @@ Include jquery and table2excel in your page
|
|
|
<script src="node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-CN.min.js" type="text/javascript"></script>
|
|
|
<script src="node_modules/xlsx-style/dist/xlsx.full.min.js" type="text/javascript"></script>
|
|
|
<script src="js/dist/excel-preview.min.js"></script>
|
|
|
+<link rel="stylesheet" href="css/excel-preview.css">
|
|
|
```
|
|
|
|
|
|
Using the plugin
|