-
Notifications
You must be signed in to change notification settings - Fork 50
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
Unable to use ExcelProvider on VisualStudio for Mac (Mono framework) #33
Comments
Yeah I guess someone should replace the ICSharpCode with something that runs on mono. ==> up-for-grabs |
@forki Isn't the ICSharpCode a dependency for ExcelDataReader? and the loading of assemblies gives us the above error? I was trying to fix this.. Do you have some work around in mind? |
Yeah I guess the bug is in ExcelDataReader and should be fixed over there. And then we just paket update the nupgk. |
@forki ICSharpCode.SharpZipLib is also being used in ExcelProvider for generating loadedAssemblies? I don't have much context on why we are doing that... Can you give me a bit of primer on this? |
I'm not the original author of this. so no sorry. All I can say is that lib needs to be replaced. But personally I don't have time for that |
Encountered the same issue on Linux. |
Can anybody comment if this is still an issue with version2.0.0. I don't have access to a Mac so can't confirm that it is sorted. |
Description
Program.fs(22,22): Error FS3033: The type provider 'ExcelProvider.ExcelProvider+ExcelProvider' reported an error: Could not create ExcelDataReader. Exception - Could not create ExcelDataReader. Exception - Method 'ICSharpCode.SharpZipLib.Zip.ZipEntry.IsCompressionMethodSupported' not found. (FS3033)
Repro steps
type TemplateExcel = ExcelFile<"TemplateType.xlsx">
Expected behavior
Actual behavior
Known workarounds
None that I could find out
Tried various versions of ExcelProvider ranging from 0.1.2 to 0.8.0
Please provide a description of any known workarounds.
Related information
The text was updated successfully, but these errors were encountered: