From 408053e61bb41801cf4ea1c77b7f091be45fa865 Mon Sep 17 00:00:00 2001
From: Yegor Kozlov
Date: Fri, 29 Jul 2011 05:37:06 +0000
Subject: [PATCH] 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
---
.../content/xdocs/spreadsheet/examples.xml | 26 +++++++++++++++++++
1 file changed, 26 insertions(+)
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 @@
+
+
+ Conditional Formats
+ The ConditionalFormats
+ demo is a collection of short examples showing what you can do with Excel conditional formating in POI:
+
+
+ - Highlight cells based on their values
+ - Highlight a range of cells based on a formula
+ - Hide errors
+ - Hide the duplicate values
+ - Highlight duplicate entries in a column
+ - Highlight items that are in a list on the worksheet
+ - Highlight payments that are due in the next thirty days
+ - Shade alternating rows on the worksheet
+ - Shade bands of rows on the worksheet
+
+
+ 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.