xlnt/source/manifest_writer.cpp

10 lines
171 B
C++
Raw Normal View History

2015-10-14 12:03:48 +08:00
#include <xlnt/writer/manifest_writer.hpp>
namespace xlnt {
std::string write_content_types(const workbook &wb, bool as_template)
{
return "";
}
} // namespace xlnt