Author: nick Date: Thu May 29 11:40:26 2014 New Revision: 1598259 URL: http://svn.apache.org/r1598259 Log: Republish changelog and javadocs Modified: poi/site/publish/apidocs/index-all.html poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html poi/site/publish/changes.html poi/site/publish/changes.rss poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/publish/apidocs/index-all.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1598259&r1=1598258&r2=1598259&view=diff ============================================================================== --- poi/site/publish/apidocs/index-all.html (original) +++ poi/site/publish/apidocs/index-all.html Thu May 29 11:40:26 2014 @@ -19609,7 +19609,10 @@ return null
Get the index of the number format (numFmt) record used by this cell format.
getDataFormatString() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
-
 
+
+
Get the contents of the format string, by looking up + the DataFormat against the bound workbook
+
getDataFormatString(Workbook) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
Get the contents of the format string, by looking up Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html?rev=1598259&r1=1598258&r2=1598259&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html Thu May 29 11:40:26 2014 @@ -227,7 +227,8 @@ implements java.lang.String getDataFormatString() -
Get the format string
+
Get the contents of the format string, by looking up + the DataFormat against the bound workbook
@@ -632,12 +633,12 @@ implements

getDataFormatString

public java.lang.String getDataFormatString()
-
-
Get the format string
+
Get the contents of the format string, by looking up + the DataFormat against the bound workbook
Specified by:
getDataFormatString in interface CellStyle
-
+
Returns:
the format string or "General" if not found
See Also:
HSSFDataFormat
Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1598259&r1=1598258&r2=1598259&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Thu May 29 11:40:26 2014 @@ -257,6 +257,24 @@ if (VERSION > 3) {