On Wed, Apr 25, 2012 at 11:22 AM, Todd Wolford <[email protected]>wrote:
> Two questions- > > Can I use VBA or T-SQL with spreadsheets API? > Yes, if you can construct an XML document and send it via HTTP, and parse an XML document received as a response. To be practical, you'd need access to some Base64 and SHA-1 message-digest libraries, too (if I have my OAuth dependencies right). Notice that in the future, you'd need a library which parsed JSON instead of XML, since the API is moving in that direction for the sake of brevity of the wire-format. Not sure I'd want to tackle it with T-SQL myself! But I'm sure it's "doable" if you have a big enough need. > Is there a way to search the questions in this group? > > https://groups.google.com/group/google-spreadsheets-api?pli=1 cheers, David.
