UNPKG

@odoo/o-spreadsheet

Version:
3 lines (2 loc) 193 B
import { ExcelSheetData, ExcelTableData } from "../../types/workbook_data"; export declare function createTable(table: ExcelTableData, tableId: number, sheetData: ExcelSheetData): XMLDocument;