|
GnuCash c935c2f+
|
CSV Import Assistant. More...
Go to the source code of this file.
Data Structures | |
| struct | CsvImportInfo |
Enumerations | |
| enum | tree_import_model_columns { TYPE , FULL_NAME , NAME , CODE , DESCRIPTION , COLOR , NOTES , SYMBOL , NAMESPACE , HIDDEN , TAX , PLACE_HOLDER , ROW_COLOR , N_COLUMNS } |
Functions | |
| void | gnc_file_csv_account_import (void) |
| The gnc_file_csv_account_import() will let the user import accounts from a delimited file. | |
CSV Import Assistant.
Definition in file assistant-csv-account-import.h.
| enum tree_import_model_columns |
Definition at line 33 of file assistant-csv-account-import.h.
| void gnc_file_csv_account_import | ( | void | ) |
The gnc_file_csv_account_import() will let the user import accounts from a delimited file.
Definition at line 672 of file assistant-csv-account-import.c.