UPDATE: Update README to include a minimal ROADMAD
This commit is contained in:
@@ -127,7 +127,6 @@ impl Cell {
|
||||
Cell::BooleanCell { .. } => CellType::LogicalValue,
|
||||
Cell::NumberCell { .. } => CellType::Number,
|
||||
Cell::ErrorCell { .. } => CellType::ErrorValue,
|
||||
// TODO: An empty string should likely be considered a Number (like an empty cell).
|
||||
Cell::SharedString { .. } => CellType::Text,
|
||||
Cell::CellFormula { .. } => CellType::Number,
|
||||
Cell::CellFormulaBoolean { .. } => CellType::LogicalValue,
|
||||
|
||||
Reference in New Issue
Block a user