add simple test for cell::column_index

This commit is contained in:
Crzyrndm 2018-07-03 13:16:33 +12:00
parent 688c8c7f33
commit 4eecf84713

View File

@ -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());