git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-07-20 04:13:30 +00:00
parent 495abc1b7d
commit 9d4c978b04

View File

@ -125,4 +125,18 @@
<!-- Thanks to Avik for the answer -->
</answer>
</faq>
<faq>
<question>
I want to set a cell format (Data format of a cell) of a excel sheet as###,###,###.#### or ###,###,###.0000. Is it possible using POI ?
</question>
<answer>
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:
<link href="http://jakarta.apache.org/poi/javadocs/javasrc/org/apache/poi/hssf/usermodel/HSSFDataFormat_java.html#HSSFDataFormat">http://jakarta.apache.org/poi/javadocs/javasrc/org/apache/poi/hssf/usermodel/HSSFDataFormat_java.html#HSSFDataFormat</a>
</answer>
</faq>
</faqs>