Searched refs:createTableData (Results 1 – 2 of 2) sorted by relevance
132 sheets.push(this.createTableData(data.columns, data.tables, image));137 static createTableData(columns: unknown[], dataSource: unknown[], image?: string): string { method in ExcelFormater
67 const result = ExcelFormater.createTableData(columns, dataSource);