Wow, a thread from 2007 :D There is not a way to programmatically publish a sheet as a web page, unfortunately. You can make a sheet public using the Documents List API, but that's slightly different, and won't work with the Spreadsheets API 'public' visibility.
-Vic On Wed, Feb 16, 2011 at 1:03 AM, blah <[email protected]> wrote: > I know how to click on the "Publish as a web page" menu item in a Google > spreadsheet to get the link to the published data. Is there any way to do > this programatically using the Google Spreadsheet APIs? > > On Wednesday, March 7, 2007 3:41:28 PM UTC-8, [email protected] wrote: >> >> Satak: >> >> Here is an article on how to embed a spreadsheet, or a section of a >> spreadsheet >> in your webpage: >> >> http://docs.google.com/support/spreadsheets/bin/answer.py?answer=55245&topic=9373 >> >> You can also publish spreadsheets in formats such as HTML to embed in >> a webpage: >> >> http://docs.google.com/support/spreadsheets/bin/answer.py?answer=55244&topic=9373 >> >> Further, Google Spreadsheets Data API allows you to view and update >> data in the form >> of GData feeds. See details at >> http://code.google.com/apis/spreadsheets/overview.html >> >> Hope this helps, >> -Vivian >> >> >> On Mar 7, 10:58 am, "Satak" <[email protected]> wrote: >> > Hi All, >> > >> > I have a website where I need to show a spreadsheet online and allow >> > users to manipulate it. >> > I need to add lot more controls around to ensure that the actual >> > operations are easily done. >> > >> > How can I use google spreadsheets to display a spreadsheet in my web >> > application. >> > >> > Thanks & Regards, >> > Satak >> >>
