]> source.dussan.org Git - poi.git/commit
Allow the cloning of one HSSFCellStyle onto another, including cloning styles from...
authorNick Burch <nick@apache.org>
Sat, 12 Jul 2008 17:38:10 +0000 (17:38 +0000)
committerNick Burch <nick@apache.org>
Sat, 12 Jul 2008 17:38:10 +0000 (17:38 +0000)
commitbd8c0df8fb49c1cfe864998a76e4311440f8a0c7
treeeae9bcf0ed6aeb39f80923948f69aac4e3c4c018
parent69d508e3e2e5e879188399f859638d77bf159c0d
Allow the cloning of one HSSFCellStyle onto another, including cloning styles from one HSSFWorkbook onto another

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@676205 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/model/Workbook.java
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
src/testcases/org/apache/poi/hssf/model/AllModelTests.java
src/testcases/org/apache/poi/hssf/model/TestWorkbook.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFCell.java