Skip to content

artemeon/officegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Officegen

Bridge component which provides a way to generate a report through an external library. I.e. we can use the apache POI library to generate specific reports. The main class of the component is the Processor class which you can easily register in your DI container.

$reportFile = "my_report.docx";

$generator = new BlackHole();
$processor = new Processor($generator);
$processor->execute("TestReport", $reportFile, ["foo" => "bar"]);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages