mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
10 lines
171 B
C++
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
|