ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
PHPExcel root directory. More...
Static Public Member Functions | |
static | setZipClass ($zipClass) |
Set the Zip handler Class that PHPExcel should use for Zip file management (PCLZip or ZipArchive) More... | |
static | getZipClass () |
Return the name of the Zip handler Class that PHPExcel is configured to use (PCLZip or ZipArchive) or Zip file management. More... | |
static | getCacheStorageMethod () |
Return the name of the method that is currently configured for cell cacheing. More... | |
static | getCacheStorageClass () |
Return the name of the class that is currently being used for cell cacheing. More... | |
static | setCacheStorageMethod ( $method=PHPExcel_CachedObjectStorageFactory::cache_in_memory, $arguments=array()) |
Set the method that should be used for cell cacheing. More... | |
static | setLocale ($locale='en_us') |
Set the locale code to use for formula translations and any special formatting. More... | |
static | setChartRenderer ($libraryName, $libraryBaseDir) |
Set details of the external library that PHPExcel should use for rendering charts. More... | |
static | setChartRendererName ($libraryName) |
Identify to PHPExcel the external library to use for rendering charts. More... | |
static | setChartRendererPath ($libraryBaseDir) |
Tell PHPExcel where to find the external library to use for rendering charts. More... | |
static | getChartRendererName () |
Return the Chart Rendering Library that PHPExcel is currently configured to use (e.g. More... | |
static | getChartRendererPath () |
Return the directory path to the Chart Rendering Library that PHPExcel is currently configured to use. More... | |
static | setPdfRenderer ($libraryName, $libraryBaseDir) |
Set details of the external library that PHPExcel should use for rendering PDF files. More... | |
static | setPdfRendererName ($libraryName) |
Identify to PHPExcel the external library to use for rendering PDF files. More... | |
static | setPdfRendererPath ($libraryBaseDir) |
Tell PHPExcel where to find the external library to use for rendering PDF files. More... | |
static | getPdfRendererName () |
Return the PDF Rendering Library that PHPExcel is currently configured to use (e.g. More... | |
static | getPdfRendererPath () |
Return the directory path to the PDF Rendering Library that PHPExcel is currently configured to use. More... | |
static | setLibXmlLoaderOptions ($options=null) |
Set default options for libxml loader. More... | |
static | getLibXmlLoaderOptions () |
Get default options for libxml loader. More... | |
Data Fields | |
const | PCLZIP = 'PHPExcel_Shared_ZipArchive' |
constants More... | |
const | ZIPARCHIVE = 'ZipArchive' |
const | CHART_RENDERER_JPGRAPH = 'jpgraph' |
Optional Chart Rendering libraries. More... | |
const | PDF_RENDERER_TCPDF = 'tcPDF' |
Optional PDF Rendering libraries. More... | |
const | PDF_RENDERER_DOMPDF = 'DomPDF' |
const | PDF_RENDERER_MPDF = 'mPDF' |
Static Private Attributes | |
static | $_chartRenderers |
static | $_pdfRenderers |
static | $_zipClass = self::ZIPARCHIVE |
static | $_chartRendererName = NULL |
static | $_chartRendererPath = NULL |
static | $_pdfRendererName = NULL |
static | $_pdfRendererPath = NULL |
static | $_libXmlLoaderOptions = null |
PHPExcel root directory.
Definition at line 38 of file Settings.php.
|
static |
Return the name of the class that is currently being used for cell cacheing.
Definition at line 163 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\getCacheStorageClass().
|
static |
Return the name of the method that is currently configured for cell cacheing.
Definition at line 152 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\getCacheStorageMethod().
|
static |
Return the Chart Rendering Library that PHPExcel is currently configured to use (e.g.
jpgraph)
Definition at line 258 of file Settings.php.
Referenced by PHPExcel_Chart\render().
|
static |
Return the directory path to the Chart Rendering Library that PHPExcel is currently configured to use.
Definition at line 270 of file Settings.php.
Referenced by PHPExcel_Chart_Renderer_jpgraph\_renderAreaChart(), PHPExcel_Chart_Renderer_jpgraph\_renderBarChart(), PHPExcel_Chart_Renderer_jpgraph\_renderBubbleChart(), PHPExcel_Chart_Renderer_jpgraph\_renderCombinationChart(), PHPExcel_Chart_Renderer_jpgraph\_renderContourChart(), PHPExcel_Chart_Renderer_jpgraph\_renderLineChart(), PHPExcel_Chart_Renderer_jpgraph\_renderPieChart(), PHPExcel_Chart_Renderer_jpgraph\_renderRadarChart(), PHPExcel_Chart_Renderer_jpgraph\_renderScatterChart(), PHPExcel_Chart_Renderer_jpgraph\_renderStockChart(), and PHPExcel_Chart\render().
|
static |
Get default options for libxml loader.
Defaults to LIBXML_DTDLOAD | LIBXML_DTDATTR when not set explicitly.
Definition at line 381 of file Settings.php.
References defined.
Referenced by PHPExcel_Reader_Excel2007\_readRibbon(), PHPExcel_Reader_OOCalc\canRead(), PHPExcel_Reader_Excel2007\canRead(), PHPExcel_Reader_Gnumeric\listWorksheetInfo(), PHPExcel_Reader_Excel2003XML\listWorksheetInfo(), PHPExcel_Reader_Excel2007\listWorksheetInfo(), PHPExcel_Reader_OOCalc\listWorksheetInfo(), PHPExcel_Reader_Gnumeric\listWorksheetNames(), PHPExcel_Reader_OOCalc\listWorksheetNames(), PHPExcel_Reader_Excel2007\listWorksheetNames(), PHPExcel_Reader_Excel2003XML\listWorksheetNames(), PHPExcel_Reader_Excel2007\load(), PHPExcel_Reader_Gnumeric\loadIntoExisting(), PHPExcel_Reader_Excel2003XML\loadIntoExisting(), and PHPExcel_Reader_OOCalc\loadIntoExisting().
|
static |
Return the PDF Rendering Library that PHPExcel is currently configured to use (e.g.
dompdf)
Definition at line 343 of file Settings.php.
Referenced by PHPExcel_Writer_PDF\__construct().
|
static |
Return the directory path to the PDF Rendering Library that PHPExcel is currently configured to use.
Definition at line 354 of file Settings.php.
Referenced by PHPExcel_Writer_PDF\__construct().
|
static |
Return the name of the Zip handler Class that PHPExcel is configured to use (PCLZip or ZipArchive) or Zip file management.
Definition at line 141 of file Settings.php.
Referenced by PHPExcel_Writer_OpenDocument\_createZip(), PHPExcel_Reader_OOCalc\canRead(), PHPExcel_Reader_Excel2007\canRead(), PHPExcel_Reader_Excel2007\listWorksheetInfo(), PHPExcel_Reader_OOCalc\listWorksheetInfo(), PHPExcel_Reader_OOCalc\listWorksheetNames(), PHPExcel_Reader_Excel2007\listWorksheetNames(), PHPExcel_Reader_Excel2007\load(), PHPExcel_Reader_OOCalc\loadIntoExisting(), and PHPExcel_Writer_Excel2007\save().
|
static |
Set the method that should be used for cell cacheing.
string | $method | Name of the cacheing method |
array | $arguments | Optional configuration arguments for the cacheing method |
Definition at line 176 of file Settings.php.
References PHPExcel_CachedObjectStorageFactory\initialize().
|
static |
Set details of the external library that PHPExcel should use for rendering charts.
string | $libraryName | Internal reference name of the library e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH |
string | $libraryBaseDir | Directory path to the library's base folder |
Definition at line 206 of file Settings.php.
|
static |
Identify to PHPExcel the external library to use for rendering charts.
string | $libraryName | Internal reference name of the library e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH |
Definition at line 222 of file Settings.php.
|
static |
Tell PHPExcel where to find the external library to use for rendering charts.
string | $libraryBaseDir | Directory path to the library's base folder |
Definition at line 240 of file Settings.php.
|
static |
Set default options for libxml loader.
int | $options | Default options for libxml loader |
Definition at line 364 of file Settings.php.
References $options, and defined.
|
static |
Set the locale code to use for formula translations and any special formatting.
string | $locale | The locale code to use (e.g. "fr" or "pt_br" or "en_uk") |
Definition at line 191 of file Settings.php.
References PHPExcel_Calculation\getInstance().
|
static |
Set details of the external library that PHPExcel should use for rendering PDF files.
string | $libraryName | Internal reference name of the library e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF, PHPExcel_Settings::PDF_RENDERER_DOMPDF or PHPExcel_Settings::PDF_RENDERER_MPDF |
string | $libraryBaseDir | Directory path to the library's base folder |
Definition at line 287 of file Settings.php.
|
static |
Identify to PHPExcel the external library to use for rendering PDF files.
string | $libraryName | Internal reference name of the library e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF, PHPExcel_Settings::PDF_RENDERER_DOMPDF or PHPExcel_Settings::PDF_RENDERER_MPDF |
Definition at line 305 of file Settings.php.
|
static |
Tell PHPExcel where to find the external library to use for rendering PDF files.
string | $libraryBaseDir | Directory path to the library's base folder |
Definition at line 323 of file Settings.php.
|
static |
Set the Zip handler Class that PHPExcel should use for Zip file management (PCLZip or ZipArchive)
string | $zipClass | The Zip handler class that PHPExcel should use for Zip file management e.g. PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchive |
Definition at line 122 of file Settings.php.
|
staticprivate |
Definition at line 82 of file Settings.php.
|
staticprivate |
Definition at line 89 of file Settings.php.
|
staticprivate |
Definition at line 54 of file Settings.php.
|
staticprivate |
Definition at line 113 of file Settings.php.
|
staticprivate |
Definition at line 99 of file Settings.php.
|
staticprivate |
Definition at line 106 of file Settings.php.
|
staticprivate |
Definition at line 58 of file Settings.php.
|
staticprivate |
Definition at line 72 of file Settings.php.
const PHPExcel_Settings::CHART_RENDERER_JPGRAPH = 'jpgraph' |
Optional Chart Rendering libraries.
Definition at line 46 of file Settings.php.
const PHPExcel_Settings::PCLZIP = 'PHPExcel_Shared_ZipArchive' |
const PHPExcel_Settings::PDF_RENDERER_DOMPDF = 'DomPDF' |
Definition at line 50 of file Settings.php.
const PHPExcel_Settings::PDF_RENDERER_MPDF = 'mPDF' |
Definition at line 51 of file Settings.php.
const PHPExcel_Settings::PDF_RENDERER_TCPDF = 'tcPDF' |
Optional PDF Rendering libraries.
Definition at line 49 of file Settings.php.
const PHPExcel_Settings::ZIPARCHIVE = 'ZipArchive' |
Definition at line 43 of file Settings.php.