Download a Form as XLSForm
kobo_export_xlsformDownload a KoboToolbox form as a standard XLSForm .xlsx workbook for sharing, version control, editing in Excel, or re-importing elsewhere.
Instructions
Download a form as a real XLSForm .xlsx workbook — the standard exchange format for ODK/Kobo questionnaires.
Use it to hand the questionnaire to someone else, keep it under version control, edit it in Excel, or re-import it elsewhere with kobo_import_xlsform.
Args:
uid (string): asset uid of the form
output_path (string, optional): where to write the file
Returns: the path written and its size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Asset uid of the form to download as XLSForm | |
| output_path | No | Where to write the .xlsx (default: the server's output directory) |