Maintainers
This module is part of the elabore-coop/survey-tools project on GitHub.
You are welcome to contribute.
This is a bridge module between survey_xlsx_expand_multiple_choice and survey_extra_fields.
survey_extra_fields adds a File question type, whose answers are uploaded attachments that cannot be represented in a spreadsheet cell. This module excludes those File questions from the Survey Results XLSX export: they get no column at all, instead of an unusable one.
It installs automatically (auto_install) as soon as both survey_xlsx_expand_multiple_choice and survey_extra_fields are installed, and is uninstalled when either of them is removed. There is nothing to configure.
Warning
The exclusion is implemented through the report extension hooks provided by survey_xlsx_expand_multiple_choice, which itself relies on hooks added to survey_xlsx by this pull request:
https://github.com/elabore-coop/survey/pull/1
Without those hooks, File questions are not filtered out of the export.
Table of contents
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
This module is part of the elabore-coop/survey-tools project on GitHub.
You are welcome to contribute.