Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Darkc0der Darkc0der is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 598
Rep Power: 14
Darkc0der mempunyai hidup yang Normal
Default [ASK] bisakah kita update isi file Ms.excel melalui java

gan ane mo nanya nih,bisa ga ya kita ngebuka file excel yang udah tersedia trus kita edit isinya melalui java???



ane uda ada yang buat nyimpen ke xls nya gan,tapi pas ane coba file xls yang udah ada kok malah file itu kehapus semua ya gan???



ni sekilas code ane tadi



workbook=Workbook.createWorkbook(new File("PulsaEdit.xls"));

WritableSheet sheet = workbook.createSheet("First Sheet", 0);

Label label = new Label(2, 8, "coba");

sheet.addCell(label);

workbook.write();

workbook.close();



file PulsaEdit.xls nya sebelumnya udah ada isinya gan,ane kepinginnya tu isinya jadi update gan(ada tulisan coba di kolom 2 baris 8) dan kesimpan,..



menurut agan apa yang seharusnya ane lakukan??ane puyeng ngubekin om gugel



nambah lagi gan,kenapa tu cuma bisa nyimpennya dg format .xls aja??

ane pake librarynya jxl.jar



Makasih buat agan2 yang komen tread ane,..











Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 04:53 PM.


no new posts