Add basic conditional formatting writer support.

This commit is contained in:
Debao Zhang
2013-11-28 00:39:23 +08:00
parent 1b57b6f042
commit c82cf47e2f
18 changed files with 844 additions and 7 deletions
@@ -0,0 +1,10 @@
/*!
\example conditionalformatting
\title Conditional Formatting Example
\brief This is a conditional formatting example.
\ingroup qtxlsx-examples
This example demonstrates how to create a new
.xlsx file containin conditional formatting
with Qt Xlsx Library. So lets see how this is achieved.
*/