-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Description
I can't find a way to load an excel file at runtime. I can only use the one specified as a constant in the type provider initialization
Repro steps
There are no steps to reproduce this problem.
Expected behavior
I expect to use the the constant file as a "template" and then be able to specify at runtime which file to parse, which will need to have the same structure of the template. Withtout this possibility the type provider is useless in real applications.
Actual behavior
I can only load and parse the file I provide as a constant string in the type provider initialization. In other type providers I have used there is a "Load" method to call with a path parameter to specify a different file.
Known workarounds
No workarounds found.
ppalmerjm, swadhin-, robocode13 and irfancharania