Repeatable annotations #288
ssuryaprabhakar
started this conversation in
General
Replies: 2 comments 3 replies
-
Hi @ssuryaprabhakar , Does this https://github.com/ozlerhakan/poiji#super-class-inheritance help your need? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In your example, the "name" column is repeated in the sheet with different column headers (mapping it to my example, BillingAddr1, ShippingAddr1) @ExcelCell(0) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've a parent class (Address) which is then inherited by several children (Billing-Address, Shipping-Address etc.)
These are separate columns in the spreadsheet. How do I annotate the parent and map to multiple columns in the sheet?
Beta Was this translation helpful? Give feedback.
All reactions