wip: Add read function for workbook

This commit is contained in:
Debao Zhang
2013-09-13 16:03:43 +08:00
parent c5bc41bacb
commit 7748184ba1
10 changed files with 136 additions and 43 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ private:
Worksheet(const QString &sheetName, Workbook *book=0);
virtual bool isChartsheet() const;
QString name() const;
QString sheetName() const;
void setSheetName(const QString &sheetName);
bool isHidden() const;
bool isSelected() const;
void setHidden(bool hidden);