|
GnuCash
2.6.99
|
CSV Export Assistant. More...
#include "Account.h"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 } |
Functions | |
| void | gnc_file_csv_export (CsvExportType export_type) |
CSV Export Assistant.
Definition in file assistant-csv-export.h.
| void gnc_file_csv_export | ( | CsvExportType | export_type | ) |
The gnc_file_csv_export() will let the user export thte account tree or transactions to a delimited file.
Definition at line 912 of file assistant-csv-export.c.
1.8.6