Welcome Guest, Not a member yet? Register   Sign In
I cannot read xlsx file using excel_reader libraries invalid file format if read try to xlsx file
#1

[eluser]Unknown[/eluser]
I cannot read xlsx file using excel_reader libraries
invalid file format if read try to xlsx file
Excel 2007 files
#2

[eluser]WanWizard[/eluser]
xlsx files are not data files, they are archive files (zip files to be exact).

In the zip you'll find a directory called 'xl', in there a directory called 'worksheets'. And in there an XML representation of each sheet. Which can be parsed by any decent XML parser.
#3

[eluser]tonanbarbarian[/eluser]
i believe that the excel_reader library needs the php zip extension for it to be able to handle excel 2007
#4

[eluser]Seto El Kahfi[/eluser]
So what's the proper solution? Could you please give me another solution how I ca read the xlsx data?




Theme © iAndrew 2016 - Forum software by © MyBB