File: worksheets.xml

package info (click to toggle)
gnumeric 1.4.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 71,576 kB
  • ctags: 28,555
  • sloc: ansic: 282,333; xml: 45,788; sh: 8,479; makefile: 3,119; yacc: 1,129; lisp: 200; perl: 173; python: 86
file content (492 lines) | stat: -rw-r--r-- 10,055 bytes parent folder | download
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<sect1 id="sect-worksheets-overview">
  <title>Overview</title>

  <para>
    Worksheets contain the elements, such as the cell grid area, which
    provide the principal work entities for &gnum; users. The
    worksheet grid area allows users to enter data, develop analyses
    of these data, and display both data and results. Worksheets also
    contain graphical elements such as graphs and widgets. The
    worksheets are themselves grouped into a workbook which will be
    stored in a &gnum; file. The manipulation of workbooks is
    explained in <xref linkend="sect-workbooks"/> while the material
    below explains the manipulation of worksheets.
  </para>

  <para>
    Worksheets contain both working elements and metadata
    elements. The working elements include the data contents of cells
    in the grid area, cell comments, cell formating, and sheet
    objects, such as graphical plots. The metadata include the
    worksheet name and worksheet settings controlling the visual
    appearance of the worksheet or the display of the worksheet.
  </para>

  <para>
    This section explains the main ways to manipulate &gnum;
    worksheets. <xref linkend="sect-worksheets-navigation"/> explains
    how to navigate the worksheet to change the area which is
    displayed and change the currently selected area. <xref
    linkend="sect-worksheets-display"/> presents several alternative
    settings which alter the display of cell contents, of the grid
    area, of the worksheet as a whole or of &gnum; itself. <xref
    linkend="sect-worksheets-settings"/> explains how to alter
    settings which affect all the contents of the worksheet such as
    the status of the content protection mechanism. <xref
    linkend="sect-worksheets-printSettings"/> gives a brief
    explanation of the print settings which apply specifically to each
    worksheet; a more complete explanation of the print settings is
    given in <xref linkend="chapter-printing"/>. Finally, <xref
    linkend="sect-worksheets-managing"/> explains how the entire
    collection of worksheets can be manipulated so as to add,
    duplicate, delete or re-order the worksheets within a workbook.
  </para>

</sect1>














<sect1 id="sect-worksheets-navigation">
  <title>Worksheet Navigation</title>

  <para>
    &gnum; worksheets can be conceived of as a single, continuous,
    two-dimensional grid of cells. However, &gnum; cannot display the
    entire grid at once but only shows a portion of the
    worksheet. Since only a portion of the worksheet can be seen at
    any particular time, &gnum; provides users with several ways to
    change the portion of the worksheet that is displayed. <xref
    linkend="sect-worksheets-navigation-selection"/> explains the
    various ways that the display window can be moved to a different
    section of the worksheet grid, while <xref
    linkend="sect-worksheets-display"/> , further below, explains more
    powerful methods to re-organize the display of the cell grid area.
  </para>

<!--
  <para>
    Each worksheet also contains a 
  </para>
-->

  <sect2 id="sect-worksheets-navigation-movingAround">
    <title>Moving Around a Worksheet</title>

    <para>
      
    </para>

  </sect2>

  <sect2 id="sect-worksheets-navigation-selection">
    <title>Moving the Selection</title>

    <para>
    </para>

  </sect2>



</sect1>
    




<sect1 id="sect-worksheets-display">
  <title>Worksheet Display</title>

  <para>
    The display of each worksheet can be controlled by several
    settings and configurations. The worksheet, conceptually, consists
    of a single continuous two dimensional grid of cells arranged in
    65536 rows by 258 columns, and &gnum;, by default, displays a
    small portion of the worksheet area as a continuous region. This
    chapter...


    ...or which allow
    the user to rearrange the cell grid to fix parts of the worksheet
    grid while scrolling others or to group rows or columns of data
    within a worksheet for convenient editing and analysis...
  </para>

  <note>
    <title>
      Changing the default size of the &gnum; cell grid.
    </title>
    <para>
      The worksheet grid is 65536 rows by 258 columns of cells, by
      default. This can be changed but only by altering the computer
      program files and recompiling the code to make a new version of
      the &gnum; program. 
