Assuming you are a Delphi developer, a longish way round but very flexible would be to use xlsrw, which allows excel access from Delphi, and your usual access to Oracle. (I don't immediately recall the address for xlsrw but if you cannot find it on the web, say so and I'll dig it out.)
I notice that they have a version II now available; I've only used the original which I found fast an accurate once I'd got into it. To read a spreadsheet, you call a read function which invokes functions for each cell type you are expecting (number, string, boolean). This seemed odd but does avoid using variants and then working out what you've got.
thanks for your help, but we are not allowed to use third party components. i'll have to do it with delphi components. do you know where i can find this kind of algorithm ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.