phpexcel_export |
./phpexcel.api.inc |
Simple API function which will generate an XLS file and
save it in $path. |
4 |
|
phpexcel_export_db_result |
./phpexcel.api.inc |
Simple API function which allows to export a db_query() result to an Excel file.
The headers will be set to the names of the exported columns. |
1 |
|
phpexcel_import |
./phpexcel.api.inc |
Simple API function that will load an Excel file from $path and parse it
as a multidimensional array. |
4 |
|
phpexcel_install |
./phpexcel.install |
|
|
|
phpexcel_invoke |
./phpexcel.api.inc |
Invokes phpexcel hooks
We need a custom hook-invoke method, because we need to pass parameters by
reference. |
3 |
|
phpexcel_menu |
./phpexcel.module |
Implements hook_menu() |
|
|
phpexcel_permission |
./phpexcel.module |
Implements hook_permission() |
|
|
phpexcel_settings_form |
./phpexcel.module |
Settings form |
|
1 |
_phpexcel_set_columns |
./phpexcel.api.inc |
Adds the data to the Excel file. |
1 |
|
_phpexcel_set_headers |
./phpexcel.api.inc |
Sets the Excel file headers. |
1 |
|
_phpexcel_set_properties |
./phpexcel.api.inc |
Sets the Excel file properties, like creator, title, etc. |
1 |
|