UNPKG
@evidential-fortune-sheet/fortune-excel
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
An Excel import/export import library for FortuneSheet
@evidential-fortune-sheet/fortune-excel
/
dist
/
ToExcel
/
ExcelStyle.d.ts
4 lines
(3 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
import
ExcelJS
from
"exceljs"
;
declare
var
setStyleAndValue
:
(
luckysheet
:
any
,
table
:
any
,
worksheet
:
ExcelJS
.
Worksheet
) =>
void
;
export
{ setStyleAndValue };