Cellules = UnoRuntime.queryInterface(XCellRange, Feuille); for(i=1;i<=20;i++){ xCell0 = Cellules.getCellByPosition(0, i); xCell0.setValue(normal()); }