xlnt/source/packaging/document_properties.cpp

11 lines
225 B
C++
Raw Normal View History

2014-08-14 06:56:34 +08:00
#include <xlnt/workbook/document_properties.hpp>
namespace xlnt {
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