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
/
ExcelConfig.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
declare
function
setHiddenRowCol
(
table
:
any
,
worksheet
:
any
):
void
;
export
{ setHiddenRowCol };