PhpExcel cannot process worksheet v2.1

I have a problem reading and displaying excel using phpExcel. the excel sheet version is 2.1, and only this version has a problem.

Please, help.

+3
source share
3 answers

data read using phpExcel does not display correctly. And this only happens with an older version of the excel file (V2.1)

Excel v2.1 is now nearly 25 years old (released in 1987) and is not supported by PHPExcel. The file structure for all Office files has changed significantly over the years; and most Excel readers, including PHPExcel, only read files from version 5 (released in 1993), and they saw a significant reorganization of the file structure in the OLE2 document format.

, Excel BIFF2 COM; , , , Excel, .

, MS Excel BIFF, PHP.

Excel2 Reader PHPExcel, .

+2

phpExcel Excel. Excel5, , , . xlsx PHPExcel, , .

+1

Hay vimal you can use some other methods to read excel file

We hope these links help you.

http://phpexcelreader.sourceforge.net/

http://www.ibm.com/developerworks/opensource/library/os-phpexcel/

thank

0
source

All Articles