COOPY » Guide
version 0.6.5
|
#include <stdio.h>
#include <stdlib.h>
#include <coopy/CsvWrite.h>
#include <coopy/CsvSheet.h>
#include <coopy/NameSniffer.h>
Go to the source code of this file.
Functions | |
static int | write (const DataSheet &src, const Property &config, string *output) |
Definition at line 18 of file CsvWrite.cpp.
References coopy::store::Value::asBoolean(), coopy::store::Value::asInt(), coopy::store::Value::asString(), coopy::store::EscapedTypedSheet< T >::cell(), coopy::store::CsvSheet::cellString(), coopy::store::DataSheet::cellString(), coopy::store::Property::check(), dbg_printf, coopy::store::DataSheet::encode(), coopy::store::Property::get(), coopy::store::DataSheet::height(), coopy::store::NameSniffer::isEmbedded(), coopy::store::NameSniffer::isFake(), coopy::store::PolyValue::makeBoolean(), coopy::store::PolyValue::makeString(), NULL, coopy::store::CsvSheet::resize(), coopy::store::SheetStyle::setFromFilename(), coopy::store::SheetStyle::setFromProperty(), coopy::store::SheetStyle::setMarkHeader(), coopy::store::NameSniffer::suggestColumnName(), coopy::store::Property::toString(), and coopy::store::DataSheet::width().
Referenced by main(), coopy::store::CsvTextBook::write(), coopy::store::CsvFile::write(), coopy::store::CsvTextBook::writeCsvsData(), and coopy::store::CsvFile::writeString().