var workbook = new Workbook("sample.xlsx");
workbook.Worksheets.AddCopy(0);
workbook.Worksheets.GetRangeByName("test1");
Hello. this code throws an exception. sample.xlsx is attached
Hi,
Thanks for your posting and using Aspose.Cells.
We have tested your code with the latest version: Aspose.Cells for .NET v8.7.1.3 and found exception does not occur, however GetRangeByName returns null after copying sheet.
We have logged this issue in our database for investigation. We will look into it and fix this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.
This issue has been logged as
Hi,
Thanks for using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for .NET v8.7.1.4 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-44306) have been fixed in this update.