Description: "ODS.ods" linked to external data "CSV.csv". After modifing "CSV.csv" changes are to be seen in "ODS.ods", but "GotoEndOfUsedArea(False)" does not return new number of columns/rows. Steps to Reproduce: 1.1 "CSV.csv" should first contain following 1 row: "0,1,2,3,4" 1.2 Link "ODS.ods" to external data "CSC.csv". 1.3 Start macro "LinkToExternalData.bas". 1.4 Macro result: "Xmax=4 Ymax=0" - OKAY ! 2.1 "CSV.csv" should second contain following 2 rows: "0,1,2,3,4,5" 2.2 Start macro "LinkToExternalData.bas". 2.3 Macro result: "Xmax=4 Ymax=0" - ERROR - Should be "Xmax=5 Ymax=1" ! Actual Results: "GotoEndOfUsedArea(False)" returns same results for [1.X] and [2.X] (see above "Steps to Reproduce"). Expected Results: "GotoEndOfUsedArea(False)" should return different results for [1.X] and [2.X] (see above "Steps to Reproduce"). Reproducible: Always User Profile Reset: No Additional Info: Version: 7.1.8.1 (x64) / LibreOffice Community Build ID: e1f30c802c3269a1d052614453f260e49458c82c CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: CL
Created attachment 176767 [details] CSV.csv
Created attachment 176768 [details] LinkToExternalData.bas
Created attachment 176786 [details] LinkToExternalData.bas
Created attachment 176842 [details] LinkToExternalData.bas
Created attachment 176863 [details] LinkToExternalData.bas
Changed "Importance" to "enhancement". If "Hidden" is set "True", the external link is not updated. Could it be possible to modify the CALC software the way, that the external link will be updated too when "Hidden" is set "True" ? For details see Attachments. The formerly inserted comments ("Description" up to "Reproducible") should be seen as obsolete.
Created attachment 176874 [details] LinkToExternalData.bas
Created attachment 176875 [details] LinkToExternalData.bas
I can confirm the behaviour in Version: 7.2.1.2 (x64) / LibreOffice Community Build ID: 87b77fad49947c1441b67c559c339af8f3517e22 CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: threaded