Maintainers
This module is part of the elabore-coop/survey-tools project on GitHub.
You are welcome to contribute.
This module improves the Survey Results XLSX export provided by survey_xlsx for questions that can hold several answers.
By default such questions are exported as a single column containing every selected value joined together, which is hard to analyse in a spreadsheet. This module splits them into dedicated columns:
Warning
This module relies on report extension hooks that are not part of the standard survey_xlsx yet. They are introduced by this pull request:
https://github.com/elabore-coop/survey/pull/1
You must run a survey_xlsx that includes these hooks (the PR branch, until it is merged upstream). Installed against a plain survey_xlsx, this module installs without error but the export silently falls back to the default one-column-per-question behaviour.
Table of contents
Export the results of a survey as usual:
In the generated spreadsheet:
Other question types keep their standard single-column export.
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.