Problem/Motivation

When exporting files in /admin/structure/webform/manage/seminar_signup/results/download , I would like to be able to select which columns (fields) are shown in the download file.

Steps to reproduce

Have the module webform_xlsx_export enabled.

Have a webform with results,
open /admin/structure/webform/manage/seminar_signup/results/download
select "HTML" as export format.
Scroll down to see the list of "Column Options".
This is all intended so far.

Scroll back up and select "XSLX" as export format.
Now there is only "Format Options" and "Download options" visible.
The fieldset "column options" is not visible.

The downloaded XSLX file will still honour the settings from the HTML file config!
This puzzles me and I lost about an hour searching for the settings to configure the XLSX file.

Proposed resolution

Display the fieldset "column options" for any relevant file export format.

Remaining tasks

User interface changes

Display the fieldset "column options" for any relevant file export format.

Many thanks for the great work on this module!

Comments

ProperCroc created an issue. See original summary.

vedeem’s picture

The following patch somewhat fixes the issue, however a lot of extra settings which only matter for csv files become visible too.

jrockowitz’s picture

Status: Active » Closed (won't fix)

I am sorry, but this will need to be fixed via https://www.drupal.org/project/webform_xlsx_export module, which could/should support these options.