Salut,En regardant la Java Doc de JExcelApi, il semble que tu dois utiliser la classe jxl.write.WritableCellFormat qui implémente l'interface CellFormat. La méthode setBorder() devrais répondre à tes attentes. [ Lien ]Par exemple : WritableSheet sheet = workbook.createSheet("First Sheet", 0);WritableFont arial10font = new WritableFont(WritableFont.ARIAL, 10); WritableCellFormat arial10format = new WritableCellFormat (arial10font); arial10format.setBorder(Border.ALL, BorderLinStyle.MEDIUM);Label label2 = new Label(1,0, "Arial 10 point label with border medium", arial10format); sheet.addCell(label2);
Voilou
JB@WAre
JB...
Se souvenir du profil
Mot de passe oublié ? / Activation de compteCréer un compte
1 598 682 membres 682 nouveaux aujourd'hui 15 441 membres club