I'm working on a business application that collects data from Excel documents.
I'm currently using 12.1.10e trial version.
But I'm having a hard time getting the demo ready.
Code: Select all
XLOpen>C:\Users\Gino\Documents\demo\xsportal.xlsx,0,xlBook
XLGetCell>xlBook,Blad1,2,C,strCell
mdl>%strCell%
Code: Select all
ERR: OLE error 800A03EC
I've double checked the Excel document and I'd like to get Sheet: Blad1 C2 which contains a phonenumber.
Any thoughts on this?