Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GetPdfFromExcel

 

Parameters:

 

1) Blob

 

Rückgabe: Blob

 

Beschreibung:
Gibt ein Dokument als Blob zurück.

 

GetXlsFromCsv

GetXlsFromCsv

 

Parameters:

 

1) Blob

Csv Inhalt (UTF-8 codiert).

Rückgabe: Blob

 

Beschreibung:
Gibt ein Dokument als Blob zurück.

 

GetXlsxFromCsv

GetXlsxFromCsv

 

Parameters:

 

1) Blob

Csv Inhalt (UTF-8 codiert).

Rückgabe: Blob

 

Beschreibung:
Gibt ein Dokument als Blob zurück.

 

GetTxtFromCsv

GetTxtFromCsv

 

Parameters:

 

1) Blob

Csv Inhalt (UTF-8 codiert).

Rückgabe: Blob

 

Beschreibung:
Gibt ein Dokument als Blob zurück.

 

GetHtmlFromCsv

GetHtmlFromCsv

 

Parameters:

 

1) Blob

Csv Inhalt (UTF-8 codiert).

Rückgabe: Blob

 

Beschreibung:
Gibt ein Dokument als Blob zurück.

 

GetXmlFromCsv

GetXmlFromCsv

 

Parameters:

 

1) Blob

Csv Inhalt (UTF-8 codiert).

Rückgabe: Blob

 

Beschreibung:
Gibt ein Dokument als Blob zurück.

 

GetPdfFromCsv

GetPdfFromCsv

 

Parameters:

 

1) Blob

Csv Inhalt (UTF-8 codiert).

Rückgabe: Blob

 

Beschreibung:
Gibt ein Dokument als Blob zurück.

 

ShowDocument

ShowDocument

 

Parameters:

 

1) Blob

Document
2) StringName
3) StringExtension

Rückgabe: Void

 

Beschreibung:
Zeigt ein Dokument an.

 

...