Hi guys I would like to read an excel file via a vb6 program, reason why I want to do it bcos sometimes we run an app on a client's side but on the server and a server machine does not always have MS Office installed as client machines usually do:
I know I have two options, which I would have to try, they are:
1.Read excel file using ADO/OLEDB
2.Read excel file using the sql server - since it's on the server I can use the sql excel read functions.
I have heard of using OpenXML to read excel files, but this is used in .net.
Anyone have any other options before I try the above?
Thanks a lot
I know I have two options, which I would have to try, they are:
1.Read excel file using ADO/OLEDB
2.Read excel file using the sql server - since it's on the server I can use the sql excel read functions.
I have heard of using OpenXML to read excel files, but this is used in .net.
Anyone have any other options before I try the above?
Thanks a lot