I'm using this package to generate excel documents with Laravel: https://github.com/Maatwebsite/Laravel-Excel
However, documentation doesn't say anything about inserting images from files into my excel document. I'm pretty sure it's possible with native phpexcel itself, but how to do this through this package?
Some example code would be much appreciated..