Instead of something like this
$objWriter->save('Report.docx');
Can i used to something like this?
$objWriter->save('Report'.$Month,.$Year'.docx');
When i implement the second part, i get an error that says
Parse error: syntax error, unexpected '.'