COOPY » Guide
version 0.6.5
|
#include <getopt.h>
#include <stdlib.h>
#include <stdio.h>
#include <string>
#include <coopy/CsvFile.h>
#include <coopy/DataStat.h>
#include <coopy/SheetCompare.h>
#include <coopy/MergeOutputCsvDiff.h>
#include <coopy/Dbg.h>
#include <coopy/Coopy.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 19 of file test_sheet.cpp.
References coopy::cmp::CompareFlags::assume_header, coopy::store::CsvSheet::cellString(), coopy::app::Coopy::compare(), coopy::cmp::SheetCompare::compare(), coopy_set_verbose(), coopy::store::CsvSheet::copy(), coopy::cmp::DataStat::evaluate(), coopy::cmp::MergeOutputCsvDiffV0p2::get(), coopy::cmp::DataStat::getRowDivider(), coopy::store::EscapedTypedSheet< T >::height(), coopy::app::Coopy::merge(), optarg, optind, coopy::app::Coopy::patch(), coopy::store::CsvSheet::removeRow(), coopy::app::Coopy::setFormat(), coopy::cmp::SheetCompare::setVerbose(), coopy::store::EscapedTypedSheet< T >::width(), and write().