VoiceGuide IVR Software Main Page
Jump to content

Get Record Use .xls

Recommended Posts

hello.

 

I need to bring a record of excel after entering a customer code with: Select column_name1, column_name2 from [sheet1 $] where column_name3 = 123,545

 

It does not work "

 

They have an example of search for records using xls, after entering a code?

Share this post


Link to post

Excel does not accept SQL queries.

 

You may want to use Excel COM objects (from VBScript etc.) to do advanced queries on Excel data.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×