xlnt/source/workbook/document_properties.cpp

14 lines
236 B
C++
Raw Normal View History

2014-08-14 06:56:34 +08:00
#include <xlnt/workbook/document_properties.hpp>
namespace xlnt {
2014-07-26 04:39:25 +08:00
document_properties::document_properties()
: created(1900, 1, 1),
modified(1900, 1, 1),
excel_base_date(calendar::windows_1900)
{
}
2015-10-15 06:05:13 +08:00
} // namespace xlnt