|
GnuCash c935c2f+
|
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.
| enum CsvExportType |
Definition at line 35 of file assistant-csv-export.h.
| 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.
Definition at line 1032 of file assistant-csv-export.c.
The gnc_file_csv_export_register() will let the user export the active register transactions to a delimited file.
Definition at line 1047 of file assistant-csv-export.c.