Outils pour utilisateurs

Outils du site


informatique:java:librairies:jexcelapi

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
informatique:java:librairies:jexcelapi [23/04/2011 12:55] – créée cyrilleinformatique:java:librairies:jexcelapi [19/05/2012 00:19] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 ====== JExcelApi ====== ====== 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/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]]   * [[http://stackoverflow.com/questions/701314/data-validation-field-in-excel|data validation field in excel]]
  
 +==== Nommer un range ====
 +
 +<code java>
 +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.
 +)
 +</code>
 +
 +Attention au nom du range, pas de caractère exotique ni espace...
informatique/java/librairies/jexcelapi.1303556127.txt.gz · Dernière modification : 19/05/2012 00:15 (modification externe)

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki