Code refactor

This commit is contained in:
Debao Zhang
2013-11-30 16:37:36 +08:00
parent f05a948923
commit 231a980ca0
2 changed files with 11 additions and 14 deletions
+4 -3
View File
@@ -50,6 +50,10 @@ class QXmlStreamReader;
namespace QXlsx {
const int XLSX_ROW_MAX = 1048576;
const int XLSX_COLUMN_MAX = 16384;
const int XLSX_STRING_MAX = 32767;
class SharedStrings;
struct XlsxUrlData
@@ -218,9 +222,6 @@ public:
QList<DataValidation> dataValidationsList;
QList<ConditionalFormatting> conditionalFormattingList;
int xls_rowmax;
int xls_colmax;
int xls_strmax;
CellRange dimension;
int previous_row;