Description: Scientific notation may use 'e' instead of 'E' for exponent. It is not preserve in ODF (see bug 153993), but it is neither preserved on export to OOXML (Excel). However it is correctly import from XLSX files. Steps to Reproduce: 1. In Calc, create a scientific number format with 'e' as exponent like 0.00e+0 2. Save to XLSX 3. Reload Actual Results: Number format as changed lowercase to uppercase: 0.00E+0 Expected Results: Number format remains unchanged 0.00e+0 Reproducible: Always User Profile Reset: No Additional Info: Opening file in Excel shows the incorrect format. If you correct it, save and open file in LibO, format is correctly set
I was wrong. Excel is unable to use scientific format with lowercase for exponent. Sorry for the noise.