-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Unable to Retrieve the values from excel sheet properly #312
Comments
Thank you for contributing to Poiji! Feel free to create a PR If you want to contribute directly :) |
Hi @venkateshhvp , This is the way how we can retrieve rows from an excel file:
|
Hi @ozlerhakan,my output is different than what you showed. Please check and confirm if anything is wrong from my side. I tried giving (1) as attached, but not sure what it was meaning and got syntax error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ozlerhakan ,
I implemented the same way as you mentioned in the documentation, but I m not able to get the values properly.
Instead of the excel values, I m getting only the instance like this [ExcelPoijiDemo@71ae31b0, ExcelPoijiDemo@4ba534b0]
Main.java
List demo = Poiji.fromExcel(new File("inputdata.xlsx"), ExcelPoijiDemo.class);
System.out.println(demo);
ExcelPoijiDemo.java
@excelsheet("Sheet1")
public class ExcelPoijiDemo {
}
POM.xml
The text was updated successfully, but these errors were encountered: