Create ReportExcel eq to ReportConsole
This commit is contained in:
@@ -10,7 +10,7 @@ namespace platform {
|
||||
char do_thousands_sep() const { return '.'; }
|
||||
string do_grouping() const { return "\03"; }
|
||||
};
|
||||
string headerLine(const string& text)
|
||||
string ReportConsole::headerLine(const string& text)
|
||||
{
|
||||
int n = MAXL - text.length() - 3;
|
||||
n = n < 0 ? 0 : n;
|
||||
|
Reference in New Issue
Block a user