UNPKG
datainout
Version:
latest (1.1.2-beta)
1.1.2-beta
1.1.1-beta
1.1.0-beta
1.0.0
Import and reports data
datainout
/
dist
/
helpers
/
get-section.d.ts
7 lines
(4 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
SheetSection
}
from
'../common/types/common-type.js'
;
import
*
as
exceljs
from
'exceljs'
;
declare
function
getSection
(
rowIndex
:
number
,
beginTableAt
:
number
,
row
: exceljs.
Row
,
columnIndex
:
number
):
SheetSection
;
export
{ getSection };