]> source.dussan.org Git - poi.git/commit
Make a start on exposing the StyleRecord details into HSSFCellStyle, but not fully...
authorNick Burch <nick@apache.org>
Sun, 14 Sep 2008 22:19:06 +0000 (22:19 +0000)
committerNick Burch <nick@apache.org>
Sun, 14 Sep 2008 22:19:06 +0000 (22:19 +0000)
commitd514f9b689602c73110d5c73b8941829af4c6ec0
treef1a9cc8d180be1d636f70808c541b74d112a1469
parent866ae7562a51de72161c4f46beb0280987e5818f
Make a start on exposing the StyleRecord details into HSSFCellStyle, but not fully there yet

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@695303 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/Workbook.java
src/java/org/apache/poi/hssf/record/StyleRecord.java
src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
src/testcases/org/apache/poi/hssf/data/WithExtendedStyles.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java