基本信息
源码名称:PHPEXCEL插件
源码大小:4.96M
文件格式:.zip
开发语言:PHP
更新时间:2019-10-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

├─Classes
│  │  PHPExcel.php
│  │
│  └─PHPExcel
│      │  Autoloader.php
│      │  CachedObjectStorageFactory.php
│      │  Calculation.php
│      │  Cell.php
│      │  Chart.php
│      │  Comment.php
│      │  DocumentProperties.php
│      │  DocumentSecurity.php
│      │  Exception.php
│      │  HashTable.php
│      │  IComparable.php
│      │  IOFactory.php
│      │  NamedRange.php
│      │  ReferenceHelper.php
│      │  RichText.php
│      │  Settings.php
│      │  Style.php
│      │  Worksheet.php
│      │  WorksheetIterator.php
│      │
│      ├─CachedObjectStorage
│      │      APC.php
│      │      CacheBase.php
│      │      DiscISAM.php
│      │      ICache.php
│      │      Igbinary.php
│      │      Memcache.php
│      │      Memory.php
│      │      MemoryGZip.php
│      │      MemorySerialized.php
│      │      PHPTemp.php
│      │      SQLite.php
│      │      SQLite3.php
│      │      Wincache.php
│      │
│      ├─CalcEngine
│      │      CyclicReferenceStack.php
│      │      Logger.php
│      │
│      ├─Calculation
│      │  │  Database.php
│      │  │  DateTime.php
│      │  │  Engineering.php
│      │  │  Exception.php
│      │  │  ExceptionHandler.php
│      │  │  Financial.php
│      │  │  FormulaParser.php
│      │  │  FormulaToken.php
│      │  │  Function.php
│      │  │  functionlist.txt
│      │  │  Functions.php
│      │  │  Logical.php
│      │  │  LookupRef.php
│      │  │  MathTrig.php
│      │  │  Statistical.php
│      │  │  TextData.php
│      │  │
│      │  └─Token
│      │          Stack.php
│      │
│      ├─Cell
│      │      AdvancedValueBinder.php
│      │      DataType.php
│      │      DataValidation.php
│      │      DefaultValueBinder.php
│      │      Hyperlink.php
│      │      IValueBinder.php
│      │
│      ├─Chart
│      │  │  Axis.php
│      │  │  DataSeries.php
│      │  │  DataSeriesValues.php
│      │  │  Exception.php
│      │  │  GridLines.php
│      │  │  Layout.php
│      │  │  Legend.php
│      │  │  PlotArea.php
│      │  │  Properties.php
│      │  │  Title.php
│      │  │
│      │  └─Renderer
│      │          jpgraph.php
│      │          PHP Charting Libraries.txt
│      │
│      ├─Helper
│      │      HTML.php
│      │
│      ├─locale
│      │  ├─bg
│      │  │      config
│      │  │
│      │  ├─cs
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─da
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─de
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─en
│      │  │  └─uk
│      │  │          config
│      │  │
│      │  ├─es
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─fi
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─fr
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─hu
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─it
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─nl
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─no
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─pl
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─pt
│      │  │  │  config
│      │  │  │  functions
│      │  │  │
│      │  │  └─br
│      │  │          config
│      │  │          functions
│      │  │
│      │  ├─ru
│      │  │      config
│      │  │      functions
│      │  │
│      │  ├─sv
│      │  │      config
│      │  │      functions
│      │  │
│      │  └─tr
│      │          config
│      │          functions
│      │
│      ├─Reader
│      │  │  Abstract.php
│      │  │  CSV.php
│      │  │  DefaultReadFilter.php
│      │  │  Excel2003XML.php
│      │  │  Excel2007.php
│      │  │  Excel5.php
│      │  │  Exception.php
│      │  │  Gnumeric.php
│      │  │  HTML.php
│      │  │  IReader.php
│      │  │  IReadFilter.php
│      │  │  OOCalc.php
│      │  │  SYLK.php
│      │  │
│      │  ├─Excel2007
│      │  │      Chart.php
│      │  │      Theme.php
│      │  │
│      │  └─Excel5
│      │      │  Color.php
│      │      │  ErrorCode.php
│      │      │  Escher.php
│      │      │  MD5.php
│      │      │  RC4.php
│      │      │
│      │      ├─Color
│      │      │      BIFF5.php
│      │      │      BIFF8.php
│      │      │      BuiltIn.php
│      │      │
│      │      └─Style
│      │              Border.php
│      │              FillPattern.php
│      │
│      ├─RichText
│      │      ITextElement.php
│      │      Run.php
│      │      TextElement.php
│      │
│      ├─Shared
│      │  │  CodePage.php
│      │  │  Date.php
│      │  │  Drawing.php
│      │  │  Escher.php
│      │  │  Excel5.php
│      │  │  File.php
│      │  │  Font.php
│      │  │  OLE.php
│      │  │  OLERead.php
│      │  │  PasswordHasher.php
│      │  │  String.php
│      │  │  TimeZone.php
│      │  │  XMLWriter.php
│      │  │  ZipArchive.php
│      │  │  ZipStreamWrapper.php
│      │  │
│      │  ├─Escher
│      │  │  │  DgContainer.php
│      │  │  │  DggContainer.php
│      │  │  │
│      │  │  ├─DgContainer
│      │  │  │  │  SpgrContainer.php
│      │  │  │  │
│      │  │  │  └─SpgrContainer
│      │  │  │          SpContainer.php
│      │  │  │
│      │  │  └─DggContainer
│      │  │      │  BstoreContainer.php
│      │  │      │
│      │  │      └─BstoreContainer
│      │  │          │  BSE.php
│      │  │          │
│      │  │          └─BSE
│      │  │                  Blip.php
│      │  │
│      │  ├─JAMA
│      │  │  │  CHANGELOG.TXT
│      │  │  │  CholeskyDecomposition.php
│      │  │  │  EigenvalueDecomposition.php
│      │  │  │  LUDecomposition.php
│      │  │  │  Matrix.php
│      │  │  │  QRDecomposition.php
│      │  │  │  SingularValueDecomposition.php
│      │  │  │
│      │  │  └─utils
│      │  │          Error.php
│      │  │          Maths.php
│      │  │
│      │  ├─OLE
│      │  │  │  ChainedBlockStream.php
│      │  │  │  PPS.php
│      │  │  │
│      │  │  └─PPS
│      │  │          File.php
│      │  │          Root.php
│      │  │
│      │  ├─PCLZip
│      │  │      gnu-lgpl.txt
│      │  │      pclzip.lib.php
│      │  │      readme.txt
│      │  │
│      │  └─trend
│      │          bestFitClass.php
│      │          exponentialBestFitClass.php
│      │          linearBestFitClass.php
│      │          logarithmicBestFitClass.php
│      │          polynomialBestFitClass.php
│      │          powerBestFitClass.php
│      │          trendClass.php
│      │
│      ├─Style
│      │      Alignment.php
│      │      Border.php
│      │      Borders.php
│      │      Color.php
│      │      Conditional.php
│      │      Fill.php
│      │      Font.php
│      │      NumberFormat.php
│      │      Protection.php
│      │      Supervisor.php
│      │
│      ├─Worksheet
│      │  │  AutoFilter.php
│      │  │  BaseDrawing.php
│      │  │  CellIterator.php
│      │  │  Column.php
│      │  │  ColumnCellIterator.php
│      │  │  ColumnDimension.php
│      │  │  ColumnIterator.php
│      │  │  Dimension.php
│      │  │  Drawing.php
│      │  │  HeaderFooter.php
│      │  │  HeaderFooterDrawing.php
│      │  │  MemoryDrawing.php
│      │  │  PageMargins.php
│      │  │  PageSetup.php
│      │  │  Protection.php
│      │  │  Row.php
│      │  │  RowCellIterator.php
│      │  │  RowDimension.php
│      │  │  RowIterator.php
│      │  │  SheetView.php
│      │  │
│      │  ├─AutoFilter
│      │  │  │  Column.php
│      │  │  │
│      │  │  └─Column
│      │  │          Rule.php
│      │  │
│      │  └─Drawing
│      │          Shadow.php
│      │
│      └─Writer
│          │  Abstract.php
│          │  CSV.php
│          │  Excel2007.php
│          │  Excel5.php
│          │  Exception.php
│          │  HTML.php
│          │  IWriter.php
│          │  OpenDocument.php
│          │  PDF.php
│          │
│          ├─Excel2007
│          │      Chart.php
│          │      Comments.php
│          │      ContentTypes.php
│          │      DocProps.php
│          │      Drawing.php
│          │      Rels.php
│          │      RelsRibbon.php
│          │      RelsVBA.php
│          │      StringTable.php
│          │      Style.php
│          │      Theme.php
│          │      Workbook.php
│          │      Worksheet.php
│          │      WriterPart.php
│          │
│          ├─Excel5
│          │      BIFFwriter.php
│          │      Escher.php
│          │      Font.php
│          │      Parser.php
│          │      Workbook.php
│          │      Worksheet.php
│          │      Xf.php
│          │
│          ├─OpenDocument
│          │  │  Content.php
│          │  │  Meta.php
│          │  │  MetaInf.php
│          │  │  Mimetype.php
│          │  │  Settings.php
│          │  │  Styles.php
│          │  │  Thumbnails.php
│          │  │  WriterPart.php
│          │  │
│          │  └─Cell
│          │          Comment.php
│          │
│          └─PDF
│                  Core.php
│                  DomPDF.php
│                  mPDF.php
│                  tcPDF.php

