PCLZIP
PCLZIP = 'PHPExcel_Shared_ZipArchive'
Available Zip library classes
$_zipClass : string
Name of the class used for Zip file management e.g.
ZipArchive
$_chartRendererName : string
Name of the external Library used for rendering charts e.g.
jpgraph
$_chartRendererPath : string
Directory Path to the external Library used for rendering charts
$_pdfRendererName : string
Name of the external Library used for rendering PDF files e.g.
mPDF
$_pdfRendererPath : string
Directory Path to the external Library used for rendering PDF files
$_libXmlLoaderOptions : int
Default options for libxml loader
setZipClass(string $zipClass) : bool
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 |
Success or failure
getZipClass() : string
Return the name of the Zip handler Class that PHPExcel is configured to use (PCLZip or ZipArchive) or Zip file management
Name of the Zip handler Class that PHPExcel is configured to use for Zip file management e.g. PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchive
setCacheStorageMethod(string $method = PHPExcel_CachedObjectStorageFactory::cache_in_memory, array $arguments = array()) : bool
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 |
Success or failure
setChartRenderer(string $libraryName, string $libraryBaseDir) : bool
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 |
Success or failure
getChartRendererName() : string|null
Return the Chart Rendering Library that PHPExcel is currently configured to use (e.g. jpgraph)
Internal reference name of the Chart Rendering Library that PHPExcel is currently configured to use e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH
setPdfRenderer(string $libraryName, string $libraryBaseDir) : bool
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 |
Success or failure
setPdfRendererName(string $libraryName) : bool
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 |
Success or failure
getPdfRendererName() : string|null
Return the PDF Rendering Library that PHPExcel is currently configured to use (e.g. dompdf)
Internal reference name of the PDF Rendering Library that PHPExcel is currently configured to use e.g. PHPExcel_Settings::PDF_RENDERER_TCPDF, PHPExcel_Settings::PDF_RENDERER_DOMPDF or PHPExcel_Settings::PDF_RENDERER_MPDF