---
title: "GetExcelReportBlob (Opus Funktion)"
---
### Beschreibung

Gibt ein Excel Dokument als Blob zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [string](../../../standard-datentypen/string.md) | String der das Exceldokument repräsentiert |

### Rückgabewert [blob](../../../standard-datentypen/blob.md)

Blob des Excel Dokuments

### Beispiel

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

### Siehe auch

---
