CsvTable Struct Reference

The standard structure used to contain all spreadsheet data. More...


Data Fields

long width
 The width of the table in cells.
long height
 The height of the table in cells.
char *** cell
 Table cell data.


Detailed Description

The standard structure used to contain all spreadsheet data.

Consists of a 2D array of NULL-terminated C strings.


Field Documentation

char*** cell

Table cell data.

long height

The height of the table in cells.

long width

The width of the table in cells.


The documentation for this struct was generated from the following file:

Generated on Sun Aug 22 13:25:31 2010 for CSV Util by  doxygen 1.5.9