Erstellt ein Mircosoft Excel Diagramm und speichert das Diagram in einem Bild auf dem Computer.
Unterstützte Dateitypen sind GIF, JPEG, PNG und PDF.
Parameter:
| Name | Anzahl Vorkommnisse | Datentyp | Beschreibung |
|---|---|---|---|
| <File> | 1 | File | Unterstützte Dateitypen sind ".bmp", ".jpg", ".jpeg", ".png" und ".pdf". |
| <ChartType> | 1 | Integer | Integer nach dem Excel.XlChartType. Standard- und empfohlener Wert: 51 Siehe https://msdn.microsoft.com/en-us/library/bb241008%28v=office.12%29.aspx |
| <FromCell> | 1 | String | |
| <ToCell> | 1 | String |
Beispiel:
<MSExcel>
<Open>
<File>test.xlsx</File>
</Open>
<ExportChartNew>
<File>test.jpg</File>
<ChartType>51</ChartType>
<FromCell>A1</FromCell>
<ToCell>E5</ToCell>
</ExportChartNew>
</MSExcel>
