You are here

Functions in PHPExcel 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_phpexcel_export ./phpexcel.api.php Export
hook_phpexcel_import ./phpexcel.api.php Import
phpexcel_export ./phpexcel.inc Simple API function which will generate an XLS file and save it in $path. 5
phpexcel_export_db_result ./phpexcel.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.inc Simple API function that will load an Excel file from $path and parse it as a multidimensional array. 5
phpexcel_install ./phpexcel.install
phpexcel_invoke ./phpexcel.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_munge_filename ./phpexcel.inc Munges the filename in the path. We can't use drupals file_munge_filename() directly because the $path variable contains the path as well. Separate the filename from the directory structure, munge it and return. 6
phpexcel_permission ./phpexcel.module Implements hook_permission()
phpexcel_settings_form ./phpexcel.module Settings form 1
phpexcel_update_7201 ./phpexcel.install
_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

Other projects