View Issue Details

IDProjectCategoryView StatusLast Update
0012229mantisbtcsvpublic2024-07-22 10:20
Reporterdharma Assigned Todhx  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionno change required 
OSWindows Vista 
Product Version1.2.2 
Summary0012229: when exporting Mantis issues to EXCEL it is saving as '.xml' file.
Description

when exporting Mantis issues to EXCEL it is saving as '.xml' file.

video attached.

Steps To Reproduce

1) click on 'View Issues'.
2) click on 'Excel Export'.
3) now observe the popup window. It will say the file name as "mantisbt.xml".

the extension should be .xls for this 'Excel Export' option.

TagsNo tags attached.
Attached Files

Relationships

has duplicate 0014393 closedatrol Wrong functionality of "Excel Export" link 
has duplicate 0017122 closedatrol Unable to Export to Excel 
related to 0012484 confirmed CSV and Excel exporting issue... 

Activities

atrol

atrol

2010-08-10 15:35

developer   ~0026267

The output is not of type xls, its xml
<?xml version="1.0" encoding="UTF-8"?><?mso-application progid="Excel.Sheet"?>
Excel gives an error message if the file is renamed to xls and opened.
I think there is no change required.

dhx

dhx

2010-08-11 04:20

reporter   ~0026268

Thanks atrol.

The file format must be the old/deprecated/unused WordML XML format described at http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats

So you're right, that file format should be named .xml

Resolving as no change necessary.