Sentido Web

Referencias y explicaciones sobre desarrollo web, PHP, Ajax, XHTML, MySQL ...
29Apr
2010
<!-- 2 -->

PHP Excel Reader: recupera información de ficheros XLS

PHP Excel Reader es una librería que lee ficheros Excel (extensión xls) y permite acceder a la información y modificarla. Con esta librería podrás modificar datos de celdas, sheets y darle estilos. Además con un código tan sencillo como este, permite mostrar el siguiente gráfico (añadiéndole un poco de CSS):

$data = new Spreadsheet_Excel_Reader("test.xls");
$data->dump(true, true);

PHP Excel Reader

Vía / WebAppers

Entradas relacionadas

Comentarios

  1. Or take a look at PHPExcel ( http://www.phpexcel.net ) which has the benefit of being able to read and write workbooks in a variety of different formats, including both xls and xlsx, and is still actively supported

  2. or take a look at dbTube ( http://www.dbTube.org ) which has the benefit that no coding is required….
    :-)