22#include "tsvdirectorywriter.h"
30 void close()
override;
31 virtual void writeSheet(
const QString &sheetName)
override;
40 bool _no_sheet_name =
false;
Definition tsvdirectorywriter.h:33
Definition tsvoutputstream.h:25
virtual void writeSheet(const QString &sheetName) override
open a new sheet
Definition tsvoutputstream.cpp:46
void setNoSheetName(bool no_sheet_name)
toggle writing sheet name in text stream to off usefull if you only need one sheet the wrisheet funct...
Definition tsvoutputstream.cpp:40