Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated readme #16

Merged
merged 1 commit into from Jul 25, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Expand Up @@ -162,7 +162,18 @@ class DefaultController extends Controller


``` ```


With the right writer (e.g. PHPExcel_Writer_Excel5) you could also write the output to a file:
``` php

public function indexAction($name)
{
$xls_service = $this->get('xls.service_xls5');


//...create php excel object

$xls_service->getStreamWriter()->write( $filename );
}
```




## ADVANCED USE ## ADVANCED USE
Expand All @@ -182,4 +193,6 @@ if you need see and modify ``Liuggio\ExcelBundle\Resources\config\services.yml``


@isqad88 @isqad88


@mazenovi @mazenovi

@jochenhilgers