UNPKG

datainout

Version:

Import and reports data

7 lines (4 loc) 246 B
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 };