【例子介绍】php财务总账做账系统
【相关图片】
【源码结构】.
├── config
│ ├── class
│ │ ├── PHPExcel-1.8
│ │ │ ├── Classes
│ │ │ │ ├── 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
│ │ │ │ │ │ ├── Axis.php
│ │ │ │ │ │ ├── DataSeries.php
│ │ │ │ │ │ ├── DataSeriesValues.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── GridLines.php
│ │ │ │ │ │ ├── Layout.php
│ │ │ │ │ │ ├── Legend.php
│ │ │ │ │ │ ├── PlotArea.php
│ │ │ │ │ │ ├── Properties.php
│ │ │ │ │ │ ├── Renderer
│ │ │ │ │ │ │ ├── PHP Charting Libraries.txt
│ │ │ │ │ │ │ └── jpgraph.php
│ │ │ │ │ │ └── Title.php
│ │ │ │ │ ├── Chart.php
│ │ │ │ │ ├── Comment.php
│ │ │ │ │ ├── DocumentProperties.php
│ │ │ │ │ ├── DocumentSecurity.php
│ │ │ │ │ ├── Exception.php
│ │ │ │ │ ├── HashTable.php
│ │ │ │ │ ├── Helper
│ │ │ │ │ │ └── HTML.php
│ │ │ │ │ ├── IComparable.php
│ │ │ │ │ ├── IOFactory.php
│ │ │ │ │ ├── NamedRange.php
│ │ │ │ │ ├── Reader
│ │ │ │ │ │ ├── Abstract.php
│ │ │ │ │ │ ├── CSV.php
│ │ │ │ │ │ ├── DefaultReadFilter.php
│ │ │ │ │ │ ├── Excel2003XML.php
│ │ │ │ │ │ ├── Excel2007
│ │ │ │ │ │ │ ├── Chart.php
│ │ │ │ │ │ │ └── Theme.php
│ │ │ │ │ │ ├── Excel2007.php
│ │ │ │ │ │ ├── Excel5
│ │ │ │ │ │ │ ├── Color
│ │ │ │ │ │ │ │ ├── BIFF5.php
│ │ │ │ │ │ │ │ ├── BIFF8.php
│ │ │ │ │ │ │ │ └── BuiltIn.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── ErrorCode.php
│ │ │ │ │ │ │ ├── Escher.php
│ │ │ │ │ │ │ ├── MD5.php
│ │ │ │ │ │ │ ├── RC4.php
│ │ │ │ │ │ │ └── Style
│ │ │ │ │ │ │ ├── Border.php
│ │ │ │ │ │ │ └── FillPattern.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
│ │ │ │ │ │ ├── Column.php
│ │ │ │ │ │ ├── ColumnCellIterator.php
│ │ │ │ │ │ ├── ColumnDimension.php
│ │ │ │ │ │ ├── ColumnIterator.php
│ │ │ │ │ │ ├── Dimension.php
│ │ │ │ │ │ ├── Drawing
│ │ │ │ │ │ │ └── Shadow.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
│ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── OpenDocument
│ │ │ │ │ │ │ ├── Cell
│ │ │ │ │ │ │ │ └── Comment.php
│ │ │ │ │ │ │ ├── Content.php
│ │ │ │ │ │ │ ├── Meta.php
│ │ │ │ │ │ │ ├── MetaInf.php
│ │ │ │ │ │ │ ├── Mimetype.php
│ │ │ │ │ │ │ ├── Settings.php
│ │ │ │ │ │ │ ├── Styles.php
│ │ │ │ │ │ │ ├── Thumbnails.php
│ │ │ │ │ │ │ └── WriterPart.php
│ │ │ │ │ │ ├── OpenDocument.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
│ │ │ ├── Documentation
│ │ │ │ ├── Examples
│ │ │ │ │ ├── Calculations
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── index.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
│ │ │ │ │ └── index.php
│ │ │ │ ├── FunctionListByCategory.txt
│ │ │ │ ├── FunctionListByName.txt
│ │ │ │ ├── Functionality Cross-Reference.xls
│ │ │ │ ├── PHPExcel AutoFilter Reference developer documentation.doc
│ │ │ │ ├── PHPExcel Function Reference developer documentation.doc
│ │ │ │ ├── PHPExcel User Documentation - Reading Spreadsheet Files.doc
│ │ │ │ ├── PHPExcel developer documentation.doc
│ │ │ │ ├── assets
│ │ │ │ │ └── ClassDiagrams
│ │ │ │ │ ├── Architecture.cd
│ │ │ │ │ ├── Architecture.png
│ │ │ │ │ ├── ClassDiagrams.csproj
│ │ │ │ │ ├── ClassDiagrams.csproj.user
│ │ │ │ │ ├── ClassDiagrams.sln
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ReaderWriter.cd
│ │ │ │ │ └── ReaderWriter.png
│ │ │ │ └── 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
│ │ │ │ ├── 01pharSimple.php
│ │ │ │ ├── 01simple-download-ods.php
│ │ │ │ ├── 01simple-download-pdf.php
│ │ │ │ ├── 01simple-download-xls.php
│ │ │ │ ├── 01simple-download-xlsx.php
│ │ │ │ ├── 01simple.php
│ │ │ │ ├── 01simple.xls
│ │ │ │ ├── 01simple.xlsx
│ │ │ │ ├── 01simplePCLZip.php
│ │ │ │ ├── 02types-xls.php
│ │ │ │ ├── 02types-xls.xls
│ │ │ │ ├── 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
│ │ │ │ ├── 14excel5.xls
│ │ │ │ ├── 15datavalidation-xls.php
│ │ │ │ ├── 15datavalidation.php
│ │ │ │ ├── 16csv.php
│ │ │ │ ├── 17html.php
│ │ │ │ ├── 18extendedcalculation.php
│ │ │ │ ├── 19namedrange.php
│ │ │ │ ├── 20readexcel5.php
│ │ │ │ ├── 20readexcel5.xlsx
│ │ │ │ ├── 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
│ │ │ │ ├── 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
│ │ │ │ ├── runall.php
│ │ │ │ └── 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
│ │ │ ├── changelog.txt
│ │ │ ├── composer.json
│ │ │ ├── install.txt
│ │ │ └── license.md
│ │ ├── Page.php
│ │ └── index.html
│ ├── database.php
│ ├── databaseCreateSubmit.php
│ ├── databaseDropSubmit.php
│ ├── databaseEdit.php
│ ├── databaseList.php
│ ├── databasebf.php
│ ├── databasebfhy.php
│ ├── db.xml
│ ├── index.html
│ ├── mysql.exe
│ ├── mysqldump.exe
│ ├── report.xlsx
│ ├── sql
│ │ ├── demo.sql
│ │ ├── index.html
│ │ ├── new.sql
│ │ └── 系统升级备忘录.docx
│ ├── sys_changePWD.php
│ ├── sys_changePWDcheck.php
│ ├── sys_function.php
│ ├── sys_getLogin.php
│ ├── sys_group.php
│ ├── sys_groupget.php
│ ├── sys_groupsubmit.php
│ ├── sys_mysql.php
│ ├── sys_mysql_outputsubmit.php
│ ├── sys_mysql_xls.xml
│ ├── sys_quit.php
│ ├── sys_user.php
│ ├── sys_userget.php
│ ├── sys_usersubmit.php
│ ├── trial_error0.xml
│ └── trial_error1.xml
├── config.inc.php
├── css
│ ├── base.css
│ └── index.html
├── index.html
├── js
│ ├── base.js
│ ├── clipboard.min.js
│ ├── index.html
│ ├── jquery-3.2.1.min.js
│ ├── jquery.cookie.min.js
│ ├── jquery.form.min.js
│ ├── jquery.media.js
│ ├── jquery.print.min.js
│ ├── jquery.table2excel.min.js
│ ├── jquery.tablesorter.min.js
│ └── menu.js
├── login.php
├── menu.html
├── phpMyAdmin.php
├── picture
│ ├── PMA.png
│ ├── alert.gif
│ ├── b_drop.png
│ ├── baidu.png
│ ├── blackasc.jpg
│ ├── blackdesc.jpg
│ ├── blackunsorted.jpg
│ ├── browser.gif
│ ├── browser.png
│ ├── cancel_1.png
│ ├── cancel_2.png
│ ├── data.gif
│ ├── data.png
│ ├── find.jpg
│ ├── header_0.jpg
│ ├── header_1.jpg
│ ├── header_2.jpg
│ ├── help.gif
│ ├── help.png
│ ├── homepage.gif
│ ├── homepage.png
│ ├── index.html
│ ├── line_1.png
│ ├── line_2.png
│ ├── line_3.png
│ ├── line_4.png
│ ├── line_5.png
│ ├── line_6.png
│ ├── line_7.png
│ ├── line_8.png
│ ├── locked.png
│ ├── login.gif
│ ├── login.png
│ ├── logo.ico
│ ├── logo.png
│ ├── logo罗布科技.png
│ ├── menu
│ │ ├── 1.png
│ │ ├── 10.png
│ │ ├── 11.png
│ │ ├── 12.png
│ │ ├── 13.png
│ │ ├── 14.png
│ │ ├── 15.png
│ │ ├── 16.png
│ │ ├── 17.png
│ │ ├── 18.png
│ │ ├── 19.png
│ │ ├── 2.png
│ │ ├── 20.png
│ │ ├── 21.png
│ │ ├── 23.png
│ │ ├── 24.png
│ │ ├── 25.png
│ │ ├── 26.png
│ │ ├── 27.png
│ │ ├── 28.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── 7.png
│ │ ├── 8.png
│ │ ├── 9.png
│ │ ├── s1.png
│ │ ├── s2.png
│ │ ├── s3.png
│ │ ├── s4.png
│ │ ├── s5.png
│ │ ├── s6.png
│ │ └── style1 - 副本 - 副本.jpg
│ ├── plus.png
│ ├── pluschild.png
│ ├── plusli.png
│ ├── quit.gif
│ ├── quit.png
│ ├── replay1.jpg
│ ├── replay1.png
│ ├── replay2.jpg
│ ├── replay2.png
│ ├── star.png
│ ├── switch1.jpg
│ ├── switch1.png
│ ├── switch11.jpg
│ ├── switch11.png
│ ├── switch2.jpg
│ ├── switch2.png
│ ├── switch22.jpg
│ ├── switch22.png
│ ├── tabletfoot.jpg
│ ├── tablethead.jpg
│ ├── update.gif
│ ├── update.png
│ └── wait.gif
├── readme.docx
├── readme.pdf
├── templates
│ ├── V_1.php
│ ├── V_accountNodo_1.php
│ ├── V_accountNodo_2.php
│ ├── V_accountSearch.php
│ ├── V_account_1.php
│ ├── V_account_2.php
│ ├── V_check.php
│ ├── V_drop.php
│ ├── V_jzsy.php
│ ├── V_projectCkeck.php
│ ├── V_projectSearch.php
│ ├── V_save.php
│ ├── V_upFile.php
│ ├── V_upFileDel.php
│ ├── Vbook.php
│ ├── VbookPrint.php
│ ├── VbookPrint_1.php
│ ├── Vbook_kmyrb.php
│ ├── Vbook_kmyrbsub.php
│ ├── Vbook_xmyrb.php
│ ├── Vbook_xmyrbsub.php
│ ├── abc.php
│ ├── abc_access.php
│ ├── abc_set.php
│ ├── abc_set_submit_good.php
│ ├── abc_set_submit_users.php
│ ├── abc_sheet.php
│ ├── access
│ │ └── index.html
│ ├── account.php
│ ├── accountSearch.php
│ ├── account_Check.php
│ ├── account_CheckSubmit.php
│ ├── account_Copy.php
│ ├── account_Drop.php
│ ├── account_DropSubmit.php
│ ├── account_Edit.php
│ ├── account_EditSubmit.php
│ ├── account_Insert.php
│ ├── account_InsertSubmit.php
│ ├── account_access.php
│ ├── cost.php
│ ├── costcount.php
│ ├── index.html
│ ├── jc_Check.php
│ ├── jc_CheckSubmit.php
│ ├── jc_Copy.php
│ ├── jc_Drop.php
│ ├── jc_DropSubmit.php
│ ├── jc_Edit.php
│ ├── jc_EditSubmit.php
│ ├── jc_Insert.php
│ ├── jc_InsertSubmit.php
│ ├── jc_a.php
│ ├── jc_access.php
│ ├── jc_access_ty.php
│ ├── picture
│ │ ├── alert.gif
│ │ ├── b_check.png
│ │ ├── b_copy.png
│ │ ├── b_drop.png
│ │ ├── b_edit.png
│ │ ├── b_enclosure.png
│ │ ├── b_fulltext.png
│ │ ├── b_insert.png
│ │ ├── b_link.png
│ │ ├── b_print.png
│ │ ├── b_tblexport.png
│ │ ├── b_text.png
│ │ ├── bottom.jpg
│ │ ├── cancel_1.png
│ │ ├── cancel_2.png
│ │ ├── down.gif
│ │ ├── find.gif
│ │ ├── first.gif
│ │ ├── help.png
│ │ ├── home.png
│ │ ├── ico-aqtc.png
│ │ ├── ico-jczl.png
│ │ ├── ico-kjkm.png
│ │ ├── ico-kjpz.png
│ │ ├── ico-kmyr.png
│ │ ├── ico-xgmm.png
│ │ ├── ico-xmyr.png
│ │ ├── ico-xszb.png
│ │ ├── ico-xtsz.png
│ │ ├── ico-zxbz.png
│ │ ├── index.html
│ │ ├── last.gif
│ │ ├── mac.png
│ │ ├── mp.jpg
│ │ ├── next.gif
│ │ ├── previous.gif
│ │ ├── record_add.png
│ │ ├── s1.jpg
│ │ ├── s2.jpg
│ │ ├── s3.jpg
│ │ ├── s4.jpg
│ │ ├── star.png
│ │ ├── time.png
│ │ ├── top.jpg
│ │ ├── yes(原图).png
│ │ └── yes.png
│ ├── report1.php
│ ├── report1_clear.php
│ ├── report1_submit.php
│ ├── year1.php
│ └── year1_submit.php
└── 5t6t网_zjq.zip
99 directories, 836 files
评论