<!-- TODO: ask- how to change the size (row/col) of the cell grid? -->
<!-- TODO: add- add a link to compile section. -->
    </para>
  </note>



  <sect2 id="sect-worksheets-display-appearance">
    <title>Appearance</title>

    <para>
      
    </para>

    <sect3 id="sect-worksheets-display-appearance-cell">
      <title>The cell content appearance</title>

      <para>
        This section has not yet been written.
      </para>

      <sect4 id="sect-worksheets-display-appearance-cell-formulas">
        <title>Displaying Formulas or Results</title>

        <para>
          This section has not yet been written.
        </para>

      </sect4>

      <sect4 id="sect-worksheets-display-appearance-zeros">
        <title>Displaying Zeros or Blank cells</title>

        <para>
          This section has not yet been written.
        </para>

      </sect4>

    </sect3>



    <sect3 id="sect-worksheets-display-appearance-grid">
      <title>The grid area appearance</title>

      <para>
        This section has not yet been written.
      </para>

      <sect4 id="sect-worksheets-display-appearance-grid-lines">
        <title>Displaying Gridlines</title>

        <para>
          This section has not yet been written.
        </para>

      </sect4>

      <sect4 id="sect-worksheets-display-appearance-grid-headers">
        <title>Displaying Row and Column Headers</title>

        <para>
          This section has not yet been written.
        </para>

      </sect4>

'    </sect3>



    <sect3 id="sect-worksheets-display-appearance-book">
      <title>The workbook appearance</title>

      <para>
        This section has not yet been written.
      </para>


      <sect4 id="sect-worksheets-display-appearance-book-zoom">
        <title>Zoom: Changing the Scale of a View</title>

        <para>
          This section has not yet been written.
        </para>
      </sect4>


      <sect4 id="sect-worksheets-display-appearance-book-full">
        <title>Full Screen Mode</title>

        <para>
          This section has not yet been written.
        </para>

      </sect4>

      <sect4 id="sect-worksheets-display-appearance-tabs">
        <title>Displaying Workbook Tabs</title>

        <para>
          This section has not yet been written.
        </para>

      </sect4>

      <sect4 id="sect-worksheets-display-appearance-scroolbars">
        <title>Displaying Grid Area Scrollbars</title>

        <para>
          This section has not yet been written.
        </para>

      </sect4>

    </sect3>



  </sect2>



  <sect2 id="sect-worksheets-display-grouping">
    <title>Grouping Rows and Columns</title>

    <para>
      
    </para>

  </sect2>


  <sect2 id="sect-worksheets-display-panes">
    <title>Display Panes</title>

    <para>
      
    </para>

  </sect2>


</sect1>










<sect1 id="sect-worksheets-settings">
  <title>General Settings</title>

  <para>
    
  </para>
  
  <sect2 id="sect-worksheets-settings-protection">
    <title>Content Protection</title>

    <para>
      
    </para>

  </sect2>


</sect1>










<sect1 id="sect-worksheets-printSettings">
  <title>Print Settings</title>

<!-- TODO: ref- printing chapter. -->
  <para>
    
  </para>

</sect1>










<sect1 id="sect-worksheets-managing">
  <title>Managing Worksheets</title>

  <para>
   
  </para>

  <para>
    This section has not yet been written.
  </para>

  <sect2 id="sect-worksheets-managing-process">
    <title>Alternative Approaches</title>

    <para>
      This section has not yet been written.
    </para>



    <sect3 id="sect-worksheets-managing-process-menu">
      <title>Using the menu</title>

      <para>
        This section has not yet been written.
      </para>

    </sect3>




    <sect3 id="sect-worksheets-managing-process-mouse">
      <title>Using the mouse</title>

      <para>
        This section has not yet been written.
      </para>

    </sect3>




    <sect3 id="sect-worksheets-managing-process-contextmenu">
      <title>Using the context menu</title>

      <para>
        This section has not yet been written.
      </para>

    </sect3>




    <sect3 id="sect-worksheets-managing-process-dialog">
      <title>Using the sheet management dialog</title>

      <para>
        This section has not yet been written.
      </para>

    </sect3>


  </sect2>







  <sect2 id="sect-worksheets-managing-adding">
    <title>Adding a Blank Worksheet</title>

    <para>
      This section has not yet been written.
    </para>

  </sect2>



  <sect2 id="sect-worksheets-managing-duplicating">
    <title>Duplicating a Worksheet</title>

    <para>
      This section has not yet been written.
    </para>

  </sect2>



  <sect2 id="sect-worksheets-managing-copyPaste">
    <title>Copying or Pasting a Worksheet</title>

    <para>
      This section has not yet been written.
    </para>

  </sect2>



  <sect2 id="sect-worksheets-managing-renaming">
    <title>Renaming a Worksheet</title>

    <para>
      This section has not yet been written.
    </para>

  </sect2>


  <sect2 id="sect-worksheets-managing-reorder">
    <title>Reordering Worksheets in a Workbook</title>

    <para>
      This section has not yet been written.
    </para>

  </sect2>


  <sect2 id="sect-worksheets-managing-tabAppearance">
    <title>Changing the appearance of Worksheet Tabs</title>

    <para>
      This section has not yet been written.
    </para>

  </sect2>


  <sect2 id="sect-worksheets-managing-removing">
    <title>Deleting Worksheets</title>

    <para>
      This section has not yet been written.
    </para>


  </sect2>


</sect1>