I notice that the files that are being generated are XML excel files but the file extension that is generated is is xls. Please change default generated extension to xlsx.

Comments

Anonymous’s picture

+1

creaoy’s picture

Status: Active » Postponed
gianfrasoft’s picture

+1

HHF’s picture

+1

drupalshrek’s picture

I don't know that this is the problem. I tried changing:

        'export feed file' => '%view.xls',

to:

        'export feed file' => '%view.xlsx',

in line 109 of the views_data_export.views.inc file.

The result was that the XLS file would not open at all, with the error message that it was the wrong format.