xlnt/source/writer/writer.cpp

11 lines
155 B
C++
Raw Normal View History

2014-05-07 05:28:38 +08:00
#include "writer.h"
namespace xlnt {
void writer::save_workbook(const workbook &/*workbook*/, const std::string &/*filename*/)
{
}
} // namespace xlnt