Closed
Description
Preconditions
XML excel generator class contain error causing file can't be opened by MS Office.
In Open Office is file opened without problem
- Magento 2.x version + MS Office XML handler
Steps to reproduce
- Generate some XML export with negative value (eg. quantity)
- Try to open it with Office XML handler
Expected result
- Open export file
Actual result
- File do not open correctly and Office's error log is created containing information about incorrect value eg.:
XML ERROR in Table
REASON: Bad Value
FILE: C:\Tomas\products_20171025134557.xml
GROUP: Cell
TAG: Data
VALUE: -1
I tested Microsoft Office Professional Plus 2013 and OpenOffice Calc 4.1.3 only.
Open Office can open file without problem, MS Office do not open file and create error report.