PCLZIP
PCLZIP = 'PHPExcel_Shared_ZipArchive'
Available Zip library classes
PHPExcel_Settings
Copyright (c) 2006 - 2015 PHPExcel
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
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