Use the orignal cell format if no format is specified

This commit is contained in:
Debao Zhang
2013-11-01 11:05:29 +08:00
parent 5a035ede93
commit ee9f43e21d
2 changed files with 17 additions and 1 deletions
+1
View File
@@ -154,6 +154,7 @@ public:
WorksheetPrivate(Worksheet *p);
~WorksheetPrivate();
int checkDimensions(int row, int col, bool ignore_row=false, bool ignore_col=false);
Format *cellFormat(int row, int col) const;
QString generateDimensionString();
void calculateSpans();
void writeSheetData(XmlStreamWriter &writer);