mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
add simple test for cell::column_index
This commit is contained in:
parent
688c8c7f33
commit
4eecf84713
|
@ -123,6 +123,7 @@ private:
|
|||
|
||||
xlnt_assert(cell.data_type() == xlnt::cell::type::empty);
|
||||
xlnt_assert(cell.column() == "A");
|
||||
xlnt_assert(cell.column_index() == 1);
|
||||
xlnt_assert(cell.row() == 1);
|
||||
xlnt_assert(cell.reference() == "A1");
|
||||
xlnt_assert(!cell.has_value());
|
||||
|
|
Loading…
Reference in New Issue
Block a user