Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/03/2010, 04:28
Avatar de elAntonie
elAntonie
 
Fecha de Ingreso: febrero-2007
Mensajes: 894
Antigüedad: 17 años, 3 meses
Puntos: 10
Respuesta: Copiar hoja de Excel en java

Cita:
Iniciado por ary666 Ver Mensaje
InputStream in = new FileInputStream("Exel.xls");
OutputStream out = new FileOutputStream("Exel23.xls");
Workbook ObjW = Workbook.getWorkbook(in);
WritableWorkbook ObjWW = Workbook.createWorkbook(out,ObjW);
WritableSheet ObjSh = ObjWW.createSheet(destino, i);
ObjWW.close();
Wenas

Quien es destino?? Que se supone que estas haciendo aqui??

Pon el codigo completo.
__________________
--
NO. Tu problema no es urgente.

CCFVLS