UNPKG

datainout

Version:

Import and reports data

7 lines (4 loc) 247 B
import { SheetSection } from '../common/types/common-type.cjs'; import * as exceljs from 'exceljs'; declare function getSection(rowIndex: number, beginTableAt: number, row: exceljs.Row, columnIndex: number): SheetSection; export { getSection };