Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
There are many instances where excel files access data from other excel files by the use of external links. Aspose.Cells for Python via Java provides the option to retrieve these external links by using the Name.GetReferredAreas method. The Name.GetReferredAreas method returns an array of type ReferredArea. The ReferredArea class provides an ExternalFileName property that returns the name of the external file.
The following code snippet shows how to get external links.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.