Questions about phpExcelreader

Source: Internet
Author: User
When phpExcelreader is used to read files, no data exists in sheets, but boundsheetsArray [3] formatRecordsArray [15] sstArray [263] has data. Why? it's hard to say that PHPcoderequire_on uses phpExcelreader.
When reading a file in use, no data exists in sheets,
BoundsheetsArray [3]
FormatRecordsArray [15]
SstArray [263]
Contains data. Why?



------ Solution --------------------
This problem is hard to say.
PHP code
Require_once 'Excel/reader. php '; $ data = new Spreadsheet_Excel_Reader (); $ data-> setOutputEncoding ('gbk'); $ data-> read(test.xls'); for ($ I = 1; $ I <= $ data-> sheets [0] ['numrows ']; $ I ++) {for ($ j = 1; $ j <= $ data-> sheets [0] ['numcols']; $ j ++) {echo $ data-> sheets [0] ['cells '] [$ I] [$ j];}
------ Solution --------------------
Change the cell format, such as text format.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.