xlnt/source/manifest_writer.cpp
2015-10-14 00:03:48 -04:00

10 lines
171 B
C++

#include <xlnt/writer/manifest_writer.hpp>
namespace xlnt {
std::string write_content_types(const workbook &wb, bool as_template)
{
return "";
}
} // namespace xlnt