PCLZIP
PCLZIP = 'PHPExcel_Shared_ZipArchive'
Available Zip library classes
setZipClass(string $zipClass) : boolean
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()) : boolean
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) : boolean
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) : boolean
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) : boolean
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