Jump to content

[SOLVED] php API's to read Microsoft Excel rows/columns


arianhojat

Recommended Posts

I was looking for classes to read and write Excel files in php.

Didnt seem to find anything built into php, but found 2 separate projects...

For reading an Excel file:

www.sourceforge.net/projects/phpexcelreader

 

and for writing an Excel file:

www.pizzaseo.com/php-excel-creator-class

 

The writing part works perfectly.

However the reader tries to see what excel data format the cell is in, and tries to format it.

It goofs alot on dates...

For example if a column has data of 9/30/2006 then it gives you a value  of 29/09/2006.

It would be nice to get the value without formatting, but unfortunately nothing i try works.

 

anyone have any new php API's that read Excel files (easy API's to read rows/columns)?

 

Thanks in advance.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.