arodiss / XlsBundle

Trivia read and write of .xls files for Symfony2
MIT License
5 stars 9 forks source link

error in Readme #25

Closed yaboroda closed 7 years ago

yaboroda commented 7 years ago

Return XLS file from Symfony controller

$file = $container ->get("arodiss.xls.builder") ->createAndWrite(array( array("row one field one", "row one field two"), array("row two field one") )) ;

But there is no method createAndWrite() in XlsBuilder class. There is buildXlsFromArray() method.

PS thanks for you bundle. It simple to use and it works. Perfect for my project.

arodiss commented 7 years ago

Thank you for notice. README updated.