嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
PHP导出excel表格
PHP导出Excel ,已修正保存到本地不能打开已经乱码的问题,具体内容可参照文件中demo.php有详细说明。(注:无法导出图)——
.
├── PHP导出excel表格.rar
└── excel
├── admin.php
├── admin.php.bak
├── bg.jpg
├── check.sql
├── inder.php
├── phpExcel
│ ├── PHPExcel
│ │ ├── Autoloader.php
│ │ ├── CachedObjectStorage
│ │ │ ├── APC.php
│ │ │ ├── CacheBase.php
│ │ │ ├── DiscISAM.php
│ │ │ ├── ICache.php
│ │ │ ├── Memcache.php
│ │ │ ├── Memory.php
│ │ │ ├── MemoryGZip.php
│ │ │ ├── MemorySerialized.php
│ │ │ ├── PHPTemp.php
│ │ │ └── Wincache.php
│ │ ├── CachedObjectStorageFactory.php
│ │ ├── Calculation
│ │ │ ├── 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
│ │ │ └── functionlist.txt
│ │ ├── Calculation.php
│ │ ├── Cell
│ │ │ ├── AdvancedValueBinder.php
│ │ │ ├── DataType.php
│ │ │ ├── DataValidation.php
│ │ │ ├── DefaultValueBinder.php
│ │ │ ├── Hyperlink.php
│ │ │ └── IValueBinder.php
│ │ ├── Cell.php
│ │ ├── Comment.php
│ │ ├── DocumentProperties.php
│ │ ├── DocumentSecurity.php
│ │ ├── HashTable.php
│ │ ├── IComparable.php
│ │ ├── IOFactory.php
│ │ ├── NamedRange.php
│ │ ├── Reader
│ │ │ ├── CSV.php
│ │ │ ├── DefaultReadFilter.php
│ │ │ ├── Excel2003XML.php
│ │ │ ├── Excel2007.php
│ │ │ ├── Excel5
│ │ │ │ └── Escher.php
│ │ │ ├── Excel5.php
│ │ │ ├── Gnumeric.php
│ │ │ ├── IReadFilter.php
│ │ │ ├── IReader.php
│ │ │ ├── OOCalc.php
│ │ │ ├── SYLK.php
│ │ │ └── Serialized.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
│ │ │ │ ├── docs
│ │ │ │ │ ├── docs.php
│ │ │ │ │ ├── download.php
│ │ │ │ │ ├── example.php
│ │ │ │ │ ├── includes
│ │ │ │ │ │ ├── credits.php
│ │ │ │ │ │ ├── footer.php
│ │ │ │ │ │ ├── header.php
│ │ │ │ │ │ └── navbar.php
│ │ │ │ │ ├── index.php
│ │ │ │ │ ├── package.php
│ │ │ │ │ └── test.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
│ │ │ ├── PDF
│ │ │ │ ├── 2dbarcodes.php
│ │ │ │ ├── CHANGELOG.TXT
│ │ │ │ ├── LICENSE.TXT
│ │ │ │ ├── README.TXT
│ │ │ │ ├── barcodes.php
│ │ │ │ ├── cache
│ │ │ │ │ ├── chapter_demo_1.txt
│ │ │ │ │ ├── chapter_demo_2.txt
│ │ │ │ │ ├── table_data_demo.txt
│ │ │ │ │ └── utf8test.txt
│ │ │ │ ├── config
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── bra.php
│ │ │ │ │ │ ├── eng.php
│ │ │ │ │ │ ├── ger.php
│ │ │ │ │ │ └── ita.php
│ │ │ │ │ ├── tcpdf_config.php
│ │ │ │ │ └── tcpdf_config_alt.php
│ │ │ │ ├── fonts
│ │ │ │ │ ├── README.TXT
│ │ │ │ │ ├── almohanad.php
│ │ │ │ │ ├── arialunicid0-chinese-simplified.php
│ │ │ │ │ ├── arialunicid0-chinese-traditional.php
│ │ │ │ │ ├── arialunicid0-japanese.php
│ │ │ │ │ ├── arialunicid0-korean.php
│ │ │ │ │ ├── arialunicid0.php
│ │ │ │ │ ├── chinese.php
│ │ │ │ │ ├── courier.php
│ │ │ │ │ ├── dejavu-fonts-ttf-2.30
│ │ │ │ │ │ ├── AUTHORS
│ │ │ │ │ │ ├── BUGS
│ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ ├── NEWS
│ │ │ │ │ │ ├── README
│ │ │ │ │ │ ├── langcover.txt
│ │ │ │ │ │ └── unicover.txt
│ │ │ │ │ ├── dejavusans.php
│ │ │ │ │ ├── dejavusansb.php
│ │ │ │ │ ├── dejavusansbi.php
│ │ │ │ │ ├── dejavusanscondensed.php
│ │ │ │ │ ├── dejavusanscondensedb.php
│ │ │ │ │ ├── dejavusanscondensedbi.php
│ │ │ │ │ ├── dejavusanscondensedi.php
│ │ │ │ │ ├── dejavusansi.php
│ │ │ │ │ ├── dejavusansmono.php
│ │ │ │ │ ├── dejavusansmonob.php
│ │ │ │ │ ├── dejavusansmonobi.php
│ │ │ │ │ ├── dejavusansmonoi.php
│ │ │ │ │ ├── dejavuserif.php
│ │ │ │ │ ├── dejavuserifb.php
│ │ │ │ │ ├── dejavuserifbi.php
│ │ │ │ │ ├── dejavuserifcondensed.php
│ │ │ │ │ ├── dejavuserifcondensedb.php
│ │ │ │ │ ├── dejavuserifcondensedbi.php
│ │ │ │ │ ├── dejavuserifcondensedi.php
│ │ │ │ │ ├── dejavuserifi.php
│ │ │ │ │ ├── freefont-20090104
│ │ │ │ │ ├── freemono.php
│ │ │ │ │ ├── freemonob.php
│ │ │ │ │ ├── freemonobi.php
│ │ │ │ │ ├── freemonoi.php
│ │ │ │ │ ├── freesans.php
│ │ │ │ │ ├── freesansb.php
│ │ │ │ │ ├── freesansbi.php
│ │ │ │ │ ├── freesansi.php
│ │ │ │ │ ├── freeserif.php
│ │ │ │ │ ├── freeserifb.php
│ │ │ │ │ ├── freeserifbi.php
│ │ │ │ │ ├── freeserifi.php
│ │ │ │ │ ├── helvetica.php
│ │ │ │ │ ├── helveticab.php
│ │ │ │ │ ├── helveticabi.php
│ │ │ │ │ ├── helveticai.php
│ │ │ │ │ ├── hysmyeongjostdmedium.php
│ │ │ │ │ ├── kozgopromedium.php
│ │ │ │ │ ├── kozminproregular.php
│ │ │ │ │ ├── msungstdlight.php
│ │ │ │ │ ├── stsongstdlight.php
│ │ │ │ │ ├── symbol.php
│ │ │ │ │ ├── times.php
│ │ │ │ │ ├── timesb.php
│ │ │ │ │ ├── timesbi.php
│ │ │ │ │ ├── timesi.php
│ │ │ │ │ ├── uni2cid_ac15.php
│ │ │ │ │ ├── uni2cid_ag15.php
│ │ │ │ │ ├── uni2cid_aj16.php
│ │ │ │ │ ├── uni2cid_ak12.php
│ │ │ │ │ ├── utils
│ │ │ │ │ │ ├── README.TXT
│ │ │ │ │ │ ├── enc
│ │ │ │ │ │ │ ├── cp1250.map
│ │ │ │ │ │ │ ├── cp1251.map
│ │ │ │ │ │ │ ├── cp1252.map
│ │ │ │ │ │ │ ├── cp1253.map
│ │ │ │ │ │ │ ├── cp1254.map
│ │ │ │ │ │ │ ├── cp1255.map
│ │ │ │ │ │ │ ├── cp1257.map
│ │ │ │ │ │ │ ├── cp1258.map
│ │ │ │ │ │ │ ├── cp874.map
│ │ │ │ │ │ │ ├── iso-8859-1.map
│ │ │ │ │ │ │ ├── iso-8859-11.map
│ │ │ │ │ │ │ ├── iso-8859-15.map
│ │ │ │ │ │ │ ├── iso-8859-16.map
│ │ │ │ │ │ │ ├── iso-8859-2.map
│ │ │ │ │ │ │ ├── iso-8859-4.map
│ │ │ │ │ │ │ ├── iso-8859-5.map
│ │ │ │ │ │ │ ├── iso-8859-7.map
│ │ │ │ │ │ │ ├── iso-8859-9.map
│ │ │ │ │ │ │ ├── koi8-r.map
│ │ │ │ │ │ │ └── koi8-u.map
│ │ │ │ │ │ ├── freetype6.dll
│ │ │ │ │ │ ├── makeallttffonts.php
│ │ │ │ │ │ ├── makefont.php
│ │ │ │ │ │ ├── pfm2afm
│ │ │ │ │ │ ├── pfm2afm.exe
│ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ └── readme.txt
│ │ │ │ │ │ ├── ttf2ufm
│ │ │ │ │ │ ├── ttf2ufm.exe
│ │ │ │ │ │ └── zlib1.dll
│ │ │ │ │ ├── zapfdingbats.php
│ │ │ │ │ └── zarbold.php
│ │ │ │ ├── htmlcolors.php
│ │ │ │ ├── images
│ │ │ │ ├── pdf417.php
│ │ │ │ ├── qrcode.php
│ │ │ │ ├── tcpdf.crt
│ │ │ │ ├── tcpdf.fdf
│ │ │ │ ├── tcpdf.p12
│ │ │ │ ├── tcpdf.php
│ │ │ │ └── unicode_data.php
│ │ │ ├── PasswordHasher.php
│ │ │ ├── String.php
│ │ │ ├── XMLWriter.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
│ │ │ ├── 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
│ │ │ │ ├── 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.php
│ │ │ └── Serialized.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
│ └── PHPExcel.php
├── vote.css
├── wtp.html
└── wtp.php
60 directories, 334 files