I have a spreadsheet with a named ranges, but after getting the name of workbook, it's refersToRange is null.
IWorkbook workbook = application.Workbooks.Open(filePath);
var namedRange = workbook.Names["Nicolas"];
var range = namedRange.RefersToRange;
If I create a simple excel file, I can retrieve the RefersToRange value.
Moreover, many namedRange properties throw nullReferenceException.
--------
Version of XslIO.Base : 15.1400.0.41
Attachment:
test_19f275ff.zip