30 #include <xlnt/xlnt_config.hpp>    52     using difference_type = std::ptrdiff_t;
   148     std::size_t index_ = 0;
   162     using difference_type = std::ptrdiff_t;
   251     std::size_t index_ = 0;
 Enumerates the possible types a cell can be determined by it's current value. 
Definition: cell.hpp:36
bool operator!=(std::nullptr_t, const cell &cell)
Returns true if this cell is initialized. 
std::bidirectional_iterator_tag iterator_category
iterator tags required for use with standard algorithms and adapters 
Definition: worksheet_iterator.hpp:160
A worksheet is a 2D array of cells starting with cell A1 in the top-left corner and extending indefin...
Definition: worksheet.hpp:75
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized. 
An iterator which is used to iterate over the worksheets in a workbook. 
Definition: worksheet_iterator.hpp:44
An iterator which is used to iterate over the worksheets in a const workbook. 
Definition: worksheet_iterator.hpp:154
std::bidirectional_iterator_tag iterator_category
iterator tags required for use with standard algorithms and adapters 
Definition: worksheet_iterator.hpp:50
workbook is the container for all other parts of the document. 
Definition: workbook.hpp:96