OT: excel a mysql

Herman Vega hvegax en gmail.com
Sab Mayo 26 12:35:46 CLT 2007


On 5/25/07, Javier Valenzuela <jvalenzuela en tecnova.cl> wrote:
> Hola alguien conoce alguna forma de pasar de excel a mysql?

Spreadsheets_Excel_Reader
http://sourceforge.net/projects/phpexcelreader

 $w =& new Spreadsheet_Excel_Reader();
 $w->read( $excel_archivo['tmp_name'] );
 for( $row = 1; $row <= $w->sheets[0]['numRows']; $row++ )
 {
          $valor = $w->sheets[0]['cells'][$row][2];
          blah blah blah
}

> sino tendré que hacer lo que hago siempre, que es pasar con un script
> php desde el .csv a un .sql :P

cuak!


-- 
Herman  Vega  Jara
hvegax[a]gmail.com



Más información sobre la lista de distribución PHP