# Import / Export-Funktionen

- [DELETEFILE](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/deletefile.md): Löscht eine Datei auf den nedyx Server.
- [DOWNLOAD](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/download.md): Lädt den Inhalt eines Widgets als Datei auf den lokalen Client-Computer herunter.
- [DOWNLOADEXCEL](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/downloadexcel.md): Erzeugt eine Excel-Datei mit dem Inhalt eines Tabellen Widgets und lädt diese herunter.
- [DOWNLOADFILE](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/downloadfile.md): Lädt eine Datei auf den lokalen Client-Computer herunter.
- [DOWNLOADPDF](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/downloadpdf.md)
- [EXCELCREATE](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/excelcreate.md): Erzeugt eine Excel-Datei mit dem Inhalt eines Tabellen Widgets.
- [GETFILELIST](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/getfilelist.md): Liefert eine Liste aller Dateien, die im aktuellen Workspace hochgeladen oder erstellt wurden.
- [PDFCREATE](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/pdfcreate.md): Erzeugt eine PDF-Datei mit einer Auswahl von Anwendungsseiten.
- [POSTMESSAGE](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/postmessage.md): Sendet einen Text an die übergeordnete Browserseite.
- [SCANCODE](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/scancode.md): Scannt einen QR- oder Barcode und gibt seinen Inhalt als Text zurück.
- [SENDEMAIL](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/sendemail.md): Sendet eine E-Mail an einen oder mehrere Empfänger.
- [UPLOAD](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/upload.md): Lädt den Inhalt einer Datei vom lokalen Client-Computer in ein Widget hoch.
- [UPLOADFILE](https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen/uploadfile.md): Lädt eine Datei vom lokalen Client-Computer auf den nedyx Server hoch.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/import-export-funktionen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
