1
Reply

google docs in asp.net

raghavendra p

raghavendra p

Sep 5 2012 9:02 AM
2.5k


GoogleSpreadsheetUtility gs = new GoogleSpreadsheetUtility(txtUsername.Text, txtPassword.Text, ddlSpreadsheets.SelectedValue);

ERORR:
The type or namespace name 'GoogleSpreadsheetUtility' could not be found (are you missing a using directive or an assembly reference?)

I am trying to get reference but i couldnt, can u please give path/solution.

Answers (1)