spire.office 3.12.4于今日正式发布。该版本增加了一些新功能,如,spire.presentation支持在剪切图片时适应shape、删除master layout;spire.spreadsheet支持以多种语言显示内容菜单以及通过快捷键(ctrl z)撤消操作等。此外,还修复了一系列问题,如,拆分pdf文件时应用程序抛出nullreferenceexception的异常、 xps转换成pdf时公式不正确以及将excel转换成pdf后图像透明度不正确等。有关更多细节,请参见以下内容。
该版本涵盖了最新版的spire.doc, spire.pdf, spire.xls, spire.presentation, spire.dataexport, spire.barcode, spire.docviewer, spire.pdfviewer, spire.officeviewer, spire.email。
版本信息如下:
- spire.doc.dll v6.12.9
- spire.pdf.dll v4.12.14
- spire.xls.dll v8.12.11
- spire.email.dll v1.3.2
- spire.docviewer.forms.dll v3.12.0
- spire.pdfviewer.forms.dll v3.12.7
- spire.pdfviewer.asp.dll v3.12
- spire.presentation.dll v3.12.9
- spire.spreadsheet v2.12.4
- spire.officeviewer.forms.dll v3.12.4
- spire.dataexport.dll v3.5.131
- spire.dataexport.resourcemgr.dll v1.6.71
- spire.common.dll v1.12.10
- spire.license.dll v1.3.7
- spire.barcode.dll v2.10.0
https://www.e-iceblue.cn/downloads/spire-office-net.html
spire.pdfviewer
问题修复:
- 修复了给pdfdocumentviewer添加键盘事件不生效的问题
spire.pdf
问题修复:
- 修复了转换xps到pdf不正确的文本间距
- 修复了转换xps到pdf不正确的公式问题
- 修复了在使用pdfgridcellcontentlist 添加多个不同字体的字符到一个单元格后,设置该单元格文本格式居中不起作用的问题
- 修复了拆分文档抛nullreferenceexception 的问题
spire.presentation
新功能:
- 添加新方法支持在裁切图片时适应shape
slidepicture.pictureadjust();
imasterlayouts.removemasterlayout(int index);
问题修复:
- 修复了无法获取系列默认颜色的问题。
- 修复了加载ppt文档程序挂起的问题。
- 修复了在修改了chart 数据源的某个数据后,包含该数据源的excel文件无法被打开的问题。
- 修复了加载保存pptx文档后结果文档不能被ms powerpoint打开的问题。
- 修复了加载ppt文档程序抛出"documentunknownformat"异常的问题。
spire.doc
问题修复:
- 修复了合并的结果不正确的问题
- 修复了合并文档后,更新目录抛异常的问题
- 修复了转换word到pdf时,程序抛异常的问题
- 修复了在邮件合并后,数据不对的问题
- 修复了转换word到pdf,格式不正确的问题
- 修复了使用ps方式转换word到pdf时,页面横向设置不起作用的问题
- 修复了加载文件时抛overflowexception异常的问题
- 修复了日期域不更新的问题
spire.xls
问题修复:
- 修复了转换excel到pdf后,透明图片转换不正确的问题
- 修复了加载一个文件时抛xmlexception的问题
- 修复了使用代码calculateallvalue()时程序抛“object reference not set to an instance of an object”异常的问题
- 修复了加载文件时抛argumentexception的问题
- 修复了加载文件时抛 argumentoutofrangeexception的问题
- 修复了转换excel到pdf时,程序抛"error in calculating cell f15 in worksheet" 异常的问题
- 修复了设置自动换行后行高没有自适应的问题
- 修复了excel保存到pdf, 内容丢失的问题
spire.spreedsheet
新功能:
- 支持修改配置文件实现多语言显示spreadsheet中的菜单选项
- 支持快捷键(ctrl z)撤销操作
spreadsheet.enableundo = true;
spreadsheet.redostepscount;
spreadsheet.undostepscount;
sreadsheet.endedit();
问题修复:
- 修复了在spreadsheet中编辑合并之后的单元格需要双击的问题
- 修复了在spreadsheet中控件分组数字的背景色不设计不合理的问题
- 修复了在spreadsheet中excel文档分组显示不正确的问题
- 修复了在spreadsheet中负号及公式显示不正确的问题
- 修复了冻结行之后,合并的单元格边框显示不正确的问题
- 修复了利用verticalscroll.value获取滚动条的位置不正确的问题
- 修复了在spreadsheet中包含货币符号的单元格内容显示不正确的问题