├─Documentation
│  │  Functionality Cross-Reference.xls
│  │  FunctionListByCategory.txt
│  │  FunctionListByName.txt
│  │  PHPExcel AutoFilter Reference developer documentation.doc
│  │  PHPExcel developer documentation.doc
│  │  PHPExcel Function Reference developer documentation.doc
│  │  PHPExcel User Documentation - Reading Spreadsheet Files.doc
│  │
│  ├─assets
│  │  └─ClassDiagrams
│  │      │  Architecture.cd
│  │      │  Architecture.png
│  │      │  ClassDiagrams.csproj
│  │      │  ClassDiagrams.csproj.user
│  │      │  ClassDiagrams.sln
│  │      │  ReaderWriter.cd
│  │      │  ReaderWriter.png
│  │      │
│  │      ├─Classes
│  │      │      IReader.cs
│  │      │      IWriter.cs
│  │      │      PHPExcel.cs
│  │      │      PHPExcel_IOFactory.cs
│  │      │      PHPExcel_Reader_Excel2007.cs
│  │      │      PHPExcel_Reader_Excel5.cs
│  │      │      PHPExcel_Reader_Serialized.cs
│  │      │      PHPExcel_Writer_Excel2007.cs
│  │      │      PHPExcel_Writer_Serialized.cs
│  │      │      Worksheet.cs
│  │      │
│  │      └─Exports
│  │              Architecture.png
│  │              ReaderWriter.png
│  │
│  ├─Examples
│  │  │  index.php
│  │  │
│  │  ├─Calculations
│  │  │  │  index.php
│  │  │  │
│  │  │  ├─Database
│  │  │  │      DAVERAGE.php
│  │  │  │      DCOUNT.php
│  │  │  │      DGET.php
│  │  │  │      DMAX.php
│  │  │  │      DMIN.php
│  │  │  │      DPRODUCT.php
│  │  │  │      DSTDEV.php
│  │  │  │      DSTDEVP.php
│  │  │  │      DVAR.php
│  │  │  │      DVARP.php
│  │  │  │
│  │  │  └─DateTime
│  │  │          DATE.php
│  │  │          DATEVALUE.php
│  │  │          TIME.php
│  │  │          TIMEVALUE.php
│  │  │
│  │  ├─Reader
│  │  │  │  exampleReader01.php
│  │  │  │  exampleReader02.php
│  │  │  │  exampleReader03.php
│  │  │  │  exampleReader04.php
│  │  │  │  exampleReader05.php
│  │  │  │  exampleReader06.php
│  │  │  │  exampleReader07.php
│  │  │  │  exampleReader08.php
│  │  │  │  exampleReader09.php
│  │  │  │  exampleReader10.php
│  │  │  │  exampleReader11.php
│  │  │  │  exampleReader12.php
│  │  │  │  exampleReader13.php
│  │  │  │  exampleReader14.php
│  │  │  │  exampleReader15.php
│  │  │  │  exampleReader16.php
│  │  │  │  exampleReader17.php
│  │  │  │  exampleReader18.php
│  │  │  │  exampleReader19.php
│  │  │  │
│  │  │  └─sampleData
│  │  │          example1.csv
│  │  │          example1.tsv
│  │  │          example1.xls
│  │  │          example2.csv
│  │  │          example2.xls
│  │  │
│  │  └─Reading WorkBook Data
│  │      │  exampleWorkBookReader01.php
│  │      │  exampleWorkBookReader02.php
│  │      │  exampleWorkBookReader03.php
│  │      │  exampleWorkBookReader04.php
│  │      │
│  │      └─sampleData
│  │              example1.xls
│  │              example1.xlsx
│  │              example2.xls
│  │
│  └─markdown
│      ├─CalculationEngine
│      │  └─FunctionReference
│      │          01-Introduction.md
│      │          02-01-Date-and-Time-Handling.md
│      │          02-General-Introduction.md
│      │          03-01-Cube-Functions.md
│      │          03-02-Database-Functions.md
│      │          03-03-Date-and-Time-Functions.md
│      │
│      ├─Features
│      │  └─Autofilters
│      │      │  01-Autofilters.md
│      │      │  02-Setting-an-Autofilter.md
│      │      │  03-Autofilter-Expressions.md
│      │      │  04-01-Autofilter-Expressions-Simple.md
│      │      │  04-02-Autofilter-Expressions-Dategroup.md
│      │      │  04-03-Autofilter-Expressions-Custom.md
│      │      │  04-04-Autofilter-Expressions-Dynamic.md
│      │      │  04-05-Autofilter-Expressions-Topten.md
│      │      │  05-Executing-Autofilters.md
│      │      │  06-Autofilter-Sorting.md
│      │      │
│      │      └─images
│      │              01-01-autofilter.png
│      │              01-02-autofilter.png
│      │              01-03-filter-icon-1.png
│      │              01-03-filter-icon-2.png
│      │              01-04-autofilter.png
│      │              04-01-simple-autofilter.png
│      │              04-02-dategroup-autofilter.png
│      │              04-03-custom-autofilter-1.png
│      │              04-03-custom-autofilter-2.png
│      │              04-04-dynamic-autofilter.png
│      │              04-05-topten-autofilter-1.png
│      │              04-05-topten-autofilter-2.png
│      │
│      ├─Functions
│      │      FunctionListByCategory.md
│      │      FunctionListByName.md
│      │
│      ├─Overview
│      │  │  01-Getting-Started.md
│      │  │  02-Architecture.md
│      │  │  03-Creating-a-Spreadsheet.md
│      │  │  04-Configuration-Settings.md
│      │  │  05-Deleting-a-Workbook.md
│      │  │  06-Worksheets.md
│      │  │  07-Accessing-Cells.md
│      │  │  08-Recipes.md
│      │  │  09-Calculation-Engine.md
│      │  │  10-Reading-and-Writing.md
│      │  │  11-Appendices.md
│      │  │
│      │  └─images
│      │          01-schematic.png
│      │          02-readers-writers.png
│      │          07-simple-example-1.png
│      │          07-simple-example-2.png
│      │          07-simple-example-3.png
│      │          07-simple-example-4.png
│      │          08-cell-comment.png
│      │          08-column-width.png
│      │          08-page-setup-margins.png
│      │          08-page-setup-scaling-options.png
│      │          08-styling-border-options.png
│      │          09-command-line-calculation.png
│      │          09-formula-in-cell-1.png
│      │          09-formula-in-cell-2.png
│      │
│      └─ReadingSpreadsheetFiles
│              01-File-Formats.md
│              02-Security.md
│              03-Loading-a-Spreadsheet.md
│              04-Loading-with-a-Reader.md
│              05-Reader-Options.md
│              06-Error-Handling.md
│              07-Helper-Methods.md

