|
@@ -17,6 +17,8 @@ Please refer to the image below. PHPExcel has been unable to work properly for m
|
|
|
|
|
|
xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. It supports features such as:
|
|
|
|
|
|
+###### Writer
|
|
|
+
|
|
|
* 100% compatible Excel XLSX files.
|
|
|
* Full Excel formatting.
|
|
|
* Merged cells.
|
|
@@ -31,6 +33,12 @@ xlswriter is a PHP C Extension that can be used to write text, numbers, formulas
|
|
|
* FreeBSD License.
|
|
|
* The only dependency is on zlib.
|
|
|
|
|
|
+###### Reader
|
|
|
+
|
|
|
+* Full read data
|
|
|
+* Cursor read data
|
|
|
+* Read by data type
|
|
|
+
|
|
|
#### Benchmark
|
|
|
|
|
|
Test environment: Macbook Pro 13 inch, Intel Core i5, 16GB 2133MHz LPDDR3 Memory, 128GB SSD Storage.
|