When I copy a range using the below code, I expect the chart To update To reference the data within the destination, not the original.
Scenario: In the below code, a chart is bound To A1:B5, then the sheet range A1:J10…... Initialise a new workbook and get the first worksheet...---------- const workbook = new AsposeCells.Workbook(); // empty workbook...