27 #include <xlnt/xlnt_config.hpp> 28 #include <xlnt/utils/calendar.hpp> 49 static date from_number(
int days_since_base_year,
calendar base_date);
54 date(
int year_,
int month_,
int day_);
65 int to_number(
calendar base_date)
const;
84 int get_month()
const;
134 bool _is_null =
true;
bool is_null() const
Returns whether the date is in an empty/invalid state.
Definition: date.hpp:95
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.
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
value is an ISO 8601 formatted date
A date is a specific day specified in terms of a year, month, and day. It can also be initialized as ...
Definition: date.hpp:37
calendar
An enumeration of possible base dates. Dates in Excel are stored as days since this base date...
Definition: calendar.hpp:35