Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Often, Excel files access data from other Excel files using external links. Aspose.Cells provides a way to retrieve these external links using the Name.GetReferredAreas method. The Name.GetReferredAreas method returns an array of type ReferredArea. The ReferredArea class provides an ExternalFileName property which returns the name of the external file. The ReferredArea class exposes the following members.
The sample code below demonstrates how to use the Name.GetReferredAreas method to retrieve ranges with external links.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.