Zum Inhalt

GetXlsxFromExcel (Opus Funktion)

Beschreibung

Gibt ein Dokument als Blob zurück.

Converts an Excel XML document provided as a blob into XLSX (Excel Open XML) format.

Argumente

Name

Typ

Beschreibung

ExcelData

blob

the Excel XML file content as a blob

Rückgabewert blob

Blob im xlsx Format.

the Excel XML content converted to XLSX format

Beispiel

Lo_Report = GetXlsxFromExcel(GetExcelReportBlob(CreateReport(29,Lo_Classes,"SSB_Class",0)));

Siehe auch

GetXlsFromExcel