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 --- REFLECTION | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) (limited to 'REFLECTION') 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] { -- cgit