Re: Read Excel files

2009-02-11 Thread nAcho
Thanks, i'll try those. On 21 ene, 16:04, Martin Westin wrote: > I have usedhttp://sourceforge.net/projects/phpexcelreader > It is quite basic (and therefore lightweight) but does the trick so > far. > > Example from the dist: > > $data = new Spreadsheet_Excel_Reader(); > $data->read('jxlrwtest.

Re: Read Excel files

2009-01-21 Thread Martin Westin
I have used http://sourceforge.net/projects/phpexcelreader It is quite basic (and therefore lightweight) but does the trick so far. Example from the dist: $data = new Spreadsheet_Excel_Reader(); $data->read('jxlrwtest.xls'); for ($i = 1; $i <= $data->sheets[0]['numRows']; $i++) { for ($

Re: Read Excel files

2009-01-21 Thread brian
Have you looked at PHPExcel? On Wed, Jan 21, 2009 at 12:21 PM, nAcho wrote: > > Hi, I've managed to write excel files using an article in the bakery. > > Now, I'd like to importa some data from some Excel files. I couldn't > find an Excel Reader or anything like it. Is there something I could >

Read Excel files

2009-01-21 Thread nAcho
Hi, I've managed to write excel files using an article in the bakery. Now, I'd like to importa some data from some Excel files. I couldn't find an Excel Reader or anything like it. Is there something I could use to this purpose? Note: I don't want to make people save xls files into csv (at least