diff --git a/src/documentation/xdocs/faq.xml b/src/documentation/xdocs/faq.xml index fb6c674b2a..d7e6108c34 100644 --- a/src/documentation/xdocs/faq.xml +++ b/src/documentation/xdocs/faq.xml @@ -125,4 +125,18 @@ + + + I want to set a cell format (Data format of a cell) of a excel sheet as###,###,###.#### or ###,###,###.0000. Is it possible using POI ? + + + HSSF does not yet support custom data formats, however, it should be a + reasonably easy facillity to add and we'll gladly accept contributions + in this area. + + These are the built in formats that it does support: + + http://jakarta.apache.org/poi/javadocs/javasrc/org/apache/poi/hssf/usermodel/HSSFDataFormat_java.html#HSSFDataFormat + +