lphilippe_macau
13 years agoContributor
Excel Driver Problems
Hi question for you guys.
I'm trying to create a data driven test that reads an excel file. I have done this before but now it is always giving me an error saying the ISAM driver cannot be found. Here is what I'm doing.
try
{
DDT.ExcelDriver(ReferentielPath, ReferentielSheet);
}
catch (e)
{
Log.Error("erreur: " + e.description);
}
The first argument is the path, second is the sheet. I have tried with the the third argument set as true and as false. Neither works. I recently upgraded my Microsoft Office to 2010. Could this be causing problems? Any help would be appreciated.
I'm trying to create a data driven test that reads an excel file. I have done this before but now it is always giving me an error saying the ISAM driver cannot be found. Here is what I'm doing.
try
{
DDT.ExcelDriver(ReferentielPath, ReferentielSheet);
}
catch (e)
{
Log.Error("erreur: " + e.description);
}
The first argument is the path, second is the sheet. I have tried with the the third argument set as true and as false. Neither works. I recently upgraded my Microsoft Office to 2010. Could this be causing problems? Any help would be appreciated.