From a28a35f30c8afaf09770d11789d983f83025c68a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jun 2026 14:58:27 +0200 Subject: update to 2.0.2 --- PHPINFO | 2 +- REFLECTION | 53 ++++++++++++++++++++++++++++++++++++++++++++++--- php-pecl-xlswriter.spec | 5 ++++- 3 files changed, 55 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index ceabe20..64d1445 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ xlswriter xlswriter support => enabled -Version => 2.0.1 +Version => 2.0.2 bundled libxlsxwriter version => 1.1.6 bundled libxlsxreader version => self-maintained diff --git a/REFLECTION b/REFLECTION index 591f8c7..febd69b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #138 xlswriter version 2.0.1 ] { +Extension [ extension #138 xlswriter version 2.0.2 ] { - Functions { Function [ function xlswriter_get_version ] { @@ -108,7 +108,7 @@ Extension [ extension #138 xlswriter version 2.0.1 ] { Class [ class Vtiful\Kernel\Excel ] { - - Constants [58] { + - Constants [63] { Constant [ public int SKIP_NONE ] { 0 } Constant [ public int SKIP_EMPTY_ROW ] { 1 } Constant [ public int SKIP_HIDDEN_ROW ] { 8 } @@ -163,6 +163,11 @@ Extension [ extension #138 xlswriter version 2.0.1 ] { Constant [ public int COMMENT_DISPLAY_DEFAULT ] { 0 } Constant [ public int COMMENT_DISPLAY_HIDDEN ] { 1 } Constant [ public int COMMENT_DISPLAY_VISIBLE ] { 2 } + Constant [ public int OBJECT_POSITION_DEFAULT ] { 0 } + Constant [ public int OBJECT_MOVE_AND_SIZE ] { 1 } + Constant [ public int OBJECT_MOVE_DONT_SIZE ] { 2 } + Constant [ public int OBJECT_DONT_MOVE_DONT_SIZE ] { 3 } + Constant [ public int OBJECT_MOVE_AND_SIZE_AFTER ] { 4 } Constant [ public int TYPE_INT ] { 2 } Constant [ public int TYPE_DOUBLE ] { 4 } Constant [ public int TYPE_STRING ] { 1 } @@ -208,7 +213,7 @@ Extension [ extension #138 xlswriter version 2.0.1 ] { Property [ private $read_row_type = NULL ] } - - Methods [90] { + - Methods [94] { Method [ public method __construct ] { - Parameters [1] { @@ -365,6 +370,16 @@ Extension [ extension #138 xlswriter version 2.0.1 ] { } } + Method [ public method insertImageOpt ] { + + - Parameters [4] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + Parameter #2 [ $image ] + Parameter #3 [ ?array $options = ] + } + } + Method [ public method insertFormula ] { - Parameters [4] { @@ -375,6 +390,28 @@ Extension [ extension #138 xlswriter version 2.0.1 ] { } } + Method [ public method insertDynamicFormula ] { + + - Parameters [4] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + Parameter #2 [ $formula ] + Parameter #3 [ $format_handle = ] + } + } + + Method [ public method insertDynamicArrayFormula ] { + + - Parameters [6] { + Parameter #0 [ $first_row ] + Parameter #1 [ $first_column ] + Parameter #2 [ $last_row ] + Parameter #3 [ $last_column ] + Parameter #4 [ $formula ] + Parameter #5 [ $format_handle = ] + } + } + Method [ public method insertComment ] { - Parameters [3] { @@ -452,6 +489,16 @@ Extension [ extension #138 xlswriter version 2.0.1 ] { } } + Method [ public method outlineSettings ] { + + - Parameters [4] { + Parameter #0 [ $visible = ] + Parameter #1 [ $below = ] + Parameter #2 [ $right = ] + Parameter #3 [ $auto_style = ] + } + } + Method [ public method freezePanes ] { - Parameters [2] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index be2cde0..f22903e 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,7 +27,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} Summary: An efficient and fast xlsx file extension License: BSD-2-Clause -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -200,6 +200,9 @@ cd .. %changelog +* Wed Jun 3 2026 Remi Collet - 2.0.2-1 +- update to 2.0.2 + * Mon May 25 2026 Remi Collet - 2.0.1-1 - update to 2.0.1 -- cgit