mention ConditionalFormats, ToHtml and ToCSV in the docs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2011-07-29 05:37:06 +00:00
parent d7fa3d56ee
commit 30e932591b
1 changed files with 26 additions and 0 deletions

View File

@ -69,6 +69,32 @@
</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>