]> source.dussan.org Git - poi.git/commitdiff
mention ConditionalFormats, ToHtml and ToCSV in the docs
authorYegor Kozlov <yegor@apache.org>
Fri, 29 Jul 2011 05:37:06 +0000 (05:37 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 29 Jul 2011 05:37:06 +0000 (05:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152110 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/spreadsheet/examples.xml

index b44b9df16b25f3d07d5eb559bb9e6128e4b561eb..89c17cbe84b924ae7b7c572ef33755914354766f 100644 (file)
       </p>
       <p>
         <img src="../resources/images/timesheet.jpg" alt="timesheet demo"/>
+      </p>
+               </section>
+               <section><title>Conditional Formats</title>
+      <p> The <link href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/ConditionalFormats.java">ConditionalFormats</link>
+        demo is a collection of short examples showing what you can do with Excel conditional formating in POI:
+      </p>
+      <ul>
+          <li>Highlight cells based on their values</li>
+          <li>Highlight a range of cells based on a formula</li>
+          <li>Hide errors</li>
+          <li>Hide the duplicate values</li>
+          <li>Highlight duplicate entries in a column</li>
+          <li>Highlight items that are in a list on the worksheet</li>
+          <li>Highlight payments that are due in the next thirty days</li>
+          <li>Shade alternating rows on the worksheet</li>
+          <li>Shade bands of rows on the worksheet</li>
+      </ul>
+               </section>
+               <section><title>ToHtml</title>
+      <p> The <link href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/html/ToHtml.java">ToHtml</link>
+        example shows how to display a spreadsheet in HTML using the classes for spreadsheet display.
+      </p>
+               </section>
+               <section><title>ToCSV</title>
+      <p> The <link href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/ToCSV.java">ToCSV</link>
+        example demonstrates <em>one</em> way to convert an Excel spreadsheet into a CSV file.        
       </p>
                </section>
        </body>