|
COOPY » Guide
version 0.6.5
|
#include <stdio.h>#include <getopt.h>#include <coopy/Dbg.h>#include <coopy/CsvRender.h>#include <coopy/PolyBook.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 11 of file csv2html.cpp.
References coopy::store::PolySheet::cellString(), coopy_set_verbose(), coopy::store::PolyBook::getNames(), coopy::store::PolySheet::height(), coopy::store::PolySheet::hideHeaders(), coopy::store::PolySheet::mustHaveSchema(), optind, coopy::store::PolyBook::read(), coopy::store::PolyBook::readSheet(), CsvRender::renderHtml(), CsvRender::setCaption(), CsvRender::setDecorate(), CsvRender::setDox(), CsvRender::setFull(), CsvRender::setHeader(), and coopy::store::PolySheet::width().
1.7.4