pkgsrc/textproc/php-excel/PLIST
taca 1878d58edd Update php-excel to 1.8.1.
2015-04-30 (v1.8.1):
- Bugfix:   (goncons)         Work Item GH-397  - Fix for Writing an Open Document cell with non-numeric formula
- Bugfix:   (sarciszewski)    Work Item GH-329  - Avoid potential divide by zero in basedrawing
- Bugfix:   (ymaerschalck)    Work Item GH-405  - XML External Entity (XXE) Processing, different behaviour between simplexml_load_string() and simplexml_load_file().
- Bugfix:   (MBaker)                            - Fix to ensure that current cell is maintained when executing formula calculations
- Bugfix:   (MBaker)          Work Item GH-350  - Keep/set the value on Reader _loadSheetsOnly as NULL, courtesy of Restless-ET
- Bugfix:   (MBaker)          Work Item CP18105 - Loading an Excel 2007 spreadsheet throws an "Autofilter must be set on a range of cells" exception
- Bugfix:   (MBaker)          Work Item GH-388  - Fix to autoloader registration for backward compatibility with PHP 5.2.0 not accepting the prepend flag
- Bugfix:   (MBaker)          Work Item GH-384  - DOM loadHTMLFile() failing with options flags when using PHP < 5.4.0
- Bugfix:   (MBaker)                            - Fix for percentage operator in formulae for BIFF Writer
- Bugfix:   (MBaker)                            - Fix to getStyle() call for cell object
- Bugfix:   (MBaker)                            - Discard Autofilters in Excel2007 Reader when filter range isn't a valid range
- Bugfix:   (frozenstupidity) Work Item GH-423  - Fix invalid NA return in VLOOKUP
- Bugfix:   (wiseloren)       Work Item CP21454 - "No Impact" conditional formatting fix for NumberFormat
- Bugfix:   (bobwitlox)       Work Item GH-467  - Bug in Excel2003XML reader, parsing merged cells
- Bugfix:   (MBaker)          Work Item GH-302  - Fix for CEIL() and FLOOR() when number argument is zero
- Bugfix:   (MBaker)                            - Remove cells cleanly when calling RemoveRow() or RemoveColumn()
- General:  (MBaker)                            - Small performance improvement for autosize columns
- General:  (frost-nzcr4)     Work Item GH-379  - Change the getter/setter for zeroHeight to camel case
- General:  (MBaker)          Work Item GH-394  - DefaultValueBinder is too much aggressive when converting string to numeric
- General:  (MBaker)                            - Default precalculate formulas to false for writers
- General:  (MBaker)                            - Set default Cyclic Reference behaviour to 1 to eliminate exception when using a single cyclic iteration in formulae
- General:  (MBaker)          Work Item GH-396  - Some Excel writer libraries erroneously use Codepage 21010 for UTF-16LE
- Feature:  (WiktrzGE)        Work Item GH-404  - Methods to manage most of the existing options for Chart Axis, Major Grid-lines and Minor Grid-lines
- Feature:  (frost-nzcr4)     Work Item GH-403  - ODS read/write comments in the cell
- Feature:  (CQD)             Work Item GH-389  - Additional Mac CJK codepage definitions
- Feature:  (bolovincev)      Work Item GH-269  - Update Worksheet.php getStyleByColumnAndRow() to allow a range of cells rather than just a single cell
- Feature:  (MBaker)                            - New methods added for testing cell status within merge groups
- Feature:  (cifren/MBaker)   Work Item GH-205  - Handling merge cells in HTML Reader
- Feature:  (MBaker)                            - Helper to convert basic HTML markup to a Rich Text object
- Feature:  (MBaker)                            - Improved Iterators
                                                    New Column Iterator
                                                    Support for row and column ranges
                                                    Improved handling for next/prev
