115116117118119120121122123124125
CollectionUtils.collect(rowIterator, new FromExcelTransformer(t), t .getImportationLines()); } catch (RuntimeException e) { throw new DataFormatException("Le contenu du fichier contient " + "des erreurs de format", e); } save(t); }