Add @CsvBindByName to the bean property. Specify by column name. If there is no header line. public class SampleBean { @CsvBindByName private String col1 = null ...
確定! 回上一頁