Hi,
I tried to retreive an excel table using this code :
XSSFWorkbook workbook = new XSSFWorkbook(fs);
var table = workbook.GetName("Table1");
The returned value is null.
But when I used a named range, it works.
Table name evaluation seems to not be implemented, rigth ?
Thanks for advance.
Sybaris
I tried to retreive an excel table using this code :
XSSFWorkbook workbook = new XSSFWorkbook(fs);
var table = workbook.GetName("Table1");
The returned value is null.
But when I used a named range, it works.
Table name evaluation seems to not be implemented, rigth ?
Thanks for advance.
Sybaris