基本信息
源码名称:phpExcel读取excel2007、excel2003文件内容,并返回二维数组
源码大小:0.82M
文件格式:.rar
开发语言:PHP
更新时间:2023-11-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
phpExcel读取excel2007、excel2003文件内容,并返回二维数组
结合phpExcel插件,写的一个读取excel2007、excel2003工作表内容,并返回二维数组的例子。可以自定义读取哪一张工作表,哪几列,哪几行的excel内容;可以进行扩展,修改里面的代码来适应你的项目。代码有充分的注释...

.
├── excel.php
├── phpExcel读取excel2007、excel2003文件内容,并返回二维数组_excelReader.rar
├── plugin
│   └── excel
│       ├── ExcelReader.php
│       ├── 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
│       │   ├── 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
│       │   │   ├── CSV.php
│       │   │   ├── DefaultReadFilter.php
│       │   │   ├── Excel2003XML.php
│       │   │   ├── Excel2007
│       │   │   │   ├── Chart.php
│       │   │   │   └── Theme.php
│       │   │   ├── Excel2007.php
│       │   │   ├── Excel5
│       │   │   │   └── Escher.php
│       │   │   ├── Excel5.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
│       │   │   │   ├── examples
│       │   │   │   │   ├── LMQuadTest.php
│       │   │   │   │   ├── LagrangeInterpolation.php
│       │   │   │   │   ├── LagrangeInterpolation2.php
│       │   │   │   │   ├── LevenbergMarquardt.php
│       │   │   │   │   ├── MagicSquareExample.php
│       │   │   │   │   ├── Stats.php
│       │   │   │   │   ├── benchmark.php
│       │   │   │   │   ├── polyfit.php
│       │   │   │   │   └── tile.php
│       │   │   │   ├── tests
│       │   │   │   │   └── TestMatrix.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
│       │   │   ├── 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
│       │   ├── 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
│       │   │   ├── CSV.php
│       │   │   ├── Excel2007
│       │   │   │   ├── Chart.php
│       │   │   │   ├── Comments.php
│       │   │   │   ├── ContentTypes.php
│       │   │   │   ├── DocProps.php
│       │   │   │   ├── Drawing.php
│       │   │   │   ├── Rels.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
│       │   │   ├── HTML.php
│       │   │   ├── IWriter.php
│       │   │   ├── PDF
│       │   │   │   ├── Core.php
│       │   │   │   ├── DomPDF.php
│       │   │   │   ├── mPDF.php
│       │   │   │   └── tcPDF.php
│       │   │   └── PDF.php
│       │   └── locale
│       │       ├── 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
└── upload
    └── excel
        ├── test.xls
        └── test.xlsx

58 directories, 230 files