为有中文需求的客户提供多渠道中文技术支持.

Mon Dec 24, 2018 8:05 am

使用的Spire office 3. 12.3
Workbook wb = new Workbook(); -->Exception :System.TypeInitializationException:““spr឴”的类型初始值设定项引发异常。”“ConfigurationErrorsException: 无法识别的配置节 Reference”

//load from the file
wb.LoadFromFile(@"D:\test.xlsx");
//get the page info.
var pageInfoList = wb.GetSplitPageInfo();
//Get the sheet count
int sheetCount = pageInfoList.Count;
//The page count of the first sheet
int pageCount = pageInfoList[0].Count;

tpdove
 
Posts: 6
Joined: Thu Dec 13, 2018 3:45 am

Mon Dec 24, 2018 8:36 am

您好,

感谢咨询。
请同时引用与Spire.Xls.dll在同一个文件夹里的Spire.Pdf.dll到您的工程里。
如果还有问题,欢迎与我们联系。

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Sep 21, 2020 5:53 am

VS同时调用Spire.XLS和Spire.Presentation时,有冲突
Presentation PPT = new Presentation();
Workbook wb = new Workbook(); -->Exception :System.TypeInitializationException:““sprួ”的类型初始值设定项引发异常。”

CiooiZ.1001
 
Posts: 3
Joined: Thu Sep 10, 2020 7:30 am

Mon Sep 21, 2020 6:39 am

你好 CiooiZ.1001,

感谢咨询。
请注意我们的Spire.XLS和Spire.Presentation是两个独立的产品,它们并不兼容。请下载我们的Spire.Office(目前最新版是Spire.Office Platinum (Hot Fix) 版本: 5.9.2),然后从同一目录下引用相应的dlls(Spire.Xls.dll; Spire.Presentation.dll; Spire.Pdf.dll; Spire.Common.dll; Spire.License.dll)来一同使用它们。如果还有任何问题,请随时反馈。

Sincerely,
Elena
E-iceblue support team
User avatar

Elena.Zhang
 
Posts: 279
Joined: Thu Jul 23, 2020 1:18 am

Return to 中文技术支持