ozlerhakan/poiji

Cannot get a STRING value from a NUMERIC cell

ksoldano opened this issue · 1 comments

in xls file

@DaTa
public class ExcelTestVO {

@ExcelCell(0)
private String a;

@ExcelCell(1)
private String b;

@ExcelCell(2)
private int c;

}

image

Thank you for contributing to Poiji! Feel free to create a PR If you want to contribute directly :)