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
+4 -4
View File
@@ -252,10 +252,6 @@ public:
int xfIndex() const;
bool dxfIndexValid() const;
int dxfIndex() const;
private:
friend class Styles;
friend class ::FormatTest;
friend Q_XLSX_EXPORT QDebug operator<<(QDebug, const Format &f);
void fixNumberFormat(int id, const QString &format);
void setFontIndex(int index);
@@ -263,6 +259,10 @@ private:
void setFillIndex(int index);
void setXfIndex(int index);
void setDxfIndex(int index);
private:
friend class Styles;
friend class ::FormatTest;
friend Q_XLSX_EXPORT QDebug operator<<(QDebug, const Format &f);
int theme() const;