Created attachment 205307 [details] Sample ODS Open the attached ODS, save it to XLSX and try opening it in Excel. It fails to open the file. The ODS contains the following unusual formula: - SUM() - gives result 0, but invalid in Excel, - MAX() - gives Err:511, but invalid in Excel, - MIN() - gives Err:511, but invalid in Excel. These should be exported in a way that the file can still be opened in Excel: SUM with an extra 0 argument, and MAX/MIN with some sort of error argument. (#VALUE! maybe)
Already in 3.5.0.3