This class can be used to generate spreadsheet files in Microsoft Excel XML format.
The class can build an Excel sheet document by first defining the column titles and then the data of each of the sheet rows.
The class can return the generated document as a string value or serve for download from the current script.
The code and the comments are in Spanish.
In Spanish:
Clase básica para exportación a excel, fácil de manejar.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
kexcel.php |
Class |
Clase para exportar a excel, basico muy fácil de manejar. |
prueba.php |
Example |
Ejemplo del uso de kexcel |