PHRAS-3823 Report - command line report generator (#4265)

* command report connections

* some report

* prefix beta

* Update .dockerignore

* some fix, add range option

---------

Co-authored-by: Nicolas Maillat <maillat@alchemy.fr>
This commit is contained in:
Aina Sitraka
2023-03-11 18:40:27 +03:00
committed by GitHub
parent 1f8b9928b1
commit e7b280a70c
13 changed files with 678 additions and 10 deletions

View File

@@ -83,4 +83,9 @@ class Excel
$this->writer->close();
}
public function getWriter()
{
return $this->writer;
}
}