我们今天发布了spire.xls 8.4.6。在该版本中,我们添加了两个新功能,并主要修复了操作excel文档中出现的一些问题,比如将excel 转换为pdf, excel保存为图片等。具体更新内容如下:
新功能:
- 添加了新功能在转换sheet到html时指定图片的位置类型。
htmloptions opt = new htmloptions();
opt.imagelocationtype = imagelocationtypes.tablerelative;
//opt.imagelocationtype = imagelocationtypes.globalabsolute;
sheet.savetohtml(string filename, htmloptions saveoption);
xlsconditionalformats xcfs = sheet.conditionalformats.add();
xcfs.addaveragecondition(averagetype averagetype)
xcfs.addbeginswithcondition(string text);
xcfs.addcellvaluecondition(comparisonoperatortype operatortype, double value1, double value2);
xcfs.addcellvaluecondition(comparisonoperatortype operatortype, string value1, string value2);
xcfs.addcontainsblankscondition();
xcfs.addcontainserrorscondition();
xcfs.addnotcontainstextcondition(string text);
xcfs.addtimeperiodcondition(timeperiodtype timeperiodtype);
xcfs.addtopbottomcondition(topbottomtype topbottomtype, int rank);
xcfs.adduniquevaluescondition();
问题修复:
- 修复了设置chart.series[0].datapoints[0].dataformat.percent = 20;不起作用的问题。
- 修复了转换excel到pdf出现错误的样式和内容的问题。
- 修复了转换excel到pdf不正确的底部图形问题。
- 修复了循环修改单元格的值生成文件大小逐渐增加的问题。
- 修复了使用sheet.toimage() 转sheet到图片,在本地部分内容丢失,在azure上内容完全丢失的问题。
- 修复了转换excel到html文本颜色不正确的问题。
- 修复了保存后内容不正确的问题。
- 修复了转换excel到pdf单元格填充丢失的问题。
- 修复了合并数据后单元格样式丢失的问题。
- 修复了转换excel到pdf内容不正确的问题。
- 修复了改变文本颜色时抛invaildcastexception异常的问题。
- 修复了修改上下标后,后面的文本字体改变的问题。
welcome to experience spire.xls 8.4.6 with downloading here: