Extension [ extension #173 xlswriter version 1.3.0 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Vtiful\Kernel\Excel ] { - Constants [7] { Constant [ public integer SKIP_NONE ] { 0 } Constant [ public integer SKIP_EMPTY_ROW ] { 1 } Constant [ public integer SKIP_EMPTY_CELLS ] { 2 } Constant [ public integer TYPE_INT ] { 2 } Constant [ public integer TYPE_DOUBLE ] { 4 } Constant [ public integer TYPE_STRING ] { 1 } Constant [ public integer TYPE_TIMESTAMP ] { 8 } } - Static properties [0] { } - Static methods [2] { Method [ static public method columnIndexFromString ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ static public method stringFromColumnIndex ] { - Parameters [1] { Parameter #0 [ $index ] } } } - Properties [3] { Property [ private $config ] Property [ private $fileName ] Property [ private $read_row_type ] } - Methods [25] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ public method fileName ] { - Parameters [2] { Parameter #0 [ $file_name ] Parameter #1 [ $sheet_name ] } } Method [ public method addSheet ] { - Parameters [1] { Parameter #0 [ $sheet_name ] } } Method [ public method checkoutSheet ] { - Parameters [1] { Parameter #0 [ $sheet_name ] } } Method [ public method constMemory ] { - Parameters [2] { Parameter #0 [ $file_name ] Parameter #1 [ $sheet_name ] } } Method [ public method header ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ public method data ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method output ] { } Method [ public method getHandle ] { } Method [ public method autoFilter ] { - Parameters [1] { Parameter #0 [ $range ] } } Method [ public method insertText ] { - Parameters [5] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $data ] Parameter #3 [ $format ] Parameter #4 [ $format_handle ] } } Method [ public method insertDate ] { - Parameters [5] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $timestamp ] Parameter #3 [ $format ] Parameter #4 [ $format_handle ] } } Method [ public method insertChart ] { - Parameters [3] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $chart_resource ] } } Method [ public method insertUrl ] { - Parameters [4] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $url ] Parameter #3 [ $format ] } } Method [ public method insertImage ] { - Parameters [5] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $image ] Parameter #3 [ $width ] Parameter #4 [ $height ] } } Method [ public method insertFormula ] { - Parameters [3] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $formula ] } } Method [ public method mergeCells ] { - Parameters [2] { Parameter #0 [ $range ] Parameter #1 [ $data ] } } Method [ public method setColumn ] { - Parameters [3] { Parameter #0 [ $format_handle ] Parameter #1 [ $range ] Parameter #2 [ $width ] } } Method [ public method setRow ] { - Parameters [3] { Parameter #0 [ $format_handle ] Parameter #1 [ $range ] Parameter #2 [ $height ] } } Method [ public method openFile ] { - Parameters [1] { Parameter #0 [ $zs_file_name ] } } Method [ public method openSheet ] { - Parameters [1] { Parameter #0 [ $zs_sheet_name ] } } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $zv_type_t ] } } Method [ public method getSheetData ] { } Method [ public method nextRow ] { } Method [ public method nextCellCallback ] { - Parameters [2] { Parameter #0 [ $fci ] Parameter #1 [ $sheet_name ] } } } } Class [ class Vtiful\Kernel\Format ] { - Constants [64] { Constant [ public integer UNDERLINE_SINGLE ] { 1 } Constant [ public integer UNDERLINE_DOUBLE ] { 2 } Constant [ public integer UNDERLINE_SINGLE_ACCOUNTING ] { 3 } Constant [ public integer UNDERLINE_DOUBLE_ACCOUNTING ] { 4 } Constant [ public integer FORMAT_ALIGN_LEFT ] { 1 } Constant [ public integer FORMAT_ALIGN_CENTER ] { 2 } Constant [ public integer FORMAT_ALIGN_RIGHT ] { 3 } Constant [ public integer FORMAT_ALIGN_FILL ] { 4 } Constant [ public integer FORMAT_ALIGN_JUSTIFY ] { 5 } Constant [ public integer FORMAT_ALIGN_CENTER_ACROSS ] { 6 } Constant [ public integer FORMAT_ALIGN_DISTRIBUTED ] { 7 } Constant [ public integer FORMAT_ALIGN_VERTICAL_TOP ] { 8 } Constant [ public integer FORMAT_ALIGN_VERTICAL_BOTTOM ] { 9 } Constant [ public integer FORMAT_ALIGN_VERTICAL_CENTER ] { 10 } Constant [ public integer FORMAT_ALIGN_VERTICAL_JUSTIFY ] { 11 } Constant [ public integer FORMAT_ALIGN_VERTICAL_DISTRIBUTED ] { 12 } Constant [ public integer COLOR_BLACK ] { 16777216 } Constant [ public integer COLOR_BLUE ] { 255 } Constant [ public integer COLOR_BROWN ] { 8388608 } Constant [ public integer COLOR_CYAN ] { 65535 } Constant [ public integer COLOR_GRAY ] { 8421504 } Constant [ public integer COLOR_GREEN ] { 32768 } Constant [ public integer COLOR_LIME ] { 65280 } Constant [ public integer COLOR_MAGENTA ] { 16711935 } Constant [ public integer COLOR_NAVY ] { 128 } Constant [ public integer COLOR_ORANGE ] { 16737792 } Constant [ public integer COLOR_PINK ] { 16711935 } Constant [ public integer COLOR_PURPLE ] { 8388736 } Constant [ public integer COLOR_RED ] { 16711680 } Constant [ public integer COLOR_SILVER ] { 12632256 } Constant [ public integer COLOR_WHITE ] { 16777215 } Constant [ public integer COLOR_YELLOW ] { 16776960 } Constant [ public integer PATTERN_NONE ] { 0 } Constant [ public integer PATTERN_SOLID ] { 1 } Constant [ public integer PATTERN_MEDIUM_GRAY ] { 2 } Constant [ public integer PATTERN_DARK_GRAY ] { 3 } Constant [ public integer PATTERN_LIGHT_GRAY ] { 4 } Constant [ public integer PATTERN_DARK_HORIZONTAL ] { 5 } Constant [ public integer PATTERN_DARK_VERTICAL ] { 6 } Constant [ public integer PATTERN_DARK_DOWN ] { 7 } Constant [ public integer PATTERN_DARK_UP ] { 8 } Constant [ public integer PATTERN_DARK_GRID ] { 9 } Constant [ public integer PATTERN_DARK_TRELLIS ] { 10 } Constant [ public integer PATTERN_LIGHT_HORIZONTAL ] { 11 } Constant [ public integer PATTERN_LIGHT_VERTICAL ] { 12 } Constant [ public integer PATTERN_LIGHT_DOWN ] { 13 } Constant [ public integer PATTERN_LIGHT_UP ] { 14 } Constant [ public integer PATTERN_LIGHT_GRID ] { 15 } Constant [ public integer PATTERN_LIGHT_TRELLIS ] { 16 } Constant [ public integer PATTERN_GRAY_125 ] { 17 } Constant [ public integer PATTERN_GRAY_0625 ] { 18 } Constant [ public integer BORDER_THIN ] { 1 } Constant [ public integer BORDER_MEDIUM ] { 2 } Constant [ public integer BORDER_DASHED ] { 3 } Constant [ public integer BORDER_DOTTED ] { 4 } Constant [ public integer BORDER_THICK ] { 5 } Constant [ public integer BORDER_DOUBLE ] { 6 } Constant [ public integer BORDER_HAIR ] { 7 } Constant [ public integer BORDER_MEDIUM_DASHED ] { 8 } Constant [ public integer BORDER_DASH_DOT ] { 9 } Constant [ public integer BORDER_MEDIUM_DASH_DOT ] { 10 } Constant [ public integer BORDER_DASH_DOT_DOT ] { 11 } Constant [ public integer BORDER_MEDIUM_DASH_DOT_DOT ] { 12 } Constant [ public integer BORDER_SLANT_DASH_DOT ] { 13 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $handle ] } } Method [ public method wrap ] { } Method [ public method bold ] { } Method [ public method italic ] { } Method [ public method border ] { - Parameters [1] { Parameter #0 [ $style ] } } Method [ public method align ] { - Parameters [1] { Parameter #0 [ $style ] } } Method [ public method number ] { - Parameters [1] { Parameter #0 [ $format ] } } Method [ public method fontColor ] { - Parameters [1] { Parameter #0 [ $color ] } } Method [ public method fontSize ] { - Parameters [1] { Parameter #0 [ $size ] } } Method [ public method strikeout ] { } Method [ public method underline ] { - Parameters [1] { Parameter #0 [ $style ] } } Method [ public method toResource ] { } Method [ public method background ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $color ] } } } } Class [ class Vtiful\Kernel\Chart ] { - Constants [27] { Constant [ public integer CHART_BAR ] { 4 } Constant [ public integer CHART_BAR_STACKED ] { 5 } Constant [ public integer CHART_BAR_STACKED_PERCENT ] { 6 } Constant [ public integer CHART_AREA ] { 1 } Constant [ public integer CHART_AREA_STACKED ] { 2 } Constant [ public integer CHART_AREA_STACKED_PERCENT ] { 3 } Constant [ public integer CHART_LINE ] { 11 } Constant [ public integer CHART_COLUMN ] { 7 } Constant [ public integer CHART_COLUMN_STACKED ] { 8 } Constant [ public integer CHART_COLUMN_STACKED_PERCENT ] { 9 } Constant [ public integer CHART_DOUGHNUT ] { 10 } Constant [ public integer CHART_PIE ] { 12 } Constant [ public integer CHART_SCATTER ] { 13 } Constant [ public integer CHART_SCATTER_STRAIGHT ] { 14 } Constant [ public integer CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 15 } Constant [ public integer CHART_SCATTER_SMOOTH ] { 16 } Constant [ public integer CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 17 } Constant [ public integer CHART_RADAR ] { 18 } Constant [ public integer CHART_RADAR_WITH_MARKERS ] { 19 } Constant [ public integer CHART_RADAR_FILLED ] { 20 } Constant [ public integer CHART_LEGEND_NONE ] { 0 } Constant [ public integer CHART_LEGEND_RIGHT ] { 1 } Constant [ public integer CHART_LEGEND_LEFT ] { 2 } Constant [ public integer CHART_LEGEND_TOP ] { 3 } Constant [ public integer CHART_LEGEND_BOTTOM ] { 4 } Constant [ public integer CHART_LEGEND_OVERLAY_RIGHT ] { 6 } Constant [ public integer CHART_LEGEND_OVERLAY_LEFT ] { 7 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $handle ] Parameter #1 [ $type ] } } Method [ public method series ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $categories ] } } Method [ public method seriesName ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method style ] { - Parameters [1] { Parameter #0 [ $style ] } } Method [ public method axisNameY ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method axisNameX ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method title ] { - Parameters [1] { Parameter #0 [ $title ] } } Method [ public method legendSetPosition ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method toResource ] { } } } } }