0

我正在使用该NPOI库来阅读.xlsx文档并转换为dataSet. 当我尝试实例化类XSSFWorkbook时,出现错误。

我的代码:

Dim file As New FileStream(myFile, FileMode.Open, FileAccess.Read)
Dim oDs As New List(Of entity.myFile)
Dim libro As New XSSFWorkbook(file)

我收到以下错误:

Unable to load the file or assembly  'ICSharpCode.SharpZipLib,
Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73'
or one of its dependencies. The system can not find the specified
file.

这里有什么问题?

4

0 回答 0