Hi
Im trying to load my excel file (attached in the post) like this:
string pathFile = Server.MapPath("~\\Plantillas\\" + "inventarioCVValter.xlsx");
Workbook workbook = new Workbook();
workbook.LoadFromFile(pathFile,ExcelVersion.Version2007);
but the component show me an error in the "LoadrFromFile" line:
"Calculated value can't be less than zero, error in coordinates update"
The XLSX has some objects , if I get rid of them the file can be loaded, is a bug or Im doing something wrong?