feeds_xls_admin_paths |
./feeds_xls.module |
Overlay doesn't handle the file download path well. |
|
|
feeds_xls_create_csv_of_data |
./feeds_xls.template.inc |
Create a CSV file with data in which can later be converted to a proper XLS
file. |
|
1 |
feeds_xls_download_populated_template |
./feeds_xls.template.inc |
Callback function to provide the populated template. |
|
1 |
feeds_xls_download_template |
./feeds_xls.template.inc |
Callback function to provide the template. |
|
1 |
feeds_xls_download_template_helper |
./feeds_xls.template.inc |
|
1 |
|
feeds_xls_feeds_plugins |
./feeds_xls.module |
Implementation of hook_feeds_plugins(). |
|
|
feeds_xls_feeds_processor_targets_alter |
./feeds_xls.module |
Implements hook_feeds_processor_targets_alter(). |
|
|
feeds_xls_feeds_set_target_date |
./feeds_xls.module |
Callback for setting date fields |
|
1 |
feeds_xls_feeds_set_target_list_text |
./feeds_xls.module |
Callback for mapping text list fields. |
|
1 |
feeds_xls_feeds_set_target_numeric |
./feeds_xls.module |
Callback for mapping numerics. |
|
1 |
feeds_xls_field_type_help_text |
./feeds_xls.template.inc |
Help text for the import template. |
1 |
|
feeds_xls_get_or_generate_feeds_item_entry |
./feeds_xls.module |
Generate an entry in the feeds_item table that can be used by the populated
Excel template (or any other import). |
1 |
|
feeds_xls_get_populated_template |
./feeds_xls.template.inc |
Callback function to actually retrieve the file. |
|
1 |
feeds_xls_load_phpexcel |
./feeds_xls.module |
Simple helper function to load the PHPExcel class file(s) |
2 |
|
feeds_xls_menu |
./feeds_xls.module |
Implementation of hook_menu(). |
|
|
feeds_xls_module_implements_alter |
./feeds_xls.module |
Implements hook_module_implements_alter |
|
|
feeds_xls_permission |
./feeds_xls.module |
Implements hook_permission(). |
|
|
feeds_xls_redirect_to_populated_file |
./feeds_xls.template.inc |
Finish function for populate data. |
|
1 |
feeds_xls_requirements |
./feeds_xls.install |
Implementation of hook_requirements(). |
|
|
feeds_xls_set_headers |
./feeds_xls.template.inc |
|
2 |
|
feeds_xls_update_7001 |
./feeds_xls.install |
Delete any item from the feeds_item table which has an empty GUID |
|
|
_feeds_xls_create_csv_of_data_helper |
./feeds_xls.template.inc |
Helper function to set cell values based on the structure of the array. |
1 |
|
_feeds_xls_get_value |
./feeds_xls.template.inc |
Helper function to get a value that can be inserted into a cell. |
2 |
|
_feeds_xls_initialise_phpexcel |
./feeds_xls.template.inc |
Get a PHPExcel cache object. This gets the most efficient cache object that
this environment is capable of using. |
2 |
|
_feeds_xls_load_phpexcel |
./feeds_xls.install |
|
2 |
|