Hi,
I tried to retreive an excel table using this code :
Does someone have a solution or a workaround to solve this ?
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.Does someone have a solution or a workaround to solve this ?
Thanks for advance.
Sybaris