From 94a7aed8f422652a3a6339c4ba131802efe0a364 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Mar 2020 15:17:27 +0100 Subject: update to 1.3.4 build using libxlsxwriter version 0.9.4 build using libxlsxio version 0.2.24-2 --- REFLECTION | 52 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 47 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5b128b4..dbbfdc7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #96 xlswriter version 1.3.3.2 ] { +Extension [ extension #100 xlswriter version 1.3.4 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -60,10 +60,11 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { Class [ class Vtiful\Kernel\Excel ] { - - Constants [11] { + - Constants [12] { Constant [ public int SKIP_NONE ] { 0 } Constant [ public int SKIP_EMPTY_ROW ] { 1 } Constant [ public int SKIP_EMPTY_CELLS ] { 2 } + Constant [ public int SKIP_EMPTY_VALUE ] { 256 } Constant [ public int GRIDLINES_HIDE_ALL ] { 0 } Constant [ public int GRIDLINES_SHOW_ALL ] { 3 } Constant [ public int GRIDLINES_SHOW_PRINT ] { 2 } @@ -139,8 +140,9 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { Method [ public method header ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $header ] + Parameter #1 [ $format_handle ] } } @@ -152,9 +154,15 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method output ] { + + - Parameters [0] { + } } Method [ public method getHandle ] { + + - Parameters [0] { + } } Method [ public method autoFilter ] { @@ -298,20 +306,29 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { Method [ public method putCSV ] { - - Parameters [1] { + - Parameters [4] { Parameter #0 [ $fp ] + Parameter #1 [ $delimiter_str ] + Parameter #2 [ $enclosure_str ] + Parameter #3 [ $escape_str ] } } Method [ public method putCSVCallback ] { - - Parameters [2] { + - Parameters [5] { Parameter #0 [ $callback ] Parameter #1 [ $fp ] + Parameter #2 [ $delimiter_str ] + Parameter #3 [ $enclosure_str ] + Parameter #4 [ $escape_str ] } } Method [ public method sheetList ] { + + - Parameters [0] { + } } Method [ public method setType ] { @@ -322,9 +339,16 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method getSheetData ] { + + - Parameters [0] { + } } Method [ public method nextRow ] { + + - Parameters [1] { + Parameter #0 [ $zv_type_t ] + } } Method [ public method nextCellCallback ] { @@ -424,12 +448,21 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method wrap ] { + + - Parameters [0] { + } } Method [ public method bold ] { + + - Parameters [0] { + } } Method [ public method italic ] { + + - Parameters [0] { + } } Method [ public method border ] { @@ -475,6 +508,9 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method strikeout ] { + + - Parameters [0] { + } } Method [ public method underline ] { @@ -485,6 +521,9 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method toResource ] { + + - Parameters [0] { + } } Method [ public method background ] { @@ -598,6 +637,9 @@ Extension [ extension #96 xlswriter version 1.3.3.2 ] { } Method [ public method toResource ] { + + - Parameters [0] { + } } } } -- cgit