File: README

package info (click to toggle)
gdata-sharp 2.2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 12,092 kB
  • sloc: cs: 67,781; xml: 38,234; python: 163; makefile: 149; sh: 27
file content (74 lines) | stat: -rw-r--r-- 3,090 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
The Spreadsheets Sample Application exercises nearly all of the functionality
for the spreadsheets and worksheets feeds and the cells and list feeds.  Use
this sample to see how to QUERY, INSERT, UPDATE, or DELETE a cell or list entry.

Warning:  There is nearly no exception handling which is ok because this is just
an example. It is highly suggested that you run this in Debug mode, if possible,so you can continue past the exceptions.

============
= Usage
============
1.) Fill-in your username and password on the first tab page, title "Login"
2.) Click on the "Spreadsheets" tab and click on a spreadsheet title.
3.) Click on the "Worksheets" tab and click on a worksheet title.
4.) Click on either the "List" tab for a list-based feed interaction demo, or 
the "Cells" tab for a cells-based feed interaction demo.
5.) Navigate through the provided tab pages on the "List" or "Cells" tab pages
to see various functionality.

Note: If these previously listed steps are not performed in order an exception
will occur.

Cells-based Feed
----------------
Update - If the cell to be updated is empty and the new value is not null, then
         an INSERT will be performed
       - If the cell to be updated is not empty and the new value is not null, 
         then an UPDATE will be performed
       - If the cell to be updated is not empty and the new value is null, then
         a DELETE will be performed

List-based Feed
---------------
Query - Issues a QUERY
Add - Issues and INSERT
Update - Issues an UPDATE
Delete - Issues a DELETE

The Spreadsheets Sample Application exercises nearly all of the functionality
for the spreadsheets and worksheets feeds and the cells and list feeds.  Use
this sample to see how to QUERY, INSERT, UPDATE, or DELETE a cell or list entry.

Warning:  There is nearly no exception handling which is ok because this is just
an example. It is highly suggested that you run this in Debug mode, if possible,so you can continue past the exceptions.

============
= Usage
============
1.) Fill-in your username and password on the first tab page, title "Login"
2.) Click on the "Spreadsheets" tab and click on a spreadsheet title.
3.) Click on the "Worksheets" tab and click on a worksheet title.
4.) Click on either the "List" tab for a list-based feed interaction demo, or 
the "Cells" tab for a cells-based feed interaction demo.
5.) Navigate through the provided tab pages on the "List" or "Cells" tab pages
to see various functionality.

Note: If these previously listed steps are not performed in order an exception
will occur.

Cells-based Feed
----------------
Update - If the cell to be updated is empty and the new value is not null, then
         an INSERT will be performed
       - If the cell to be updated is not empty and the new value is not null, 
         then an UPDATE will be performed
       - If the cell to be updated is not empty and the new value is null, then
         a DELETE will be performed

List-based Feed
---------------
Query - Issues a QUERY
Add - Issues and INSERT
Update - Issues an UPDATE
Delete - Issues a DELETE