UNPKG
legions-thirdparty-plugin
Version:
latest (0.0.9)
0.0.9
0.0.8
常用工具类操作方法
github.com/duanguang/lerna-legion-library.git
legions-thirdparty-plugin
/
sdk.excel
/
index.js
11 lines
(8 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * legions-thirdparty-plugin v0.0.9 * (c) 2021 duanguang *
@license
MIT
*/
import
{
Workbook
}
from
'exceljs'
;
var
workbook =
new
Workbook
;
export
{ workbook };