Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am using Visual Basic.NET 2010 and attempting to figure out how to query a Google doc spreadsheet for a specific value in a column. If the value is found, then return the line the value is on.

Could anyone show me how I could do this?

I am currently importing the following....
Imports Google.Apis.Drive.v2
Imports Google.Apis.Drive.v2.Data
Imports Google.GData.Spreadsheets
Imports Google.Spreadsheets.Application
Imports Google.GData.Client
Imports Google.GData.Extensions
Posted
Comments
ZurdoDev 9-Nov-12 16:05pm    
I have not coded against google docs but the first place I would look for an answer is on google's developer site.

1 solution

i also trying to do like this but can't..
if get any idea then pls reply me.


.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900