====== JExcelApi ====== * [[http://jexcelapi.sourceforge.net/]] (Last Update 2009-10-26) ===== Tips ===== * [[http://stackoverflow.com/questions/3279205/locking-cells-in-a-jxl-generated-excel-document|Locking cells in a JXL-generated Excel document]] * [[http://stackoverflow.com/questions/701314/data-validation-field-in-excel|data validation field in excel]] ==== Nommer un range ==== jxl.write.WritableWorkbook.addNameArea( java.lang.String name, // name to be created. WritableSheet sheet, // sheet containing the name int firstCol, // first column this name refers to. int firstRow, // first row this name refers to. int lastCol, // last column this name refers to. int lastRow // last row this name refers to. ) Attention au nom du range, pas de caractère exotique ni espace...