Skip to content

Commit a6bc4cc

Browse files
author
Patrick Brouwers
committed
Change readme
1 parent 7cde80b commit a6bc4cc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Laravel 4 Wrapper for PHPExcel v0.1.8
1+
## Laravel 4 Wrapper for PHPExcel v0.1.9
22

33
#Installation
44

@@ -47,6 +47,11 @@ Export as CSV by using:
4747
->export('csv');
4848
```
4949

50+
Export as Excel2007 by using:
51+
```php
52+
->export('xlsx');
53+
```
54+
5055
#Export from View file
5156

5257
It's possible to export a blade view file to xls or csv. The view file must be a table.

src/Maatwebsite/Excel/Excel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Laravel wrapper for PHPEXcel
99
*
10-
* @version 0.1.0
10+
* @version 0.1.9
1111
* @package maatwebsite/excel
1212
* @author Maatwebsite <[email protected]>
1313
*/

0 commit comments

Comments
 (0)