xlnt/source/writer/writer.cpp
2014-05-06 17:28:38 -04:00

11 lines
155 B
C++

#include "writer.h"
namespace xlnt {
void writer::save_workbook(const workbook &/*workbook*/, const std::string &/*filename*/)
{
}
} // namespace xlnt