Bug opening the file where cells has borders

Hi,

we have an excel file where some columns in the middle have borders (bottom border only).
the file is failing while we try to open it, once we remove borders everything works fine.
the error is:

ex.Message “Erros in Excel Open method.” string


we are using 1.8.1.0

and here is what we do:


Excel excel1 = new Excel();

try
{
excel1.Open(@“c:\bug.xls”);
///Aspose.Excel.Excel
}
catch(Exception ex)
{
string x = ex.Message;
}




Thanks
Mark

Hi Mark,

Please download the latest hotfix and have a try.

If the problem still exists, please email the bug.xls to me.

Thanks.