@odoo/o-spreadsheet
Version:
A spreadsheet component
6 lines (5 loc) • 392 B
TypeScript
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;