Go to the documentation of this file.
16 #ifndef _RL_SPREADSHEET_H_
17 #define _RL_SPREADSHEET_H_
31 int printf(
const char *format, ...);
50 const char *
text(
int column);
51 void setText(
int column,
const char *text);
52 int printf(
int column,
const char *format, ...);
57 void readRow(
const unsigned char *line,
char delimitor=
'\t');
58 void writeRow(
void *fp,
char delimitor=
'\t');
75 const char *
text(
int column,
int row);
76 void setText(
int column,
int row,
const char *text);
77 int printf(
int column,
int row,
const char *format, ...);
79 int read(
const char *filename);
80 int write(
const char *filename);
84 int exists(
int column,
int row);
102 const char *
text(
int column,
int row,
int page);
103 void setText(
int column,
int row,
int page,
const char *text);
104 int printf(
int column,
int row,
int page,
const char *format, ...);
106 int read(
const char *filename);
107 int write(
const char *filename);
108 int exists(
int column,
int row,
int page);