Replies: 1 comment 4 replies
-
Please show your code |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i need to know how to achieve this.
I have an excell with a variable number of sheets, following this structure.
EntityA Sheet1
EntityA Sheet2
EntityA Sheet3
EntityB Sheet1
EntityB Sheet2
EntityB Sheet3
I make the import specifying the 3 different types of sheet with the multiple sheet trait, but then the importer stops after reading the first 3 sheets and then stops, so only the entity A is imported.
I thought the importer should go on until it has no more sheets, iterating over the definition of the multiple sheets.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions