Zum Inhalt

GetXlsFromExcel (Opus Funktion)

Beschreibung

Gibt ein Dokument als Blob zurück.

Converts an Excel XML document provided as a blob into XLS (Excel 97-2003) format.

Argumente

Name

Typ

Beschreibung

ExcelData

blob

the Excel XML file content as a blob

Rückgabewert blob

Blob im Format xls

the Excel XML content converted to XLS format

Beispiel

Lo_XLS = GetXlsFromExcel(Lo_Report);

Siehe auch

GetXlsxFromExcel