你好,从哪里发布的新版本有没有包含我提的已经修复bug
@feng.qun.zhu.avaryholding.com
25.3版本已经发布,jar包可以pom获取更新,
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cells</artifactId>
<version>25.3</version>
</dependency>
js可以引用npm
<link rel="stylesheet" href="https://unpkg.com/gridjs-spreadsheet/xspreadsheet.css">
<script src="https://unpkg.com/gridjs-spreadsheet/xspreadsheet.js"></script>
相关修复的问题单,在论坛里有回复通知,也可以看release notes(GridJs java 版本的问题和.net统计的一样)
这次有下面这些
CELLSGRIDJS-1504 Support using shortcut key operation Ctrl + d as in ms excel New Feature
CELLSGRIDJS-1505 Support using shortcut key operation Ctrl + ; as in ms excel New Feature
CELLSGRIDJS-1506 Support using shortcut key operation Ctrl + shift+; as in ms excel New Feature
CELLSGRIDJS-1534 Support copying from Excel and pasting to multiple target areas Enhancement
CELLSGRIDJS-1539 Encapsulate general functions to improve and simplify the usage of GridJs .net version Enhancement
CELLSGRIDJS-1472 Support using Ctrl + R to auto-fill cell data Enhancement
CELLSGRIDJS-1532 Supports moving the cell position using the arrow keys (up, down, left, right) in read-only mode Enhancement
CELLSGRIDJS-1527 The operations of “Ctrl+X” and “Ctrl+V” resulted in a blank cell overwriting the cell next to the target cell. Bug
CELLSGRIDJS-1491 Fix the issue where entering certain specific characters of a cell value in an empty cell triggers formula location selection. Bug
CELLSGRIDJS-1518 Fix the issue of the dropdown list range not synchronizing after inserting a row. Bug
CELLSGRIDJS-1519 Fix the issue that entire column’s validation type is cleared when a cell is set to “anyvalue” type.
请问,这个 系统内复制一个单元格粘贴为两个单元格 问题3月份版本
有修复吗?
@feng.qun.zhu.avaryholding.com
对应的是这个,已改进
CELLSGRIDJS-1534 Support copying from Excel and pasting to multiple target areas Enhancement