diff --git a/package.xml b/package.xml index 96f3803..53c463a 100644 --- a/package.xml +++ b/package.xml @@ -2,24 +2,44 @@ xlswriter pecl.php.net - An efficient and fast xlsx file export extension. - An efficient and fast xlsx file export extension for PHP. - - Quickly export xlsx files in php projects. - - Export xlsx files under fixed memory. - - Insert a calculation formula in an xlsx file. - - Insert a local picture in an xlsx file. - - Merging cells and cell styles. + Efficient and fast xlsx file extension. + + 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. + + Writer + + - 100% compatible Excel XLSX files. + - Full Excel formatting. + - Merged cells. + - Defined names. + - Autofilters. + - Charts. + - Data validation and drop down lists. + - Worksheet PNG/JPEG images. + - Memory optimization mode for writing large files. + - Works on Linux, FreeBSD, OpenBSD, OS X, Windows. + - Compiles for 32 and 64 bit. + - FreeBSD License. + - The only dependency is on zlib. + + Reader + + - Full read data + - Cursor read data + - Read by data type + - Xlsx to csv + Wang Jiexin wjx wjx@php.net yes - 2019-10-11 - + 2019-11-21 + - 1.3.1 - 1.3.1 + 1.3.2 + 1.3.2 stable @@ -27,13 +47,17 @@ BSD license -- FEAT freeze panes -- FEAT set font -- Refactor format background +- FEAT display or hide screen and print gridlines. +- FEAT worksheet zoom. +- FEAT data method is written by default from the file header. +- FEAT returns null if the type is specified and the cell is empty. +- FEAT sheet list. +- FEAT xlsx to csv. + @@ -43,6 +67,7 @@ + @@ -229,6 +254,24 @@ + + 2019-10-11 + + + 1.3.1 + 1.3.1 + + + stable + stable + + BSD license + + - FEAT freeze panes + - FEAT set font + - Refactor format background + + 2019-09-25 diff --git a/php_xlswriter.h b/php_xlswriter.h index 2ddf568..7d953e3 100644 --- a/php_xlswriter.h +++ b/php_xlswriter.h @@ -18,7 +18,7 @@ extern zend_module_entry xlswriter_module_entry; #define phpext_xlswriter_ptr &xlswriter_module_entry -#define PHP_XLSWRITER_VERSION "1.3.1" +#define PHP_XLSWRITER_VERSION "1.3.2" #ifdef PHP_WIN32 # define PHP_VTIFUL_API __declspec(dllexport)