xlnt/source/packaging/document_properties.cpp

11 lines
226 B
C++
Raw Normal View History

2015-11-03 22:06:01 +08:00
#include <xlnt/packaging/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