Open gaurav-clearTax opened 8 years ago
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 I tried using ExcelDataReader and ICSharpCode.SharpZipLib independently in Visual Studio for Mac and for me it seems to work.
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