mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
11 lines
155 B
C++
11 lines
155 B
C++
#include "writer.h"
|
|
|
|
namespace xlnt {
|
|
|
|
void writer::save_workbook(const workbook &/*workbook*/, const std::string &/*filename*/)
|
|
{
|
|
|
|
}
|
|
|
|
} // namespace xlnt
|