Method ussage getNamedRanges()

Hi,

In Aspose 2.5.4 we had getNmaedRanges() method in Worksheet class. What is the similar method in Aspose cell jar v7.0 and above.

Thanks.

Hi Amit,


Thank you for contacting Aspose support.

The recent revisions of Aspose.Cells for Java API have the same method available for WorksheetCollection class that returns an array of Range objects. You may access the method as follow.

Java

workbook.getWorksheets().getNamedRanges();

Please feel free to contact us back if you need our further assistance with Aspose APIs.