Page 1 of 1
Wrong functionality of Excel export in mantis
Posted: 03 May 2016, 12:49
by bushra
When i click the excel export link the exported file has .XLM version/type instead of .XLS which causes me difficulty in viewing my status report .Due to this functionality issue my Project manager cannot view the report.
Re: Wrong functionality of Excel export in mantis
Posted: 17 Feb 2020, 16:16
by theo harsant
As far as I can tell, this issue is still there in MantisBT version 2.23.0. It looks like the format is always specified as xml in excel_xml_export.php. Is there a fix programmed for this?
Re: Wrong functionality of Excel export in mantis
Posted: 18 Feb 2020, 06:56
by atrol
Re: Wrong functionality of Excel export in mantis
Posted: 18 Feb 2020, 08:35
by theo harsant
Reading the back and forth, it does not look like a fix is coming anytime soon. Or is it?
Re: Wrong functionality of Excel export in mantis
Posted: 18 Feb 2020, 15:40
by cas
phpexcel will do the job, nowadays it is called phpspreadsheet.
This would require a plugin.
I have created a query plugin which uses phpexcel as output engine, thishowever does require some programming skills.