0

I'm not able to access Excel in xlsx format using PHP. But I am able to access my data when i save my excel file in xls format. I used the tutorial from the URL below . The same file when i try to make it in xlsx format and it throws an error it's not readable.

I'm use this code from PHP Drops: http://php-drops.blogspot.in/2011/04/read-excel-sheet-xls-file-with-php.html

Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
Test1234
  • 399
  • 1
  • 6
  • 17
  • That's because SEW __only__ reads Excel BIFF (xls) file, not OfficeOpenXML (xlsx) files. Try using [PHPExcel](http://www.phpexcel.net), which supports both formats, or one of the other PHP libraries for Excel listed [here](http://stackoverflow.com/questions/3930975/alternative-for-php-excel) – Mark Baker Sep 03 '13 at 07:27

1 Answers1

0

Have you tried using this simple parser?

Simple XLSx PHP Parser

If it doesn't work, I would suggest contacting the author and see if he is able to come up with a solution to the issue.

PHP Classes is a decent community and lots of developers there are willing to assist.

Best Regards,

EJ

Ernani Joppert
  • 503
  • 5
  • 12