https://issues.apache.org/ooo/show_bug.cgi?id=118840
--- Comment #12 from hanya <hanya.r...@gmail.com> --- It seems internal data provider is required to copy the selected chart when user copies it. I assume Range1 is there on Sheet1 and Range2 is there on Sheet2 in the following comment. When I copied the chart having Range2 as data range, internal data provider is created, but not for the chart bound to Range1 in SchXMLTools::CreateDataSequence method. Because xRet.is false in SchXMLTools::CreateDataSequence method. lcl_ConvertRange function returns empty string for Range2 but correct string for Range1. This is caused because of the instance of ScDocument kept by ScChart2DataProvider has only Sheet1 (its name is depends on the localization environment). The "Sheet1" is required to keep copied drawing object (chart) but it does not have data on the sheet, and then NaN is returned for the pasted chart data. So, how this fix? Please someone take over. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.