Get Range with External Links

A lot of times Excel files access data from other Excel files using external links. Aspose.Cells for Python via .NET provides the option to retrieve these external links by using the Name.get_referred_areas method. The Name.get_referred_areas method returns an array of type ReferredArea. The ReferredArea class provides an external_file_name property which returns the name of the external file. The ReferredArea class exposes the following members.

The sample code given below demonstrates the use of Name.get_referred_areas method to get Ranges with external links.

Sample Code