Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get a STRING value from a NUMERIC cell #280

Closed
ksoldano opened this issue May 18, 2023 · 1 comment
Closed

Cannot get a STRING value from a NUMERIC cell #280

ksoldano opened this issue May 18, 2023 · 1 comment

Comments

@ksoldano
Copy link

in xls file

@DaTa
public class ExcelTestVO {

@ExcelCell(0)
private String a;

@ExcelCell(1)
private String b;

@ExcelCell(2)
private int c;

}

image

@github-actions
Copy link

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

Repository owner locked and limited conversation to collaborators May 18, 2023
@ozlerhakan ozlerhakan converted this issue into discussion #281 May 18, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant