Forum Discussion

shmuel's avatar
shmuel
New Contributor
9 years ago
Solved

Excel DDT

In order to work with excel DDT, must I install official Microsoft office?   I wrote a code using DDT. It workes fine on a computer with Office installation. I'm getting run time error on a PC with...
  • shmuel's avatar
    shmuel
    9 years ago

    :cathappy:I found the bug.

    I forgot to add parameter true to the driver creation.

    "driver = DDT.ExcelDriver(file, name, true)"