15/02/2011, 07:51
|
| | | Fecha de Ingreso: enero-2008 Ubicación: Medellín - Colombia
Mensajes: 264
Antigüedad: 16 años, 10 meses Puntos: 6 | |
Respuesta: Apache POI Hola amigo,
Class HSSFWorkbook:
High level representation of a workbook. This is the first object most users will construct whether they are reading or writing a workbook. It is also the top level object for creating new sheets/etc.
Interface Workbook:
High level representation of a Excel workbook. This is the first object most users will construct whether they are reading or writing a workbook. It is also the top level object for creating new sheets/etc.
La diferencia realmente es que la clase HSSFWorkbook es de alto nivel, es decir la clase padre de las demás clases que heredan de esta, la workbook es una interfaz, si me equivoco espero me corrijan.
Te recomiendo que utilices HSSFWorkbook.
Si necesitas un ejemplo de cómo utilizarlo me cuentas.
Saludos... |