|
COOPY » Guide
version 0.6.5
|
#include <stdio.h>#include <string.h>#include <coopy/Dbg.h>#include <coopy/CsvSheet.h>#include <coopy/GnumericSheet.h>#include <coopy/Stringer.h>#include "coopy/gnumeric_link.h"Go to the source code of this file.
Functions | |
| string | ingest (const char *fname, string def) |
| int | main (int argc, char *argv[]) |
| string ingest | ( | const char * | fname, |
| string | def | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 36 of file ss2html.cpp.
References coopy_set_verbose(), gnumeric_fini(), gnumeric_free(), gnumeric_free_string(), gnumeric_get_sheet(), gnumeric_get_sheet_count(), gnumeric_init(), gnumeric_load(), gnumeric_sheet_get_cell_as_string(), gnumeric_sheet_get_cell_font_color(), gnumeric_sheet_get_name(), gnumeric_sheet_get_size(), ingest(), and NULL.
1.7.4