GnuCash
5.6-150-g038405b370+
|
CSV Export Assistant. More...
Go to the source code of this file.
Data Structures | |
struct | CsvExportDate |
struct | CsvExportAcc |
struct | CsvExportInfo |
Enumerations | |
enum | CsvExportType { XML_EXPORT_TREE, XML_EXPORT_TRANS, XML_EXPORT_REGISTER } |
Functions | |
void | gnc_file_csv_export (CsvExportType export_type) |
The gnc_file_csv_export() will let the user export the account tree or transactions to a delimited file. | |
void | gnc_file_csv_export_register (CsvExportType export_type, Query *query, Account *acc) |
The gnc_file_csv_export_register() will let the user export the active register transactions to a delimited file. | |
CSV Export Assistant.
Definition in file assistant-csv-export.h.