]> source.dussan.org Git - poi.git/commitdiff
new FAQ
authorGlen Stampoultzis <glens@apache.org>
Sat, 20 Jul 2002 04:13:30 +0000 (04:13 +0000)
committerGlen Stampoultzis <glens@apache.org>
Sat, 20 Jul 2002 04:13:30 +0000 (04:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352784 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/faq.xml

index fb6c674b2ae5761830162085b6d1fcbae3966fb5..d7e6108c3421ff145feebca51fda9574453d9fd6 100644 (file)
             <!-- 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>