spire.xls 11.2.6已发布。该版本支持修改透视表的数据源,增强了转换excel到pdf的功能,同时还修复了加载xlsm文件时出现的问题。详情请阅读以下内容。
新功能:
- 支持修改透视表的数据源
var pivottable = sheet.pivottables[0];
((spire.xls.pivottable)pivottable).changedatasource(sheet.range["a1:c9"]);
问题修复:
- 修复了获取不连续区域的系列数据失败的问题
- 修复了创建图表时设置plotarea,相应数据不正确的问题
- 修复了将excel转换为pdf时,日期公式转换失败的问题
- 修复了将excel转换为pdf时,程序抛"exception unhandled"异常的问题
- 修复了创建新图表时,将hasmajorgridlines设置为“true”不起作用的问题
- 修复了在加载xlsm件时程序抛“system.nullreferenceexception”的问题,以及在转换xlsm文件到html时,程序抛"system.argumentoutofrangeexception"异常的问题
- 修复了日期格式数据的识别不正确的问题
- 修复了将xlsx文档转换为pdf时,输出pdf的条码显示不正确的问题
- 修复了图表更新不正确的问题
下载spire.xls 11.2.6请点击: