hook_phpexcel_export |
./phpexcel.api.php |
Implements hook_phpexcel_export(). |
|
|
hook_phpexcel_import |
./phpexcel.api.php |
Implements hook_phpexcel_import(). |
|
|
phpexcel_export |
./phpexcel.inc |
Simple API function which will generate an XLS file and
save it in $path. |
7 |
|
phpexcel_export_db_result |
./phpexcel.inc |
Export a database result to an Excel file. |
1 |
|
phpexcel_get_library_version |
./phpexcel.module |
Libraries API version callback. |
|
1 |
phpexcel_import |
./phpexcel.inc |
Import an Excel file. |
8 |
|
phpexcel_invoke |
./phpexcel.inc |
Invokes phpexcel hooks. |
3 |
|
phpexcel_libraries_info |
./phpexcel.module |
Implements hook_libraries_info(). |
|
|
phpexcel_menu |
./phpexcel.module |
Implements hook_menu(). |
|
|
phpexcel_munge_filename |
./phpexcel.inc |
Munges the filename in the path. |
8 |
|
phpexcel_permission |
./phpexcel.module |
Implements hook_permission(). |
|
|
phpexcel_requirements |
./phpexcel.install |
Implements hook_requirements(). |
|
|
phpexcel_settings_form |
./phpexcel.module |
Settings form. |
|
1 |
phpexcel_settings_form_validate |
./phpexcel.module |
Validate the settings form. |
|
|
phpexcel_uninstall |
./phpexcel.install |
Implements hook_uninstall(). |
|
|
_phpexcel_get_cache_settings |
./phpexcel.inc |
Determine the cache settings. |
2 |
|
_phpexcel_set_columns |
./phpexcel.inc |
Adds the data to the Excel file. |
1 |
|
_phpexcel_set_headers |
./phpexcel.inc |
Sets the Excel file headers. |
1 |
|
_phpexcel_set_properties |
./phpexcel.inc |
Sets the Excel file properties, like creator, title, etc. |
1 |
|