Search code examples
sqldatabasedrupaldrupal-7export-to-excel

Creating a Drupal form export query


I have the task of creating an export query to dump our drupal website form fields into an excel file. Can someone please point me in the right direction on how to perform this task? tutorial links or samples? Any help would be appreciated.

Thanks


Solution

  • With this module : https://www.drupal.org/project/views_data_export

    You just have to create a view, select your fields and choose the export type (csv,xls,...)

    Howto here : https://www.drupal.org/node/1820452