Import only one sheet with a dynamic name #4253
Unanswered
CarstenGazivoda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i would like to achieve the following scenario:
I have an Excel file which contains 40+ sheets. Some of them are hidden, some are visible.
Only one of these sheets i would like to import. The sheet name is dynamic, but i already created a regex to determine it.
Currently i do the following (perfectly working):
I would like to perform only 1 Excel::import and use WithMultipleSheets and Events together to save runtime. Especially the first Excel::import() takes long as it seems to parse the 40+ sheets. The events seems not to get triggered when using WithMultipleSheets.
Is there any other possibility to achieve this?
BR
Beta Was this translation helpful? Give feedback.
All reactions