spire.office 5.3.7现已发布。该版本包含了许多新功能。比如,spire.pdf支持给新建的pdffreetextannotation设置主题;spire.xls 支持设置图表标记的边框大小和计算subtotal公式。与此同时,一些在加载、操作和转换word、pdf、excel和ppt文档时出现的问题也得以成功解决。详情参见下文。
该版本涵盖了最新版的spire.doc、spire.pdf、spire.xls、spire.presentation、spire.dataexport、spire.barcode、spire.docviewer、spire.pdfviewer、spire.officeviewer、spire.email。
版本信息如下:
- spire.doc.dll v8.3.15
- spire.pdf.dll v6.3.11
- spire.xls.dll v10.3.8
- spire.email.dll v3.3.0
- spire.docviewer.forms.dll v5.1.1
- spire.pdfviewer.forms.dll v5.1.4
- spire.pdfviewer.asp.dll v5.1.4
- spire.presentation.dll v5.3.6
- spire.spreadsheet v4.3.1
- spire.officeviewer.forms.dll v5.3.7
- spire.barcode.dll v4.1.1
- spire.dataexport.dll v4.1.9
- spire.dataexport.resourcemgr.dll v2.1.0
- spire.common.dll v10.3.8
- spire.license.dll v1.3.8
https://www.e-iceblue.cn/downloads/spire-office-net.html
spire.doc
问题修复:
- 修复了转换word到pdf内容格式不正确的问题。
- 修复了加载文档时抛出错误"this is not a structured storage file"。
- 修复了将docx文档保存到流时抛出错误"object reference not set to an instance of an object"。
- 修复了doc 转 xps时抛异常system.argumentoutofrangeexception。
- 修复了加载html时抛异常system.formatexception。
- 修复了拆分单元格丢失原单元格的样式的问题。
- 修复了word 转pdf内容不正确的问题。
- 修复了更新目录抛异常formatexception。
- 修复了更新目录后目录内容格式不正确的问题。
- 修复了更新包含=sum(a1,a2)公式域时程序挂起问题。
- 修复了克隆内容,里面的图片的超链接被改变的问题。
- 修复了word 转pdf,抛异常system.argumentexception。
- 修复了提取文本时有多余的文本被提取出来的问题。
- 修复了加载doc文档抛异常argumentoutofrangeexception。
spire.pdf
新功能:
- 支持给新建的pdffreetextannotation设置主题
rectanglef rectangle = new rectanglef(0, 150, 100, 30);
pdffreetextannotation textannotation = new pdffreetextannotation(rectangle);
textannotation.text = "spire.pdf";
textannotation.subject = "test";
问题修复:
- 修复了包含 "-" 的书签显示不正确的问题。
- 修复了使用正则表达式匹配不到文本的问题。
- 修复了转换pdf 到 image 抛异常 argumentexception的问题。
- 修复了读取到的表单域的数量不正确的问题。
- 修复了包含 "" 的书签显示不正确的问题。
- 修复了设置自定义信息后保存文档失败的问题。
spire.presentation
问题修复:
- 修复了加载文档抛nullreferenceexception的问题。
- 修复了给smartart node添加超链接抛nullreferenceexception的问题。
- 修复了拷贝幻灯片到新ppsx文档,打开文档时弹出内容是否保存的对话框。
- 修复了转换ppt到pdf图片丢失的问题。
- 修复了加载pptx文档抛argumentexception的问题。
- 修复了未正确解析< br >标签的问题。
spire.xls
新功能:
- 支持设置图表标记的边框大小
chart.series[0].dataformat.markerborderweight = 2.5; //the unit is pt
问题修复:
- 修复了设置时间数据有效性,结果文档打开失败的问题。
- 修复了创建计量器图表,图表指针的数值丢失的问题。
- 修复了设置条件格式的日期没起作用的问题。
- 修复了移除文本超链接失败的问题。
- 修复了设置页面顺序类型没起作用的问题。
- 修复了解锁“保护”工作表时报错的问题。
- 修复了隐藏和展示表选项卡不起作用的问题。
- 修复了检测excel文档的版本,结果不正确的问题。
- 修复了转换透视图表到图片时坐标值不正确的问题。
- 修复了转换excel到pdf时文本对齐方式不对的问题。
- 修复了使用copyfrom()复制包含图表的工作表,图表数据源不正确的问题。
- 修复了公式值更新不正确的问题。
- 修复了设置透视表域的排列顺序不起作用的问题。