shmuel
9 years agoNew Contributor
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 without Office.
:cathappy:I found the bug.
I forgot to add parameter true to the driver creation.
"driver = DDT.ExcelDriver(file, name, true)"