基本信息
源码名称:phpExcel,读取解析excel文件
源码大小:0.86M
文件格式:.zip
开发语言:PHP
更新时间:2023-12-11
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
phpExcel,读取解析excel文件
用于php读取解析excel文件,用来操作Office Excel 文档的一个PHP类库,它基于微软的Openxml标准和PHP语言。可以使用它来读取、写入不同格式的电子表格。整体来说是一个不错的Excel操作类。

.
├── phpExcel
│   ├── PHPExcel
│   │   ├── Autoloader.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
│   │   ├── CachedObjectStorageFactory.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
│   │   │   ├── Functions.php
│   │   │   ├── Logical.php
│   │   │   ├── LookupRef.php
│   │   │   ├── MathTrig.php
│   │   │   ├── Statistical.php
│   │   │   ├── TextData.php
│   │   │   ├── Token
│   │   │   │   └── Stack.php
│   │   │   └── functionlist.txt
│   │   ├── Calculation.php
│   │   ├── Cell
│   │   │   ├── AdvancedValueBinder.php
│   │   │   ├── DataType.php
│   │   │   ├── DataValidation.php
│   │   │   ├── DefaultValueBinder.php
│   │   │   ├── Hyperlink.php
│   │   │   └── IValueBinder.php
│   │   ├── Cell.php
│   │   ├── Chart
│   │   │   ├── DataSeries.php
│   │   │   ├── DataSeriesValues.php
│   │   │   ├── Exception.php
│   │   │   ├── Layout.php
│   │   │   ├── Legend.php
│   │   │   ├── PlotArea.php
│   │   │   ├── Renderer
│   │   │   │   ├── PHP Charting Libraries.txt
│   │   │   │   └── jpgraph.php
│   │   │   └── Title.php
│   │   ├── Chart.php
│   │   ├── Comment.php
│   │   ├── DocumentProperties.php
│   │   ├── DocumentSecurity.php
│   │   ├── Exception.php
│   │   ├── HashTable.php
│   │   ├── IComparable.php
│   │   ├── IOFactory.php
│   │   ├── NamedRange.php
│   │   ├── Reader
│   │   │   ├── Abstract.php
│   │   │   ├── CSV.php
│   │   │   ├── DefaultReadFilter.php
│   │   │   ├── Excel2003XML.php
│   │   │   ├── Excel2007
│   │   │   │   ├── Chart.php
│   │   │   │   └── Theme.php
│   │   │   ├── Excel2007.php
│   │   │   ├── Excel5
│   │   │   │   ├── Escher.php
│   │   │   │   ├── MD5.php
│   │   │   │   └── RC4.php
│   │   │   ├── Excel5.php
│   │   │   ├── Exception.php
│   │   │   ├── Gnumeric.php
│   │   │   ├── HTML.php
│   │   │   ├── IReadFilter.php
│   │   │   ├── IReader.php
│   │   │   ├── OOCalc.php
│   │   │   └── SYLK.php
│   │   ├── ReferenceHelper.php
│   │   ├── RichText
│   │   │   ├── ITextElement.php
│   │   │   ├── Run.php
│   │   │   └── TextElement.php
│   │   ├── RichText.php
│   │   ├── Settings.php
│   │   ├── Shared
│   │   │   ├── CodePage.php
│   │   │   ├── Date.php
│   │   │   ├── Drawing.php
│   │   │   ├── Escher
│   │   │   │   ├── DgContainer
│   │   │   │   │   ├── SpgrContainer
│   │   │   │   │   │   └── SpContainer.php
│   │   │   │   │   └── SpgrContainer.php
│   │   │   │   ├── DgContainer.php
│   │   │   │   ├── DggContainer
│   │   │   │   │   ├── BstoreContainer
│   │   │   │   │   │   ├── BSE
│   │   │   │   │   │   │   └── Blip.php
│   │   │   │   │   │   └── BSE.php
│   │   │   │   │   └── BstoreContainer.php
│   │   │   │   └── DggContainer.php
│   │   │   ├── Escher.php
│   │   │   ├── Excel5.php
│   │   │   ├── File.php
│   │   │   ├── Font.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
│   │   │   │   │   ├── File.php
│   │   │   │   │   └── Root.php
│   │   │   │   └── PPS.php
│   │   │   ├── OLE.php
│   │   │   ├── OLERead.php
│   │   │   ├── PCLZip
│   │   │   │   ├── gnu-lgpl.txt
│   │   │   │   ├── pclzip.lib.php
│   │   │   │   └── readme.txt
│   │   │   ├── PasswordHasher.php
│   │   │   ├── String.php
│   │   │   ├── TimeZone.php
│   │   │   ├── XMLWriter.php
│   │   │   ├── ZipArchive.php
│   │   │   ├── ZipStreamWrapper.php
│   │   │   └── 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
│   │   ├── Style.php
│   │   ├── Worksheet
│   │   │   ├── AutoFilter
│   │   │   │   ├── Column
│   │   │   │   │   └── Rule.php
│   │   │   │   └── Column.php
│   │   │   ├── AutoFilter.php
│   │   │   ├── BaseDrawing.php
│   │   │   ├── CellIterator.php
│   │   │   ├── ColumnDimension.php
│   │   │   ├── Drawing
│   │   │   │   └── Shadow.php
│   │   │   ├── Drawing.php
│   │   │   ├── HeaderFooter.php
│   │   │   ├── HeaderFooterDrawing.php
│   │   │   ├── MemoryDrawing.php
│   │   │   ├── PageMargins.php
│   │   │   ├── PageSetup.php
│   │   │   ├── Protection.php
│   │   │   ├── Row.php
│   │   │   ├── RowDimension.php
│   │   │   ├── RowIterator.php
│   │   │   └── SheetView.php
│   │   ├── Worksheet.php
│   │   ├── WorksheetIterator.php
│   │   ├── Writer
│   │   │   ├── Abstract.php
│   │   │   ├── CSV.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
│   │   │   ├── Excel2007.php
│   │   │   ├── Excel5
│   │   │   │   ├── BIFFwriter.php
│   │   │   │   ├── Escher.php
│   │   │   │   ├── Font.php
│   │   │   │   ├── Parser.php
│   │   │   │   ├── Workbook.php
│   │   │   │   ├── Worksheet.php
│   │   │   │   └── Xf.php
│   │   │   ├── Excel5.php
│   │   │   ├── Exception.php
│   │   │   ├── HTML.php
│   │   │   ├── IWriter.php
│   │   │   ├── PDF
│   │   │   │   ├── Core.php
│   │   │   │   ├── DomPDF.php
│   │   │   │   ├── mPDF.php
│   │   │   │   └── tcPDF.php
│   │   │   └── PDF.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
│   │       │   ├── br
│   │       │   │   ├── config
│   │       │   │   └── functions
│   │       │   ├── config
│   │       │   └── functions
│   │       ├── ru
│   │       │   ├── config
│   │       │   └── functions
│   │       ├── sv
│   │       │   ├── config
│   │       │   └── functions
│   │       └── tr
│   │           ├── config
│   │           └── functions
│   └── PHPExcel.php
└── phpExcel,读取解析excel文件_phpExcel.zip

55 directories, 229 files