You are here

function feeds_xls_load_phpexcel in Feeds XLS 7

Simple helper function to load the PHPExcel class file(s)

2 calls to feeds_xls_load_phpexcel()
FeedsExcelParser.inc in ./FeedsExcelParser.inc
_feeds_xls_initialise_phpexcel in ./feeds_xls.template.inc
Get a PHPExcel cache object. This gets the most efficient cache object that this environment is capable of using.

File

./feeds_xls.module, line 24

Code

function feeds_xls_load_phpexcel() {
  module_load_include('install', 'feeds_xls');
  return _feeds_xls_load_phpexcel();
}