Allow the cloning of one HSSFCellStyle onto another, including cloning styles from...
commite58198c8fe9bdc5a714f2cad089de028ba1e70ba
authorNick Burch <nick@apache.org>
Sat, 12 Jul 2008 17:38:10 +0000 (12 17:38 +0000)
committerNick Burch <nick@apache.org>
Sat, 12 Jul 2008 17:38:10 +0000 (12 17:38 +0000)
treeeae9bcf0ed6aeb39f80923948f69aac4e3c4c018
parent0ef7090605b3ee31fa8946e797a04085147291d3
Allow the cloning of one HSSFCellStyle onto another, including cloning styles from one HSSFWorkbook onto another

git-svn-id: https://svn.eu.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