└─Examples
    │  .gitignore
    │  01pharSimple.php
    │  01simple-download-ods.php
    │  01simple-download-pdf.php
    │  01simple-download-xls.php
    │  01simple-download-xlsx.php
    │  01simple.php
    │  01simplePCLZip.php
    │  02types-xls.php
    │  02types.php
    │  03formulas.php
    │  04printing.php
    │  05featuredemo.inc.php
    │  05featuredemo.php
    │  06largescale-with-cellcaching-sqlite.php
    │  06largescale-with-cellcaching-sqlite3.php
    │  06largescale-with-cellcaching.php
    │  06largescale-xls.php
    │  06largescale.php
    │  07reader.php
    │  07readerPCLZip.php
    │  08conditionalformatting.php
    │  08conditionalformatting2.php
    │  09pagebreaks.php
    │  10autofilter-selection-1.php
    │  10autofilter-selection-2.php
    │  10autofilter-selection-display.php
    │  10autofilter.php
    │  11documentsecurity-xls.php
    │  11documentsecurity.php
    │  12cellProtection.php
    │  13calculation.php
    │  13calculationCyclicFormulae.php
    │  14excel5.php
    │  15datavalidation-xls.php
    │  15datavalidation.php
    │  16csv.php
    │  17html.php
    │  18extendedcalculation.php
    │  19namedrange.php
    │  20readexcel5.php
    │  21pdf.php
    │  22heavilyformatted.php
    │  23sharedstyles.php
    │  24readfilter.php
    │  25inmemoryimage.php
    │  26utf8.php
    │  27imagesexcel5.php
    │  28iterator.php
    │  29advancedvaluebinder.php
    │  30template.php
    │  31docproperties_write-xls.php
    │  31docproperties_write.php
    │  32chartreadwrite.php
    │  33chartcreate-area.php
    │  33chartcreate-bar-stacked.php
    │  33chartcreate-bar.php
    │  33chartcreate-column-2.php
    │  33chartcreate-column.php
    │  33chartcreate-composite.php
    │  33chartcreate-line.php
    │  33chartcreate-multiple-charts.php
    │  33chartcreate-pie.php
    │  33chartcreate-radar.php
    │  33chartcreate-scatter.php
    │  33chartcreate-stock.php
    │  34chartupdate.php
    │  35chartrender.php
    │  36chartreadwriteHTML.php
    │  36chartreadwritePDF.php
    │  37page_layout_view.php
    │  38cloneWorksheet.php
    │  39dropdown.php
    │  40duplicateStyle.php
    │  41password.php
    │  42richText.php
    │  43mergeWorkbooks.php
    │  44worksheetInfo.php
    │  Excel2003XMLReader.php
    │  Excel2003XMLTest.xml
    │  GnumericReader.php
    │  GnumericTest.gnumeric
    │  OOCalcReader.php
    │  OOCalcReaderPCLZip.php
    │  OOCalcTest.ods
    │  Quadratic.php
    │  Quadratic.xlsx
    │  Quadratic2.php
    │  runall.php
    │  SylkReader.php
    │  SylkTest.slk
    │  XMLReader.php
    │  XMLTest.xml
    │
    ├─data
    │  └─continents
    │          Africa.txt
    │          Asia.txt
    │          Europe.txt
    │          North America.txt
    │          Oceania.txt
    │          South America.txt
    │
    ├─images
    │      officelogo.jpg
    │      paid.png
    │      phpexcel_logo.gif
    │      termsconditions.jpg
    │
    └─templates
            26template.xlsx
            27template.xls
            30template.xls
            31docproperties.xls
            31docproperties.xlsx
            32chartreadwrite.xlsx
            32complexChartreadwrite.xlsx
            32readwriteAreaChart1.xlsx
            32readwriteAreaChart2.xlsx
            32readwriteAreaChart3.xlsx
            32readwriteAreaChart3D1.xlsx
            32readwriteAreaPercentageChart1.xlsx
            32readwriteAreaPercentageChart2.xlsx
            32readwriteAreaPercentageChart3D1.xlsx
            32readwriteAreaStackedChart1.xlsx
            32readwriteAreaStackedChart2.xlsx
            32readwriteAreaStackedChart3D1.xlsx
            32readwriteBarChart1.xlsx
            32readwriteBarChart2.xlsx
            32readwriteBarChart3.xlsx
            32readwriteBarChart3D1.xlsx
            32readwriteBarPercentageChart1.xlsx
            32readwriteBarPercentageChart2.xlsx
            32readwriteBarPercentageChart3D1.xlsx
            32readwriteBarStackedChart1.xlsx
            32readwriteBarStackedChart2.xlsx
            32readwriteBarStackedChart3D1.xlsx
            32readwriteBubbleChart1.xlsx
            32readwriteBubbleChart3D1.xlsx
            32readwriteChartWithImages1.xlsx
            32readwriteColumnChart1.xlsx
            32readwriteColumnChart2.xlsx
            32readwriteColumnChart3.xlsx
            32readwriteColumnChart3D1.xlsx
            32readwriteColumnChart4.xlsx
            32readwriteColumnPercentageChart1.xlsx
            32readwriteColumnPercentageChart2.xlsx
            32readwriteColumnPercentageChart3D1.xlsx
            32readwriteColumnStackedChart1.xlsx
            32readwriteColumnStackedChart2.xlsx
            32readwriteColumnStackedChart3D1.xlsx
            32readwriteDonutChart1.xlsx
            32readwriteDonutChart2.xlsx
            32readwriteDonutChart3.xlsx
            32readwriteDonutChart4.xlsx
            32readwriteDonutChartExploded1.xlsx
            32readwriteDonutChartMultiseries1.xlsx
            32readwriteLineChart1.xlsx
            32readwriteLineChart2.xlsx
            32readwriteLineChart3.xlsx
            32readwriteLineChart3D1.xlsx
            32readwriteLineChartNoPointMarkers1.xlsx
            32readwriteLinePercentageChart1.xlsx
            32readwriteLinePercentageChart2.xlsx
            32readwriteLineStackedChart1.xlsx
            32readwriteLineStackedChart2.xlsx
            32readwritePieChart1.xlsx
            32readwritePieChart2.xlsx
            32readwritePieChart3.xlsx
            32readwritePieChart3D1.xlsx
            32readwritePieChart4.xlsx
            32readwritePieChartExploded1.xlsx
            32readwritePieChartExploded3D1.xlsx
            32readwriteRadarChart1.xlsx
            32readwriteRadarChart2.xlsx
            32readwriteRadarChart3.xlsx
            32readwriteScatterChart1.xlsx
            32readwriteScatterChart2.xlsx
            32readwriteScatterChart3.xlsx
            32readwriteScatterChart4.xlsx
            32readwriteScatterChart5.xlsx
            32readwriteStockChart1.xlsx
            32readwriteStockChart2.xlsx
            32readwriteStockChart3.xlsx
            32readwriteStockChart4.xlsx
            32readwriteSurfaceChart1.xlsx
            32readwriteSurfaceChart2.xlsx
            32readwriteSurfaceChart3.xlsx
            32readwriteSurfaceChart4.xlsx
            36writeLineChart1.xlsx
            43mergeBook1.xlsx
            43mergeBook2.xlsx