Created attachment 138134 [details] Example file made with Excel 2013 If we create a simple column chart in Microsoft Excel and we set not adjacent cells as range of value, but the address range cells are next to each other the chart will disappear after you save as the file as XLSX with LibreOffice Calc and reload it. Steps to reproduce: 1. Create a new spreadsheet in Microsoft Excel. 2. Add values to a few cells. 3. Add a new column chart to the spreadsheet. 4. Click on the empty chart with right click and choose “select datas”. 4. Select the value range, but select not adjacent cells. (=(Munka1!$B$4;Munka1!$D$4)) 5. Select the address range, but select adjacent cells. (=Munka1!$B$3:$E$3) 6. Save the file as XLSX and open with LibreOffice Calc. 7. Save as the file as XLSX and reload the file. Actual results: The chart disappears. You can see in LibreOffice Calc, that the selected value ranges are lost. Expected results: The chart should not disappear, and the selected value ranges should be preserved.
Created attachment 138135 [details] The example file saved by LO6 alpha
Created attachment 138138 [details] The example file in LO
Repro with attachment Version: 6.1.0.0.alpha0+ (x64) Build ID: cc1db6f2b0ebe05ae807628778835b62df00eca2 CPU threads: 4; OS: Windows 10.0; UI render: default; TinderBox: Win-x86_64@42, Branch:master, Time: 2017-12-03_00:59:10 Locale: fi-FI (fi_FI); Calc: group threaded LibreOffice 3.5.0rc3 Build ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d53735
It seems that the issue is with FILEOPEN of .xlsx file, and to with saving to .xlsx. MS Excel 2013 is opening file exported with LibreOffice 6.0 properly. Please confirm.
(In reply to Bartosz from comment #4) > It seems that the issue is with FILEOPEN of .xlsx file, and to with saving > to .xlsx. > MS Excel 2013 is opening file exported with LibreOffice 6.0 properly. > Please confirm. I re-tested with the latest 6.1 build and there is no problem in either LibO or MSO. Gábor, please confirm it is fixed.
Created attachment 139933 [details] The document opened with latest master build Seems to open correctly now. Thanks whoever did this :).
Great, closing.
Created attachment 139940 [details] The example file saved by LO6.1 alpha