Skip to content
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

New feature requested to have List<Inner class> in Parent pojo class #191

Closed
wants to merge 1 commit into from

Conversation

JayeshKumud
Copy link

New feature requested to generate List in Parent pojo class

Hi, First of all thank you for making such helpful utility,
I have come across situation where I have to generate List from sheet, like below

@excelsheet("ModifyCustomerRequest")
public class ModifyCustomerRequest implements Request {

@ExcelCellName("accNum")
public String accNum;

public List documentDetails;
//@excelsheet("DocumentDetail")
public static class DocumentDetail {

@ExcelCellName("documentType")
public int documentType;

@ExcelCellName("documentStatus")
public int documentStatus;

}
}

How would I achieve this, I have made separate sheet for DocumentDetail but still it doesn't work, Please help.

@JayeshKumud JayeshKumud changed the title New feature requested to generate List<Inner class> in Parent pojo class New feature requested to have List<Inner class> in Parent pojo class Jan 23, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.793% when pulling 6b13e2d on JayeshKumud:master into 398d2e1 on ozlerhakan:master.

@ozlerhakan
Copy link
Owner

As I mentioned in the discussion topic, I'm closing it and waiting the implementation of the feature, thanks @JayeshKumud

@ozlerhakan ozlerhakan closed this Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants