Refactor Cell::Number ==> Cell::Numeric

This commit is contained in:
Debao Zhang
2013-10-24 09:40:30 +08:00
parent 9abf395332
commit 98b6e83004
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
enum DataType {
Blank,
String,
Number,
Numeric,
Formula,
Boolean,
Error