Before you begin, go back to the Google Spreadsheets GUI and create an empty spreadsheet with a header row corresponding to the fields in a typical RSS feed.
在开始之前,返回到Google SpreadsheetsGUI并创建一个空的电子表格,其中标题行需要与典型rss提要中的字段对应。
To see how this works, head on over to the Google Spreadsheets service, log in, and create an empty spreadsheet.
要了解其工作方式,请访问Google Spreadsheets服务,登录并创建一个空的电子表格。
Now that you know the basics of retrieving data from the Google Spreadsheets Data API, look at a practical example that puts it all in context.
现在您已经了解了从Google SpreadsheetsDataAPI检索数据的基本知识,接下来看一个实际的例子。
New: Export Data to Google Spreadsheets and CSV files.
新功能:导出数据至Google电子表格和CSV文件。
When you execute this script and flip back to the Google Spreadsheets GUI, you see a new worksheet inside your empty spreadsheet, as in Figure 2.
在执行本脚本并返回到Google SpreadsheetsGUI后,将看到空的电子表格中出现了一个新的工作表,如图2所示。
Following this procedure's execution, you can see the revised worksheet in the Google Spreadsheets GUI in Figure 3.
完成这个过程后,可以在图3的Google SpreadsheetsGUI中看到修改后的工作表。
In this two-part article, I introduce you to the Google Spreadsheets data API and show you how to integrate and use spreadsheet data from the cloud with a PHP application.
在这个共两部分的文章中,我将向您介绍Google SpreadsheetsDataAPI,并通过一个PHP应用程序展示如何集成和使用来自云的电子表格数据。
The Google Spreadsheets data API also makes it possible to add rows to a worksheet, and this time, the Zend_Gdata_Spreadsheets component does have a native method to perform this operation.
Google SpreadsheetsdataAPI还可以向工作表添加行,这一次,Zend_Gdata_Spreadsheets组件提供了一个原生方法来执行此操作。
With the Google Spreadsheets data API, you can view spreadsheet data from a PHP application and change it, by adding, editing, and deleting cells, rows, and worksheets.
您还可以从一个PHP应用程序中查看电子表格数据,并添加、编辑、删除单元格、行和工作表。
As these examples illustrate, the Google Spreadsheets data API is a powerful and flexible tool for developers looking to build creative new applications around spreadsheet data in the cloud.
正如这些示例展示的一样,Google SpreadsheetsDataAPI是一种强大的、灵活的工具,开发人员可以使用它围绕云中的电子表格数据构建创新的新应用程序。