We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed94e5 commit bdf580cCopy full SHA for bdf580c
README.md
@@ -3,7 +3,12 @@
3

4
5
## Overview
6
-A fast and tiny PHP library to export data to CSV and ExcelSheet. The library is based on a PHP generator.
+A fast and tiny PHP library to export data to CSV. The library is based on a PHP generator.
7
+
8
+## Why Use
9
+It took me 5 seconds to export 5M data so you can call it fast enough. And because of the use of
10
+[Generator](https://www.php.net/manual/en/language.generators.overview.php) it uses less memory
11
+and never get caught by memory exception.
12
13
### Installation
14
```$xslt
0 commit comments