Orcus
|
#include <config.hpp>
Public Attributes | |
size_t | header_row_size |
bool | split_to_multiple_sheets |
configuration settings specific to the CSV format. This struct must be POD.
size_t orcus::config::csv_config::header_row_size |
Number of header rows to repeat in case of split.
bool orcus::config::csv_config::split_to_multiple_sheets |
Whether or not to split oversized source data into multiple sheets in case it spills over.