xlnt/source/document_properties.cpp

13 lines
235 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)
{
}
} // namespace xlnt