to illustrate, consider figure 3, which shows an example worksheet for the sales by region spreadsheet.
为了方便演示,考虑 图3,其中演示了 「地区销售情况」电子表格的示例工作表。
both these operations require the user to retrieve the worksheet entry to be modified or deleted, make changes to the entry as required, and then transmit it back to the server for execution.
这些操作都要求用户检索将要修改或删除的工作表条目,根据需要对条目作出修改,然后将其传递回服务器以完成执行。
listing 5 sets the target spreadsheet and worksheet and then creates an array of row data containing column-value mappings.
清单5设置了目标电子表格和工作表,然后创建了一个行数据数组,包含列-值映射。
you can manipulate the worksheet by adding columns and rows, including data from other sources, creating formulas for computations, and so on.
您可以通过添加列和行、包括其他来源的数据、创建用于计算的公式等,从而操作工作表。
the result is a list feed containing only those worksheet rows that match the filter criteria.
过滤结果是列表提要只包含满足过滤条件的工作表行。
the connection information is kept in the worksheet so that, when the receiver opens it up, it connects to the server automatically and the data is refreshed.
连接信息保留在工作表中,以便在接收者打开它的时候,它将自动连接到服务器并刷新数据。
another thing you can do is save the worksheet and send it to somebody else.
您可以做的另一件事情是保存工作表并将其发送给其他人。
they provide a simple task worksheet at the end of the chapter that make it simple to keep a project on course.
他们在章节的末尾提供了简单的任务工作表,可使工程保持正轨变得非常容易。
this element specifies the url to the worksheet feed for the spreadsheet and provides a way to drill down to the next level of detail.
该元素指定电子表格的工作表提要的url,并提供一种方法来向下鉆取更深一层的细节。
the nature of the request—put or delete—determines whether the worksheet entry is updated or deleted.
请求 —put或delete—的性质决定是否更新或删除工作表条目。
if you do this to each worksheet item your test case script looks similar to listing 6.
如果您对每个工作表条目这样做,您的测试脚本看起来类似于列表6。
the data in the worksheet is refreshed periodically and, therefore, you get the latest information as though you are looking at a dashboard.
工作表中的数据定期刷新,因此您可以获得最新的信息,就像是在查看仪表板一样。
the target worksheet must already exist and must already have the fields of the header row defined.
目标工作表必须已经存在,并且必须已经定义了标题行的字段。
within the worksheet feed, each contains a set of elements.
在工作表提要中,每个 元素包含一个 元素列表。
just as you can modify worksheet rows, you also can modify worksheet cells.
正如您可以修改工作表行一样,您也可以修改工作表单元格。
to see this in action, consider listing 3, which updates the title of the worksheet created in listing 1.
要查看实际效果,考虑 清单3,它更新了 清单1中创建的工作表的标题。
listing 4 has an example of deleting the worksheet from listing 3.
清单4演示了删除 清单3中的工作表。