Skip to content

Commit

Permalink
Merge branch 'master' into feature-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoltauFintel authored Dec 18, 2023
2 parents 2d69c23 + 79620c1 commit 46f22a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ private List<CellData> readCommentsFromSheet(Sheet sheet, int rowNum) {
}
}
}
commentDataCells.sort((a, b) -> a.getCol() - b.getCol());
return commentDataCells;
}

Expand Down
6 changes: 3 additions & 3 deletions jxls-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<groupId>org.jxls</groupId>
<artifactId>jxls-site</artifactId>
<packaging>jar</packaging>
<version>2.13.0</version>
<version>2.14.0</version>
<name>JXLS</name>
<url>http://jxls.sf.net/</url>

<properties>
<jxlsVersion>2.13.0</jxlsVersion>
<jxlsPoiVersion>2.13.0</jxlsPoiVersion>
<jxlsVersion>2.14.0</jxlsVersion>
<jxlsPoiVersion>2.14.0</jxlsPoiVersion>
<jxlsReaderVersion>2.0.6</jxlsReaderVersion>
<copyrightClass>pull-right</copyrightClass>
</properties>
Expand Down

0 comments on commit 46f22a0

Please sign in to comment.