diff --git a/src/documentation/content/xdocs/spreadsheet/examples.xml b/src/documentation/content/xdocs/spreadsheet/examples.xml index b44b9df16..89c17cbe8 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.