Forum Discussion

lphilippe_macau's avatar
lphilippe_macau
Contributor
13 years ago

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. 
  • irina_lukina's avatar
    irina_lukina
    Super Contributor

    Hi Louis-Philippe,


    To help us investigate the problem, please contact our Support Team and send them the following information:

    1. The Excel file you're trying to read from your script.

    2. A screenshot of the mentioned error message.


    Thanks.