From: Yegor Kozlov Date: Fri, 29 Jul 2011 05:37:06 +0000 (+0000) Subject: mention ConditionalFormats, ToHtml and ToCSV in the docs X-Git-Tag: REL_3_8_BETA4~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=408053e61bb41801cf4ea1c77b7f091be45fa865;p=poi.git 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 --- diff --git a/src/documentation/content/xdocs/spreadsheet/examples.xml b/src/documentation/content/xdocs/spreadsheet/examples.xml index b44b9df16b..89c17cbe84 100644 --- a/src/documentation/content/xdocs/spreadsheet/examples.xml +++ b/src/documentation/content/xdocs/spreadsheet/examples.xml @@ -69,6 +69,32 @@

timesheet demo +

+ +
Conditional Formats +

The ConditionalFormats + demo is a collection of short examples showing what you can do with Excel conditional formating in POI: +

+ +
+
ToHtml +

The ToHtml + example shows how to display a spreadsheet in HTML using the classes for spreadsheet display. +

+
+
ToCSV +

The ToCSV + example demonstrates one way to convert an Excel spreadsheet into a CSV file.