UNPKG

@odoo/o-spreadsheet

Version:
6 lines (5 loc) 392 B
import { ExcelChartDefinition } from "../../types/chart"; import { Image } from "../../types/image"; import { FigureData, SheetData } from "../../types/workbook_data"; import { XLSXStructure } from "../../types/xlsx"; export declare function createDrawing(drawingRelIds: string[], sheet: SheetData, figures: FigureData<ExcelChartDefinition | Image>[], construct: XLSXStructure): XMLDocument;