Title: Re: [jXLS-user] Error when using an attribut of a member of a list
Hi Philippe,
I can take a look at this warning.
Most likely you can ignore it for now as it probably relates to specifics of collection processing by jxls.
It would be good if you send me a complete sample so I can
Hi,
I have the two following Java classes :
Class Info {
List lesTableaux; // or ArrayList instead of List, its the same
problem!
}
And
Class Tableau {
String type;
}
I have a java object named infos:
Info infos = new Info();
And som