- Security: (MBaker)                            - XML filescan in XML-based Readers to prevent XML Entity Expansion (XEE)
                                                    (see http://projects.webappsec.org/w/page/13247002/XML%20Entity%20Expansion for an explanation of XEE injection) attacks
                                                  Reference CVE-2015-3542 - Identification of problem courtesy of Dawid Golunski (Pentest Ltd.)
2017-09-02 14:28:52 +00:00

408 lines
30 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2017/09/02 14:28:52 taca Exp $
share/examples/php${PKG_PHP_VERSION}-excel/01pharSimple.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-ods.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-pdf.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-xlsx.php
share/examples/php${PKG_PHP_VERSION}-excel/01simple.php
share/examples/php${PKG_PHP_VERSION}-excel/01simplePCLZip.php
share/examples/php${PKG_PHP_VERSION}-excel/02types-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/02types.php
share/examples/php${PKG_PHP_VERSION}-excel/03formulas.php
share/examples/php${PKG_PHP_VERSION}-excel/04printing.php
share/examples/php${PKG_PHP_VERSION}-excel/05featuredemo.inc.php
share/examples/php${PKG_PHP_VERSION}-excel/05featuredemo.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale-with-cellcaching-sqlite.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale-with-cellcaching-sqlite3.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale-with-cellcaching.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/06largescale.php
share/examples/php${PKG_PHP_VERSION}-excel/07reader.php
share/examples/php${PKG_PHP_VERSION}-excel/07readerPCLZip.php
share/examples/php${PKG_PHP_VERSION}-excel/08conditionalformatting.php
share/examples/php${PKG_PHP_VERSION}-excel/08conditionalformatting2.php
share/examples/php${PKG_PHP_VERSION}-excel/09pagebreaks.php
share/examples/php${PKG_PHP_VERSION}-excel/10autofilter-selection-1.php
share/examples/php${PKG_PHP_VERSION}-excel/10autofilter-selection-2.php
share/examples/php${PKG_PHP_VERSION}-excel/10autofilter-selection-display.php
share/examples/php${PKG_PHP_VERSION}-excel/10autofilter.php
share/examples/php${PKG_PHP_VERSION}-excel/11documentsecurity-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/11documentsecurity.php
share/examples/php${PKG_PHP_VERSION}-excel/12cellProtection.php
share/examples/php${PKG_PHP_VERSION}-excel/13calculation.php
share/examples/php${PKG_PHP_VERSION}-excel/14excel5.php
share/examples/php${PKG_PHP_VERSION}-excel/15datavalidation-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/15datavalidation.php
share/examples/php${PKG_PHP_VERSION}-excel/16csv.php
share/examples/php${PKG_PHP_VERSION}-excel/17html.php
share/examples/php${PKG_PHP_VERSION}-excel/18extendedcalculation.php
share/examples/php${PKG_PHP_VERSION}-excel/19namedrange.php
share/examples/php${PKG_PHP_VERSION}-excel/20readexcel5.php
share/examples/php${PKG_PHP_VERSION}-excel/21pdf.php
share/examples/php${PKG_PHP_VERSION}-excel/22heavilyformatted.php
share/examples/php${PKG_PHP_VERSION}-excel/23sharedstyles.php
share/examples/php${PKG_PHP_VERSION}-excel/24readfilter.php
share/examples/php${PKG_PHP_VERSION}-excel/25inmemoryimage.php
share/examples/php${PKG_PHP_VERSION}-excel/26utf8.php
share/examples/php${PKG_PHP_VERSION}-excel/27imagesexcel5.php
share/examples/php${PKG_PHP_VERSION}-excel/28iterator.php
share/examples/php${PKG_PHP_VERSION}-excel/29advancedvaluebinder.php
share/examples/php${PKG_PHP_VERSION}-excel/30template.php
share/examples/php${PKG_PHP_VERSION}-excel/31docproperties_write-xls.php
share/examples/php${PKG_PHP_VERSION}-excel/31docproperties_write.php
share/examples/php${PKG_PHP_VERSION}-excel/32chartreadwrite.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-area.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-bar-stacked.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-bar.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-column-2.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-column.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-composite.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-line.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-multiple-charts.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-pie.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-radar.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-scatter.php
share/examples/php${PKG_PHP_VERSION}-excel/33chartcreate-stock.php
share/examples/php${PKG_PHP_VERSION}-excel/34chartupdate.php
share/examples/php${PKG_PHP_VERSION}-excel/35chartrender.php
share/examples/php${PKG_PHP_VERSION}-excel/36chartreadwriteHTML.php
share/examples/php${PKG_PHP_VERSION}-excel/36chartreadwritePDF.php
share/examples/php${PKG_PHP_VERSION}-excel/37page_layout_view.php
share/examples/php${PKG_PHP_VERSION}-excel/38cloneWorksheet.php
share/examples/php${PKG_PHP_VERSION}-excel/39dropdown.php
share/examples/php${PKG_PHP_VERSION}-excel/40duplicateStyle.php
share/examples/php${PKG_PHP_VERSION}-excel/41password.php
share/examples/php${PKG_PHP_VERSION}-excel/42richText.php
share/examples/php${PKG_PHP_VERSION}-excel/Excel2003XMLReader.php
share/examples/php${PKG_PHP_VERSION}-excel/Excel2003XMLTest.xml
share/examples/php${PKG_PHP_VERSION}-excel/GnumericReader.php
share/examples/php${PKG_PHP_VERSION}-excel/GnumericTest.gnumeric
share/examples/php${PKG_PHP_VERSION}-excel/OOCalcReader.php
share/examples/php${PKG_PHP_VERSION}-excel/OOCalcReaderPCLZip.php
share/examples/php${PKG_PHP_VERSION}-excel/OOCalcTest.ods
share/examples/php${PKG_PHP_VERSION}-excel/Quadratic.php
share/examples/php${PKG_PHP_VERSION}-excel/Quadratic.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/Quadratic2.php
share/examples/php${PKG_PHP_VERSION}-excel/SylkReader.php
share/examples/php${PKG_PHP_VERSION}-excel/SylkTest.slk
share/examples/php${PKG_PHP_VERSION}-excel/XMLReader.php
share/examples/php${PKG_PHP_VERSION}-excel/XMLTest.xml
share/examples/php${PKG_PHP_VERSION}-excel/images/officelogo.jpg
share/examples/php${PKG_PHP_VERSION}-excel/images/paid.png
share/examples/php${PKG_PHP_VERSION}-excel/images/phpexcel_logo.gif
share/examples/php${PKG_PHP_VERSION}-excel/images/termsconditions.jpg
share/examples/php${PKG_PHP_VERSION}-excel/runall.php
share/examples/php${PKG_PHP_VERSION}-excel/templates/26template.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/27template.xls
share/examples/php${PKG_PHP_VERSION}-excel/templates/30template.xls
share/examples/php${PKG_PHP_VERSION}-excel/templates/31docproperties.xls
share/examples/php${PKG_PHP_VERSION}-excel/templates/31docproperties.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32chartreadwrite.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32complexChartreadwrite.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaPercentageChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaPercentageChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaPercentageChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaStackedChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaStackedChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteAreaStackedChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarPercentageChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarPercentageChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarPercentageChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarStackedChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarStackedChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBarStackedChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBubbleChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteBubbleChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteChartWithImages1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnPercentageChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnPercentageChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnPercentageChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnStackedChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnStackedChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteColumnStackedChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChartExploded1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteDonutChartMultiseries1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineChartNoPointMarkers1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLinePercentageChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLinePercentageChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineStackedChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteLineStackedChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChartExploded1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwritePieChartExploded3D1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteRadarChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteRadarChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteRadarChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteScatterChart5.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteStockChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteStockChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteStockChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteStockChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteSurfaceChart1.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteSurfaceChart2.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteSurfaceChart3.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/32readwriteSurfaceChart4.xlsx
share/examples/php${PKG_PHP_VERSION}-excel/templates/36writeLineChart1.xlsx
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Autoloader.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/APC.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/CacheBase.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/DiscISAM.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/ICache.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/Igbinary.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/Memcache.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/Memory.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/MemoryGZip.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/MemorySerialized.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/PHPTemp.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/SQLite.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/SQLite3.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorage/Wincache.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CachedObjectStorageFactory.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CalcEngine/CyclicReferenceStack.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/CalcEngine/Logger.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Database.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/DateTime.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Engineering.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/ExceptionHandler.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Financial.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/FormulaParser.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/FormulaToken.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Function.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Functions.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Logical.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/LookupRef.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/MathTrig.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Statistical.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/TextData.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/Token/Stack.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Calculation/functionlist.txt
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/AdvancedValueBinder.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/DataType.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/DataValidation.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/DefaultValueBinder.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/Hyperlink.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/IValueBinder.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Axis.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/DataSeries.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/DataSeriesValues.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/GridLines.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Layout.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Legend.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/PlotArea.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Properties.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Renderer/jpgraph.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Title.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Comment.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/DocumentProperties.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/DocumentSecurity.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/HashTable.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/IComparable.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/IOFactory.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/NamedRange.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Abstract.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/CSV.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/DefaultReadFilter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel2003XML.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel2007.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel2007/Chart.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel2007/Theme.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel5.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel5/Escher.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel5/MD5.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Excel5/RC4.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/Gnumeric.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/HTML.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/IReadFilter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/IReader.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/OOCalc.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Reader/SYLK.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/ReferenceHelper.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/RichText.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/RichText/ITextElement.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/RichText/Run.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/RichText/TextElement.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Settings.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/CodePage.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Date.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Drawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DgContainer.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer/BSE
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Excel5.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/File.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Font.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/CholeskyDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/LUDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/Matrix.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/QRDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/SingularValueDecomposition.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/utils/Error.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/JAMA/utils/Maths.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE/PPS.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE/PPS/File.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLE/PPS/Root.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/OLERead.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/PCLZip/pclzip.lib.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/PasswordHasher.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/String.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/TimeZone.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/XMLWriter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/ZipArchive.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/ZipStreamWrapper.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/bestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/linearBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/logarithmicBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/polynomialBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/powerBestFitClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/trend/trendClass.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Alignment.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Border.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Borders.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Color.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Conditional.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Fill.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Font.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/NumberFormat.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Protection.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Style/Supervisor.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/AutoFilter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/AutoFilter/Column.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/BaseDrawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/CellIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Column.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/ColumnCellIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/ColumnDimension.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/ColumnIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Drawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/HeaderFooter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/MemoryDrawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/PageMargins.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/PageSetup.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Protection.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Row.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/RowCellIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/RowDimension.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/RowIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/SheetView.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/WorksheetIterator.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Abstract.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/CSV.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Chart.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Comments.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/DocProps.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Drawing.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Rels.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/RelsRibbon.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/RelsVBA.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/StringTable.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Style.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Theme.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Workbook.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Escher.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Font.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Parser.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Workbook.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Xf.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Exception.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/HTML.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/IWriter.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/OpenDocument.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/Core.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/DomPDF.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/mPDF.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/tcPDF.php
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/bg/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/cs/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/cs/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/da/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/da/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/de/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/de/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/en/uk/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/es/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/es/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/fi/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/fi/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/fr/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/fr/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/hu/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/hu/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/it/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/it/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/nl/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/nl/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/no/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/no/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pl/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pl/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pt/br/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pt/br/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pt/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/pt/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/ru/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/ru/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/sv/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/sv/functions
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/tr/config
share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/locale/tr/functions
@pkgdir share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/OpenDocument/Cell
@pkgdir share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Drawing
@pkgdir share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE