row.createCell((short) 7).setCellValue(
personneInscrite.getVersion());
// --------- Information sur l'inscription -------
final Inscription inscription = line.getInscription();
final Club club = line.getClub();
final Categorie categorie = line.getCategorie();
if (club != null)
{
row.createCell((short) 8).setCellValue(
new HSSFRichTextString(StringUtils.replace(club
.getNomComplet(), "'", "")));
}
else
{
row.createCell((short) 8).setCellValue(