I've been unsuccessful in getting the ExternalLinksTable from a workbook.
The $cell.CellFormula is: [1]Sheet1!$B$2 where [1] references an external workbook.
Using NPOI, how can I find the name of the external sheet? Basically expand the formula to include the external workbook name?
getExternalLinksTable() is not found.
$wb.getExternalLinksTable();
This seems to be in POI, but I've been unsuccessful using this with NPOI.
The $cell.CellFormula is: [1]Sheet1!$B$2 where [1] references an external workbook.
Using NPOI, how can I find the name of the external sheet? Basically expand the formula to include the external workbook name?
getExternalLinksTable() is not found.
$wb.getExternalLinksTable();
This seems to be in POI, but I've been unsuccessful using this with NPOI.