30 #include <xlnt/xlnt_config.hpp> 31 #include <xlnt/cell/index_types.hpp> 38 class XLNT_API
exception :
public std::runtime_error
45 explicit exception(
const std::string &message);
61 void message(
const std::string &message);
66 const std::string & message();
Exception for any data type inconsistencies.
Definition: exceptions.hpp:168
Exception for a workbook with no visible worksheets
Definition: exceptions.hpp:283
Exception for attempting to use a feature which is not supported
Definition: exceptions.hpp:327
std::uint32_t row_t
All rows should be referred to by an instance of this type.
Definition: index_types.hpp:40
The data submitted which cannot be used directly in Excel files. It must be removed or escaped...
Definition: exceptions.hpp:146
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:36
Exception for a bad parameter value
Definition: exceptions.hpp:78
Exception when setting a class's attribute to an invalid value
Definition: exceptions.hpp:239
Exception for bad sheet names.
Definition: exceptions.hpp:100
Exception for a key that doesn't exist in a container
Definition: exceptions.hpp:261
Exception for bad column indices in A1-style cell references.
Definition: exceptions.hpp:190
Parent type of all custom exceptions thrown in this library.
Definition: exceptions.hpp:38
Exception for trying to open a non-XLSX file.
Definition: exceptions.hpp:122
Columns can be referred to as a string A,B,...Z,AA,AB,..,ZZ,AAA,...,ZZZ or as a 1-indexed index...
Definition: index_types.hpp:47
Debug exception for a switch that fell through to the default case
Definition: exceptions.hpp:305
Exception for converting between numeric and A1-style cell references.
Definition: exceptions.hpp:212