From ffebf487e8ebb820aeaa71f75480e447df777678 Mon Sep 17 00:00:00 2001 From: oleibman Date: Thu, 4 Sep 2025 05:51:07 +0000 Subject: [PATCH] deploy: fd26e45a814e94ae2aad0df757d9d1739c4bf2e0 --- ...hpSpreadsheet-Calculation-Calculation.html | 22 +- ...n-Engine-Operands-StructuredReference.html | 14 +- ...adsheet-Calculation-Information-Value.html | 24 +- ...lation-LookupRef-RowColumnInformation.html | 22 +- .../PhpOffice-PhpSpreadsheet-Cell-Cell.html | 68 +- ...Office-PhpSpreadsheet-Cell-Coordinate.html | 103 +- ...fice-PhpSpreadsheet-Reader-BaseReader.html | 170 +++- .../PhpOffice-PhpSpreadsheet-Reader-Csv.html | 164 +++- ...Office-PhpSpreadsheet-Reader-Gnumeric.html | 162 +++- .../PhpOffice-PhpSpreadsheet-Reader-Html.html | 182 +++- ...pOffice-PhpSpreadsheet-Reader-IReader.html | 132 ++- .../PhpOffice-PhpSpreadsheet-Reader-Ods.html | 180 +++- .../PhpOffice-PhpSpreadsheet-Reader-Slk.html | 170 +++- ...ffice-PhpSpreadsheet-Reader-Xls-Biff5.html | 198 +++- ...ffice-PhpSpreadsheet-Reader-Xls-Biff8.html | 198 +++- ...heet-Reader-Xls-ConditionalFormatting.html | 198 +++- ...sheet-Reader-Xls-DataValidationHelper.html | 198 +++- ...pSpreadsheet-Reader-Xls-ListFunctions.html | 198 +++- ...preadsheet-Reader-Xls-LoadSpreadsheet.html | 198 +++- .../PhpOffice-PhpSpreadsheet-Reader-Xls.html | 198 +++- ...pOffice-PhpSpreadsheet-Reader-XlsBase.html | 170 +++- ...et-Reader-Xlsx-ColumnAndRowAttributes.html | 6 +- ...adsheet-Reader-Xlsx-ConditionalStyles.html | 8 +- .../PhpOffice-PhpSpreadsheet-Reader-Xlsx.html | 164 +++- .../PhpOffice-PhpSpreadsheet-Reader-Xml.html | 190 +++- ...Office-PhpSpreadsheet-ReferenceHelper.html | 50 +- ...ce-PhpSpreadsheet-Shared-StringHelper.html | 131 ++- .../PhpOffice-PhpSpreadsheet-Spreadsheet.html | 106 +-- ...fice-PhpSpreadsheet-Style-Conditional.html | 268 ++++-- ...rmatting-ConditionalFormatValueObject.html | 114 ++- ...ditionalFormatting-ConditionalIconSet.html | 821 ++++++++++++++++ ...e-ConditionalFormatting-IconSetValues.html | 887 ++++++++++++++++++ ...Spreadsheet-Worksheet-ColumnDimension.html | 131 ++- ...hpSpreadsheet-Worksheet-MemoryDrawing.html | 22 +- ...pSpreadsheet-Worksheet-ProtectedRange.html | 65 +- ...ce-PhpSpreadsheet-Worksheet-Worksheet.html | 144 ++- .../PhpOffice-PhpSpreadsheet-Writer-Html.html | 36 +- ...fice-PhpSpreadsheet-Writer-Pdf-Dompdf.html | 171 +++- ...Office-PhpSpreadsheet-Writer-Pdf-Mpdf.html | 34 +- ...ffice-PhpSpreadsheet-Writer-Pdf-Tcpdf.html | 34 +- .../PhpOffice-PhpSpreadsheet-Writer-Pdf.html | 34 +- ...-PhpSpreadsheet-Writer-Xlsx-Worksheet.html | 4 +- .../PhpOffice-PhpSpreadsheet-Writer-Xlsx.html | 226 ++++- ...ditionalformatting-conditionaliconset.html | 273 ++++++ ...e-conditionalformatting-iconsetvalues.html | 273 ++++++ indices/files.html | 2 + js/searchIndex.js | 247 ++++- ...readsheet-style-conditionalformatting.html | 12 +- packages/Application.html | 4 +- reports/markers.html | 42 +- 50 files changed, 6365 insertions(+), 1103 deletions(-) create mode 100644 classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html create mode 100644 classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html create mode 100644 files/src-phpspreadsheet-style-conditionalformatting-conditionaliconset.html create mode 100644 files/src-phpspreadsheet-style-conditionalformatting-iconsetvalues.html diff --git a/classes/PhpOffice-PhpSpreadsheet-Calculation-Calculation.html b/classes/PhpOffice-PhpSpreadsheet-Calculation-Calculation.html index 0e96a0fd6..3a3a54fdf 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Calculation-Calculation.html +++ b/classes/PhpOffice-PhpSpreadsheet-Calculation-Calculation.html @@ -198,7 +198,7 @@
CALCULATION_REGEXP_FUNCTION -  = '@?(?:_xlfn\.)?(?:_xlws\.)?([\p{L}][\p{L}\p{N}\.]*)[\s]*\(' +  = '@?(?:_xlfn\.)?(?:_xlws\.)?((?:__xludf\.)?[\p{L}][\p{L}\p{N}\.]*)[\s]*\('
@@ -1022,7 +1022,7 @@ Retained for backward compatibility. public mixed CALCULATION_REGEXP_FUNCTION - = '@?(?:_xlfn\.)?(?:_xlws\.)?([\p{L}][\p{L}\p{N}\.]*)[\s]*\(' + = '@?(?:_xlfn\.)?(?:_xlws\.)?((?:__xludf\.)?[\p{L}][\p{L}\p{N}\.]*)[\s]*\(' @@ -2126,7 +2126,7 @@ Note that this is read for the locale subdirectory only when requested.

@@ -2656,7 +2656,7 @@ larger should shrink. @@ -2736,7 +2736,7 @@ larger should shrink. @@ -3172,7 +3172,7 @@ larger should shrink. @@ -3448,7 +3448,7 @@ or NULL to create a standalone calculation engine

@@ -3486,7 +3486,7 @@ or NULL to create a standalone calculation engine

@@ -3622,7 +3622,7 @@ or NULL to create a standalone calculation engine

@@ -4229,7 +4229,7 @@ or NULL to create a standalone calculation engine

@@ -4688,7 +4688,7 @@ or NULL to create a standalone calculation engine

diff --git a/classes/PhpOffice-PhpSpreadsheet-Calculation-Engine-Operands-StructuredReference.html b/classes/PhpOffice-PhpSpreadsheet-Calculation-Engine-Operands-StructuredReference.html index 1c1032770..5138d8e3c 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Calculation-Engine-Operands-StructuredReference.html +++ b/classes/PhpOffice-PhpSpreadsheet-Calculation-Engine-Operands-StructuredReference.html @@ -126,7 +126,7 @@ @@ -231,7 +231,7 @@ @@ -276,7 +276,7 @@ @@ -320,7 +320,7 @@ @@ -358,7 +358,7 @@ @@ -420,7 +420,7 @@ @@ -491,7 +491,7 @@ diff --git a/classes/PhpOffice-PhpSpreadsheet-Calculation-Information-Value.html b/classes/PhpOffice-PhpSpreadsheet-Calculation-Information-Value.html index 90fad828c..56b476606 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Calculation-Information-Value.html +++ b/classes/PhpOffice-PhpSpreadsheet-Calculation-Information-Value.html @@ -123,7 +123,7 @@ @@ -301,7 +301,7 @@ @@ -365,7 +365,7 @@ Anything else 0

@@ -422,7 +422,7 @@ with the same dimensions

@@ -479,7 +479,7 @@ with the same dimensions

@@ -539,7 +539,7 @@ with the same dimensions

@@ -596,7 +596,7 @@ with the same dimensions

@@ -653,7 +653,7 @@ with the same dimensions

@@ -710,7 +710,7 @@ with the same dimensions

@@ -767,7 +767,7 @@ with the same dimensions

@@ -825,7 +825,7 @@ with the same dimensions

@@ -882,7 +882,7 @@ with the same dimensions

diff --git a/classes/PhpOffice-PhpSpreadsheet-Calculation-LookupRef-RowColumnInformation.html b/classes/PhpOffice-PhpSpreadsheet-Calculation-LookupRef-RowColumnInformation.html index a1e08f747..0682d55dc 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Calculation-LookupRef-RowColumnInformation.html +++ b/classes/PhpOffice-PhpSpreadsheet-Calculation-LookupRef-RowColumnInformation.html @@ -120,7 +120,7 @@ @@ -157,7 +157,7 @@
COLUMN() -  : int|array<string|int, int> +  : int|array<string|int, int>|string
COLUMN.
@@ -171,7 +171,7 @@
ROW() -  : int|array<string|int, mixed> +  : int|array<string|int, mixed>|string
ROW.
@@ -210,7 +210,7 @@ @@ -218,7 +218,7 @@ public - static COLUMN([null|array<string|int, mixed>|string $cellAddress = null ][, Cell|null $cell = null ]) : int|array<string|int, int> + static COLUMN([null|array<string|int, mixed>|string $cellAddress = null ][, Cell|null $cell = null ]) : int|array<string|int, int>|string
@@ -259,7 +259,7 @@ otherwise this function returns 1.

Return values
- int|array<string|int, int> + int|array<string|int, int>|string
@@ -277,7 +277,7 @@ otherwise this function returns 1.

@@ -337,7 +337,7 @@ for which you want the number of columns

@@ -345,7 +345,7 @@ for which you want the number of columns

public - static ROW([null|array<string|int, array<string|int, mixed>>|string $cellAddress = null ][, Cell|null $cell = null ]) : int|array<string|int, mixed> + static ROW([null|array<string|int, array<string|int, mixed>>|string $cellAddress = null ][, Cell|null $cell = null ]) : int|array<string|int, mixed>|string
@@ -386,7 +386,7 @@ otherwise this function returns 1.

Return values
- int|array<string|int, mixed> + int|array<string|int, mixed>|string
@@ -404,7 +404,7 @@ otherwise this function returns 1.

diff --git a/classes/PhpOffice-PhpSpreadsheet-Cell-Cell.html b/classes/PhpOffice-PhpSpreadsheet-Cell-Cell.html index 561a9d72f..afd9ff0a2 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Cell-Cell.html +++ b/classes/PhpOffice-PhpSpreadsheet-Cell-Cell.html @@ -665,7 +665,7 @@ @@ -774,7 +774,7 @@ @@ -857,7 +857,7 @@ @@ -955,7 +955,7 @@ @@ -1241,7 +1241,7 @@ @@ -1280,7 +1280,7 @@ @@ -1373,7 +1373,7 @@ @@ -1412,7 +1412,7 @@ @@ -1466,7 +1466,7 @@ @@ -1504,7 +1504,7 @@ @@ -1543,7 +1543,7 @@ @@ -1584,7 +1584,7 @@ values used by the formula have changed since it was last calculated.

@@ -1677,7 +1677,7 @@ values used by the formula have changed since it was last calculated.

@@ -1751,7 +1751,7 @@ values used by the formula have changed since it was last calculated.

@@ -1828,7 +1828,7 @@ values used by the formula have changed since it was last calculated.

@@ -1882,7 +1882,7 @@ values used by the formula have changed since it was last calculated.

@@ -1920,7 +1920,7 @@ values used by the formula have changed since it was last calculated.

@@ -1959,7 +1959,7 @@ values used by the formula have changed since it was last calculated.

@@ -2013,7 +2013,7 @@ values used by the formula have changed since it was last calculated.

@@ -2067,7 +2067,7 @@ values used by the formula have changed since it was last calculated.

@@ -2106,7 +2106,7 @@ values used by the formula have changed since it was last calculated.

@@ -2145,7 +2145,7 @@ values used by the formula have changed since it was last calculated.

@@ -2183,7 +2183,7 @@ values used by the formula have changed since it was last calculated.

@@ -2222,7 +2222,7 @@ values used by the formula have changed since it was last calculated.

@@ -2273,7 +2273,7 @@ values used by the formula have changed since it was last calculated.

@@ -2311,7 +2311,7 @@ values used by the formula have changed since it was last calculated.

@@ -2350,7 +2350,7 @@ values used by the formula have changed since it was last calculated.

@@ -2458,7 +2458,7 @@ values used by the formula have changed since it was last calculated.

@@ -2516,7 +2516,7 @@ values used by the formula have changed since it was last calculated.

@@ -2567,7 +2567,7 @@ values used by the formula have changed since it was last calculated.

@@ -2631,7 +2631,7 @@ values used by the formula have changed since it was last calculated.

@@ -2680,7 +2680,7 @@ values used by the formula have changed since it was last calculated.

@@ -2821,7 +2821,7 @@ values used by the formula have changed since it was last calculated.

@@ -2946,7 +2946,7 @@ that you specify.

diff --git a/classes/PhpOffice-PhpSpreadsheet-Cell-Coordinate.html b/classes/PhpOffice-PhpSpreadsheet-Cell-Coordinate.html index 4b0f3003d..d27f31ddf 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Cell-Coordinate.html +++ b/classes/PhpOffice-PhpSpreadsheet-Cell-Coordinate.html @@ -199,6 +199,13 @@ that Excel users are used to, and also match the Excel functions + allRanges() + +  : array<string|int, array<string|int, string>> + +
Split range into coordinate strings, resolving unions and intersections.
+
buildRange() @@ -290,7 +297,8 @@ value will be merged. If the value is an object, it must implement the method g  : array<string|int, array<string|int, string>>
-
Split range into coordinate strings.
+
Split range into coordinate strings, using comma for union +and ignoring intersection (space).
stringFromColumnIndex() @@ -524,6 +532,73 @@ Note that this value can be a row or column reference as well as a cell referenc + +
+

+ allRanges() + + +

+ + +

Split range into coordinate strings, resolving unions and intersections.

+ + + public + static allRanges(string $range[, bool $unionIsComma = true ]) : array<string|int, array<string|int, string>> + +
+
+ + +
Parameters
+
+
+ $range + : string +
+
+

e.g. 'B4:D9' or 'B4:D9,H2:O11' or 'B4'

+
+ +
+
+ $unionIsComma + : bool + = true
+
+

true=comma is union, space is intersection +false=space is union, comma is intersection

+
+ +
+
+ + + + + +
+
Return values
+ array<string|int, array<string|int, string>> + — +

Array containing one or more arrays containing one or two coordinate strings +e.g. ['B4','D9'] or [['B4','D9'], ['H2','O11']] +or ['B4']

+
+ +
+
Coordinate.php : - 170 + 193 @@ -594,7 +669,7 @@ Note that this value can be a row or column reference as well as a cell referenc @@ -704,7 +779,7 @@ Note that this value can be a row or column reference as well as a cell referenc @@ -823,7 +898,7 @@ Note that this value can be a row or column reference as well as a cell referenc @@ -878,7 +953,7 @@ Note that this value can be a row or column reference as well as a cell referenc @@ -989,7 +1064,7 @@ where Start Cell and End Cell are arrays [Column ID, Row Number]

@@ -1051,7 +1126,7 @@ value will be merged. If the value is an object, it must implement the method g @@ -1107,7 +1182,7 @@ where Start Cell and End Cell are arrays (Column Number, Row Number)

@@ -1162,7 +1237,7 @@ where Start Cell and End Cell are arrays (Column Number, Row Number)

@@ -1226,11 +1301,12 @@ Otherwise, return cells and/or cell ranges in that range separated by comma.

-

Split range into coordinate strings.

+

Split range into coordinate strings, using comma for union +and ignoring intersection (space).

public @@ -1283,7 +1359,7 @@ or ['B4']

@@ -1446,6 +1522,7 @@ or ['B4']

Allow external images. Use with caution.
+
+ $createBlankSheetIfNoneRead + +  : bool +
+
Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
+
$fileHandle @@ -352,6 +360,14 @@ possibly without parsing the whole file to a Spreadsheet object.
Allow external images. Use with caution.
+
+ setCreateBlankSheetIfNoneRead() + +  : self +
+
Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
+
setIgnoreRowsWithNoCells() @@ -490,6 +506,46 @@ can subject the caller to security exploits.

+ +
+

+ $createBlankSheetIfNoneRead + + + + +

+ + +

Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

+ + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
BaseReader.php : - 63 + 69 @@ -752,7 +808,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -791,7 +847,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -829,7 +885,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -872,7 +928,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -906,7 +962,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -944,7 +1000,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -982,7 +1038,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1025,7 +1081,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -1066,7 +1122,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1109,7 +1165,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1151,7 +1207,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1190,7 +1246,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1228,7 +1284,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1266,7 +1322,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1304,7 +1360,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1353,7 +1409,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1406,7 +1462,7 @@ they can override this method.

@@ -1468,7 +1524,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1500,6 +1556,56 @@ can subject the caller to security exploits.

+
+
Return values
+ self +
+ +
+
+

+ setCreateBlankSheetIfNoneRead() + + +

+ + +

Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

+ + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
+
+ + +
Parameters
+
+
+ $createBlankSheetIfNoneRead + : bool +
+
+ +
+
+ + + + +
Return values
self @@ -1520,7 +1626,7 @@ can subject the caller to security exploits.

@@ -1568,7 +1674,7 @@ can subject the caller to security exploits.

@@ -1621,7 +1727,7 @@ Set to false (the default) to discard charts.

@@ -1661,7 +1767,7 @@ Set to false (the default) to discard charts.

@@ -1710,7 +1816,7 @@ Set to false (the default) to discard charts.

@@ -1763,7 +1869,7 @@ Set to false (the default) to discard charts.

@@ -1815,7 +1921,7 @@ Set to false (the default) to discard charts.

@@ -1864,7 +1970,7 @@ Set to false (the default) to discard charts.

@@ -1912,7 +2018,7 @@ Set to false (the default) to discard charts.

@@ -1960,7 +2066,7 @@ Set to false (the default) to discard charts.

@@ -1998,7 +2104,7 @@ Set to false (the default) to discard charts.

@@ -2043,7 +2149,7 @@ Set to false (the default) to discard charts.

@@ -2189,6 +2295,7 @@ Set to false (the default) to discard charts.

  • +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $fileHandle @@ -578,6 +586,14 @@ possibly without parsing the whole file to a Spreadsheet object.  : self
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setDelimiter() @@ -1366,6 +1382,46 @@ can subject the caller to security exploits.

    + +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -1666,7 +1722,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1705,7 +1761,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1743,7 +1799,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -2004,7 +2060,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -2280,7 +2336,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -2318,7 +2374,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -2399,7 +2455,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -2478,7 +2534,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2521,7 +2577,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2563,7 +2619,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2602,7 +2658,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2640,7 +2696,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2716,7 +2772,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2913,7 +2969,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2966,7 +3022,7 @@ they can override this method.

    @@ -3133,7 +3189,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -3261,6 +3317,56 @@ and it should return void.

    +
    +
    Return values
    + self +
    + +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -3484,7 +3590,7 @@ a migration path.

    @@ -3532,7 +3638,7 @@ a migration path.

    @@ -3633,7 +3739,7 @@ Set to false (the default) to discard charts.

    @@ -3673,7 +3779,7 @@ Set to false (the default) to discard charts.

    @@ -3770,7 +3876,7 @@ Set to false (the default) to discard charts.

    @@ -3823,7 +3929,7 @@ Set to false (the default) to discard charts.

    @@ -3875,7 +3981,7 @@ Set to false (the default) to discard charts.

    @@ -4068,7 +4174,7 @@ Set to false (the default) to discard charts.

    @@ -4235,7 +4341,7 @@ Set to false (the default) to discard charts.

    @@ -4273,7 +4379,7 @@ Set to false (the default) to discard charts.

    @@ -4318,7 +4424,7 @@ Set to false (the default) to discard charts.

    @@ -4523,6 +4629,7 @@ Set to false (the default) to discard charts.

    Allow external images. Use with caution.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $fileHandle @@ -430,6 +438,14 @@ Returns either an array of worksheet names (the list of worksheets that should b
    Allow external images. Use with caution.
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setIgnoreRowsWithNoCells() @@ -902,6 +918,46 @@ can subject the caller to security exploits.

    + +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -1164,7 +1220,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1203,7 +1259,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1241,7 +1297,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1368,7 +1424,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1406,7 +1462,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1444,7 +1500,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1487,7 +1543,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -1528,7 +1584,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1571,7 +1627,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1613,7 +1669,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1652,7 +1708,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1690,7 +1746,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1728,7 +1784,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1902,7 +1958,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2020,7 +2076,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -2052,6 +2108,56 @@ can subject the caller to security exploits.

    +
    +
    Return values
    + self +
    + +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -2072,7 +2178,7 @@ can subject the caller to security exploits.

    @@ -2120,7 +2226,7 @@ can subject the caller to security exploits.

    @@ -2173,7 +2279,7 @@ Set to false (the default) to discard charts.

    @@ -2213,7 +2319,7 @@ Set to false (the default) to discard charts.

    @@ -2262,7 +2368,7 @@ Set to false (the default) to discard charts.

    @@ -2315,7 +2421,7 @@ Set to false (the default) to discard charts.

    @@ -2367,7 +2473,7 @@ Set to false (the default) to discard charts.

    @@ -2416,7 +2522,7 @@ Set to false (the default) to discard charts.

    @@ -2513,7 +2619,7 @@ Set to false (the default) to discard charts.

    @@ -2551,7 +2657,7 @@ Set to false (the default) to discard charts.

    @@ -2596,7 +2702,7 @@ Set to false (the default) to discard charts.

    @@ -2758,6 +2864,7 @@ Set to false (the default) to discard charts.

    Allow external images. Use with caution.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $dataArray @@ -484,6 +492,14 @@ possibly without parsing the whole file to a Spreadsheet object.
    Allow external images. Use with caution.
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setIgnoreRowsWithNoCells() @@ -749,6 +765,46 @@ can subject the caller to security exploits.

    + +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -1128,7 +1184,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1205,7 +1261,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1320,7 +1376,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1447,7 +1503,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1485,7 +1541,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1523,7 +1579,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1572,7 +1628,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1610,7 +1666,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1653,7 +1709,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -1694,7 +1750,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1737,7 +1793,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1779,7 +1835,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1818,7 +1874,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1856,7 +1912,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1894,7 +1950,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1933,7 +1989,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1982,7 +2038,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2020,7 +2076,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2069,7 +2125,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -2122,7 +2178,7 @@ they can override this method.

    @@ -2184,7 +2240,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -2240,7 +2296,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -2345,7 +2401,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -2377,6 +2433,56 @@ can subject the caller to security exploits.

    +
    +
    Return values
    + self +
    + +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -2397,7 +2503,7 @@ can subject the caller to security exploits.

    @@ -2445,7 +2551,7 @@ can subject the caller to security exploits.

    @@ -2498,7 +2604,7 @@ Set to false (the default) to discard charts.

    @@ -2538,7 +2644,7 @@ Set to false (the default) to discard charts.

    @@ -2587,7 +2693,7 @@ Set to false (the default) to discard charts.

    @@ -2640,7 +2746,7 @@ Set to false (the default) to discard charts.

    @@ -2692,7 +2798,7 @@ Set to false (the default) to discard charts.

    @@ -2741,7 +2847,7 @@ Set to false (the default) to discard charts.

    @@ -2792,7 +2898,7 @@ Set to false (the default) to discard charts.

    @@ -2967,7 +3073,7 @@ Set to false (the default) to discard charts.

    @@ -3005,7 +3111,7 @@ Set to false (the default) to discard charts.

    @@ -3050,7 +3156,7 @@ Set to false (the default) to discard charts.

    @@ -3122,7 +3228,7 @@ Set to false (the default) to discard charts.

    @@ -3362,6 +3468,7 @@ Set to false (the default) to discard charts.

  • Allow external images. Use with caution.
    +
    + CREATE_BLANK_SHEET_IF_NONE_READ + +  = 64 +
    +
    DONT_ALLOW_EXTERNAL_IMAGES @@ -266,6 +272,14 @@ Returns either an array of worksheet names (the list of worksheets that should b
    Allow external images. Use with caution.
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setIncludeCharts() @@ -359,6 +373,37 @@ can subject the caller to security exploits.

    + +
    +

    + CREATE_BLANK_SHEET_IF_NONE_READ + + +

    + + + + + + + public + mixed + CREATE_BLANK_SHEET_IF_NONE_READ + = 64 + + + + + + + + +

    @@ -548,7 +593,7 @@ This can heavily improve performance for some files.

    @@ -582,7 +627,7 @@ This can heavily improve performance for some files.

    @@ -631,7 +676,7 @@ This can heavily improve performance for some files.

    @@ -669,7 +714,7 @@ This can heavily improve performance for some files.

    @@ -712,7 +757,7 @@ If false (the default) it will ignore any charts defined in the workbook file. IReader.php : - 110 + 112 @@ -753,7 +798,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -796,7 +841,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -838,7 +883,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -877,7 +922,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -914,7 +959,8 @@ self::IGNORE_EMPTY_CELLS Don't read empty cells (cells that contain a null valu empty string, or a string containing only whitespace characters) self::IGNORE_ROWS_WITH_NO_CELLS Don't load any rows that contain no cells. self::ALLOW_EXTERNAL_IMAGES Attempt to fetch images stored outside the spreadsheet. -self::DONT_ALLOW_EXTERNAL_IMAGES Don't attempt to fetch images stored outside the spreadsheet.

    +self::DONT_ALLOW_EXTERNAL_IMAGES Don't attempt to fetch images stored outside the spreadsheet. +self::CREATE_BLANK_SHEET_IF_NONE_READ If no sheets are read, create a blank one.

    @@ -944,7 +990,7 @@ self::DONT_ALLOW_EXTERNAL_IMAGES Don't attempt to fetch images stored outside @@ -976,6 +1022,56 @@ can subject the caller to security exploits.

    +
    +
    Return values
    + self +
    + +

    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -996,7 +1092,7 @@ can subject the caller to security exploits.

    @@ -1049,7 +1145,7 @@ Set to false (the default) to discard charts.

    @@ -1089,7 +1185,7 @@ Set to false (the default) to discard charts.

    @@ -1142,7 +1238,7 @@ read all worksheets in the workbook

    @@ -1195,7 +1291,7 @@ read all worksheets in the workbook

    @@ -1247,7 +1343,7 @@ read all worksheets in the workbook

    @@ -1406,6 +1502,7 @@ read all worksheets in the workbook

  • getReadFilter()
  • load()
  • setAllowExternalImages()
  • +
  • setCreateBlankSheetIfNoneRead()
  • setIncludeCharts()
  • setLoadAllSheets()
  • setLoadSheetsOnly()
  • @@ -1419,6 +1516,7 @@ read all worksheets in the workbook

  • Allow external images. Use with caution.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $fileHandle @@ -370,6 +378,14 @@ Returns either an array of worksheet names (the list of worksheets that should b
    Allow external images. Use with caution.
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setIgnoreRowsWithNoCells() @@ -483,7 +499,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -554,6 +570,46 @@ can subject the caller to security exploits.

    + +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -816,7 +872,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -855,7 +911,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -893,7 +949,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -936,7 +992,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -971,7 +1027,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1020,7 +1076,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1058,7 +1114,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1096,7 +1152,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1139,7 +1195,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -1180,7 +1236,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1223,7 +1279,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1265,7 +1321,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1304,7 +1360,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1342,7 +1398,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1380,7 +1436,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1418,7 +1474,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1467,7 +1523,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1516,7 +1572,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1578,7 +1634,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1634,7 +1690,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1666,6 +1722,56 @@ can subject the caller to security exploits.

    +
    +
    Return values
    + self +
    + +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -1686,7 +1792,7 @@ can subject the caller to security exploits.

    @@ -1734,7 +1840,7 @@ can subject the caller to security exploits.

    @@ -1787,7 +1893,7 @@ Set to false (the default) to discard charts.

    @@ -1827,7 +1933,7 @@ Set to false (the default) to discard charts.

    @@ -1876,7 +1982,7 @@ Set to false (the default) to discard charts.

    @@ -1929,7 +2035,7 @@ Set to false (the default) to discard charts.

    @@ -1981,7 +2087,7 @@ Set to false (the default) to discard charts.

    @@ -2030,7 +2136,7 @@ Set to false (the default) to discard charts.

    @@ -2078,7 +2184,7 @@ Set to false (the default) to discard charts.

    @@ -2127,7 +2233,7 @@ Set to false (the default) to discard charts.

    @@ -2165,7 +2271,7 @@ Set to false (the default) to discard charts.

    @@ -2210,7 +2316,7 @@ Set to false (the default) to discard charts.

    @@ -2254,7 +2360,7 @@ Set to false (the default) to discard charts.

    @@ -2412,6 +2518,7 @@ Set to false (the default) to discard charts.

  • Allow external images. Use with caution.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $fileHandle @@ -365,6 +373,14 @@ possibly without parsing the whole file to a Spreadsheet object.
    Allow external images. Use with caution.
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setIgnoreRowsWithNoCells() @@ -511,6 +527,46 @@ can subject the caller to security exploits.

    + +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -773,7 +829,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -812,7 +868,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -850,7 +906,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -977,7 +1033,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1015,7 +1071,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1053,7 +1109,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1096,7 +1152,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -1137,7 +1193,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1180,7 +1236,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1222,7 +1278,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1261,7 +1317,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1299,7 +1355,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1337,7 +1393,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1376,7 +1432,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1463,7 +1519,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1516,7 +1572,7 @@ they can override this method.

    @@ -1578,7 +1634,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1634,7 +1690,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1666,6 +1722,56 @@ can subject the caller to security exploits.

    +
    +
    Return values
    + self +
    + +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -1686,7 +1792,7 @@ can subject the caller to security exploits.

    @@ -1734,7 +1840,7 @@ can subject the caller to security exploits.

    @@ -1787,7 +1893,7 @@ Set to false (the default) to discard charts.

    @@ -1827,7 +1933,7 @@ Set to false (the default) to discard charts.

    @@ -1876,7 +1982,7 @@ Set to false (the default) to discard charts.

    @@ -1929,7 +2035,7 @@ Set to false (the default) to discard charts.

    @@ -1981,7 +2087,7 @@ Set to false (the default) to discard charts.

    @@ -2030,7 +2136,7 @@ Set to false (the default) to discard charts.

    @@ -2081,7 +2187,7 @@ Set to false (the default) to discard charts.

    @@ -2178,7 +2284,7 @@ Set to false (the default) to discard charts.

    @@ -2216,7 +2322,7 @@ Set to false (the default) to discard charts.

    @@ -2261,7 +2367,7 @@ Set to false (the default) to discard charts.

    @@ -2407,6 +2513,7 @@ Set to false (the default) to discard charts.

  • +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -6121,7 +6177,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6199,7 +6255,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6549,7 +6605,7 @@ refers to a shared formula.

    @@ -6670,7 +6726,7 @@ refers to a shared formula.

    @@ -6753,7 +6809,7 @@ refers to a shared formula.

    @@ -6829,7 +6885,7 @@ refers to a shared formula.

    @@ -6867,7 +6923,7 @@ refers to a shared formula.

    @@ -7022,7 +7078,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -7063,7 +7119,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -7120,7 +7176,7 @@ which satisfies Phpstan.

    @@ -7163,7 +7219,7 @@ which satisfies Phpstan.

    @@ -7205,7 +7261,7 @@ which satisfies Phpstan.

    @@ -7244,7 +7300,7 @@ which satisfies Phpstan.

    @@ -7282,7 +7338,7 @@ which satisfies Phpstan.

    @@ -7376,7 +7432,7 @@ which satisfies Phpstan.

    @@ -7414,7 +7470,7 @@ which satisfies Phpstan.

    @@ -7550,7 +7606,7 @@ which satisfies Phpstan.

    @@ -7713,7 +7769,7 @@ section 2.5.15.

    @@ -7794,6 +7850,56 @@ can subject the caller to security exploits.

    +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    +
    BaseReader.php : - 103 + 109 @@ -7905,7 +8011,7 @@ can subject the caller to security exploits.

    @@ -7958,7 +8064,7 @@ Set to false (the default) to discard charts.

    @@ -7998,7 +8104,7 @@ Set to false (the default) to discard charts.

    @@ -8047,7 +8153,7 @@ Set to false (the default) to discard charts.

    @@ -8100,7 +8206,7 @@ Set to false (the default) to discard charts.

    @@ -8152,7 +8258,7 @@ Set to false (the default) to discard charts.

    @@ -8201,7 +8307,7 @@ Set to false (the default) to discard charts.

    @@ -8405,7 +8511,7 @@ Set to false (the default) to discard charts.

    @@ -8611,7 +8717,7 @@ Set to false (the default) to discard charts.

    @@ -8649,7 +8755,7 @@ Set to false (the default) to discard charts.

    @@ -8694,7 +8800,7 @@ Set to false (the default) to discard charts.

    @@ -8742,7 +8848,7 @@ Set to false (the default) to discard charts.

    @@ -8931,7 +9037,7 @@ Excel File Format"

    @@ -8981,7 +9087,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9031,7 +9137,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9087,7 +9193,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9206,7 +9312,7 @@ Excel File Format"

    @@ -9244,7 +9350,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9279,7 +9385,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9948,7 +10054,7 @@ Excel File Format"

    @@ -10101,7 +10207,7 @@ Excel File Format"

    @@ -10683,7 +10789,7 @@ Excel File Format"

    @@ -11154,7 +11260,7 @@ Excel File Format"

    @@ -11224,7 +11330,7 @@ Excel File Format"

    @@ -11259,7 +11365,7 @@ Excel File Format"

    @@ -12184,6 +12290,7 @@ Excel File Format"

  • $baseCell
  • $cellNotes
  • $codepage
  • +
  • $createBlankSheetIfNoneRead
  • $data
  • $dataSize
  • $definedname
  • @@ -12258,6 +12365,7 @@ Excel File Format"

  • readBIFF5CellRangeAddressList()
  • setAllowExternalImages()
  • setCodepage()
  • +
  • setCreateBlankSheetIfNoneRead()
  • setEncryptionPassword()
  • setIgnoreRowsWithNoCells()
  • setIncludeCharts()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-Biff8.html b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-Biff8.html index 4fdc4e626..02e673a65 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-Biff8.html +++ b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-Biff8.html @@ -757,6 +757,14 @@
    Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE'.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $data @@ -1235,6 +1243,14 @@ section 2.5.15.  : void
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setEncryptionPassword() @@ -5007,6 +5023,46 @@ For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE +
    +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -6165,7 +6221,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6243,7 +6299,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6593,7 +6649,7 @@ refers to a shared formula.

    @@ -6714,7 +6770,7 @@ refers to a shared formula.

    @@ -6797,7 +6853,7 @@ refers to a shared formula.

    @@ -6873,7 +6929,7 @@ refers to a shared formula.

    @@ -6911,7 +6967,7 @@ refers to a shared formula.

    @@ -7066,7 +7122,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -7107,7 +7163,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -7164,7 +7220,7 @@ which satisfies Phpstan.

    @@ -7207,7 +7263,7 @@ which satisfies Phpstan.

    @@ -7249,7 +7305,7 @@ which satisfies Phpstan.

    @@ -7288,7 +7344,7 @@ which satisfies Phpstan.

    @@ -7326,7 +7382,7 @@ which satisfies Phpstan.

    @@ -7420,7 +7476,7 @@ which satisfies Phpstan.

    @@ -7458,7 +7514,7 @@ which satisfies Phpstan.

    @@ -7594,7 +7650,7 @@ which satisfies Phpstan.

    @@ -7706,7 +7762,7 @@ section 2.5.15.

    @@ -7787,6 +7843,56 @@ can subject the caller to security exploits.

    +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    +
    BaseReader.php : - 103 + 109 @@ -7898,7 +8004,7 @@ can subject the caller to security exploits.

    @@ -7951,7 +8057,7 @@ Set to false (the default) to discard charts.

    @@ -7991,7 +8097,7 @@ Set to false (the default) to discard charts.

    @@ -8040,7 +8146,7 @@ Set to false (the default) to discard charts.

    @@ -8093,7 +8199,7 @@ Set to false (the default) to discard charts.

    @@ -8145,7 +8251,7 @@ Set to false (the default) to discard charts.

    @@ -8194,7 +8300,7 @@ Set to false (the default) to discard charts.

    @@ -8398,7 +8504,7 @@ Set to false (the default) to discard charts.

    @@ -8604,7 +8710,7 @@ Set to false (the default) to discard charts.

    @@ -8642,7 +8748,7 @@ Set to false (the default) to discard charts.

    @@ -8687,7 +8793,7 @@ Set to false (the default) to discard charts.

    @@ -8735,7 +8841,7 @@ Set to false (the default) to discard charts.

    @@ -9251,7 +9357,7 @@ Excel File Format"

    @@ -9301,7 +9407,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9351,7 +9457,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9407,7 +9513,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9526,7 +9632,7 @@ Excel File Format"

    @@ -9564,7 +9670,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9599,7 +9705,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -10268,7 +10374,7 @@ Excel File Format"

    @@ -10421,7 +10527,7 @@ Excel File Format"

    @@ -11003,7 +11109,7 @@ Excel File Format"

    @@ -11474,7 +11580,7 @@ Excel File Format"

    @@ -11544,7 +11650,7 @@ Excel File Format"

    @@ -11579,7 +11685,7 @@ Excel File Format"

    @@ -12504,6 +12610,7 @@ Excel File Format"

  • $baseCell
  • $cellNotes
  • $codepage
  • +
  • $createBlankSheetIfNoneRead
  • $data
  • $dataSize
  • $definedname
  • @@ -12577,6 +12684,7 @@ Excel File Format"

  • readBIFF8CellRangeAddressList()
  • setAllowExternalImages()
  • setCodepage()
  • +
  • setCreateBlankSheetIfNoneRead()
  • setEncryptionPassword()
  • setIgnoreRowsWithNoCells()
  • setIncludeCharts()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-ConditionalFormatting.html b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-ConditionalFormatting.html index d27c4c882..0a54a4bf8 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-ConditionalFormatting.html +++ b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-ConditionalFormatting.html @@ -757,6 +757,14 @@
    Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE'.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $data @@ -1233,6 +1241,14 @@ Returns either an array of worksheet names (the list of worksheets that should b  : void
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setEncryptionPassword() @@ -4971,6 +4987,46 @@ For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE +
    +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -6129,7 +6185,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6207,7 +6263,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6557,7 +6613,7 @@ refers to a shared formula.

    @@ -6678,7 +6734,7 @@ refers to a shared formula.

    @@ -6761,7 +6817,7 @@ refers to a shared formula.

    @@ -6837,7 +6893,7 @@ refers to a shared formula.

    @@ -6875,7 +6931,7 @@ refers to a shared formula.

    @@ -7030,7 +7086,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -7071,7 +7127,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -7128,7 +7184,7 @@ which satisfies Phpstan.

    @@ -7171,7 +7227,7 @@ which satisfies Phpstan.

    @@ -7213,7 +7269,7 @@ which satisfies Phpstan.

    @@ -7252,7 +7308,7 @@ which satisfies Phpstan.

    @@ -7290,7 +7346,7 @@ which satisfies Phpstan.

    @@ -7384,7 +7440,7 @@ which satisfies Phpstan.

    @@ -7422,7 +7478,7 @@ which satisfies Phpstan.

    @@ -7558,7 +7614,7 @@ which satisfies Phpstan.

    @@ -7668,7 +7724,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -7749,6 +7805,56 @@ can subject the caller to security exploits.

    +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    +
    BaseReader.php : - 103 + 109 @@ -7860,7 +7966,7 @@ can subject the caller to security exploits.

    @@ -7913,7 +8019,7 @@ Set to false (the default) to discard charts.

    @@ -7953,7 +8059,7 @@ Set to false (the default) to discard charts.

    @@ -8002,7 +8108,7 @@ Set to false (the default) to discard charts.

    @@ -8055,7 +8161,7 @@ Set to false (the default) to discard charts.

    @@ -8107,7 +8213,7 @@ Set to false (the default) to discard charts.

    @@ -8156,7 +8262,7 @@ Set to false (the default) to discard charts.

    @@ -8408,7 +8514,7 @@ Set to false (the default) to discard charts.

    @@ -8614,7 +8720,7 @@ Set to false (the default) to discard charts.

    @@ -8652,7 +8758,7 @@ Set to false (the default) to discard charts.

    @@ -8697,7 +8803,7 @@ Set to false (the default) to discard charts.

    @@ -8745,7 +8851,7 @@ Set to false (the default) to discard charts.

    @@ -8934,7 +9040,7 @@ Excel File Format"

    @@ -8984,7 +9090,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9034,7 +9140,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9156,7 +9262,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9326,7 +9432,7 @@ Excel File Format"

    @@ -9364,7 +9470,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9399,7 +9505,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -10068,7 +10174,7 @@ Excel File Format"

    @@ -10221,7 +10327,7 @@ Excel File Format"

    @@ -10803,7 +10909,7 @@ Excel File Format"

    @@ -11274,7 +11380,7 @@ Excel File Format"

    @@ -11344,7 +11450,7 @@ Excel File Format"

    @@ -11379,7 +11485,7 @@ Excel File Format"

    @@ -12304,6 +12410,7 @@ Excel File Format"

  • $baseCell
  • $cellNotes
  • $codepage
  • +
  • $createBlankSheetIfNoneRead
  • $data
  • $dataSize
  • $definedname
  • @@ -12377,6 +12484,7 @@ Excel File Format"

  • operator()
  • setAllowExternalImages()
  • setCodepage()
  • +
  • setCreateBlankSheetIfNoneRead()
  • setEncryptionPassword()
  • setIgnoreRowsWithNoCells()
  • setIncludeCharts()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-DataValidationHelper.html b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-DataValidationHelper.html index 1996a8b9e..8ab68dae7 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-DataValidationHelper.html +++ b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-DataValidationHelper.html @@ -757,6 +757,14 @@
    Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE'.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $data @@ -1239,6 +1247,14 @@ Returns either an array of worksheet names (the list of worksheets that should b  : void
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setEncryptionPassword() @@ -4971,6 +4987,46 @@ For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE +
    +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -6129,7 +6185,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6207,7 +6263,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6557,7 +6613,7 @@ refers to a shared formula.

    @@ -6678,7 +6734,7 @@ refers to a shared formula.

    @@ -6809,7 +6865,7 @@ refers to a shared formula.

    @@ -6885,7 +6941,7 @@ refers to a shared formula.

    @@ -6923,7 +6979,7 @@ refers to a shared formula.

    @@ -7078,7 +7134,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -7119,7 +7175,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -7176,7 +7232,7 @@ which satisfies Phpstan.

    @@ -7219,7 +7275,7 @@ which satisfies Phpstan.

    @@ -7261,7 +7317,7 @@ which satisfies Phpstan.

    @@ -7300,7 +7356,7 @@ which satisfies Phpstan.

    @@ -7338,7 +7394,7 @@ which satisfies Phpstan.

    @@ -7432,7 +7488,7 @@ which satisfies Phpstan.

    @@ -7470,7 +7526,7 @@ which satisfies Phpstan.

    @@ -7606,7 +7662,7 @@ which satisfies Phpstan.

    @@ -7716,7 +7772,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -7797,6 +7853,56 @@ can subject the caller to security exploits.

    +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    +
    BaseReader.php : - 103 + 109 @@ -7908,7 +8014,7 @@ can subject the caller to security exploits.

    @@ -7961,7 +8067,7 @@ Set to false (the default) to discard charts.

    @@ -8001,7 +8107,7 @@ Set to false (the default) to discard charts.

    @@ -8050,7 +8156,7 @@ Set to false (the default) to discard charts.

    @@ -8103,7 +8209,7 @@ Set to false (the default) to discard charts.

    @@ -8155,7 +8261,7 @@ Set to false (the default) to discard charts.

    @@ -8204,7 +8310,7 @@ Set to false (the default) to discard charts.

    @@ -8456,7 +8562,7 @@ Set to false (the default) to discard charts.

    @@ -8662,7 +8768,7 @@ Set to false (the default) to discard charts.

    @@ -8700,7 +8806,7 @@ Set to false (the default) to discard charts.

    @@ -8745,7 +8851,7 @@ Set to false (the default) to discard charts.

    @@ -8793,7 +8899,7 @@ Set to false (the default) to discard charts.

    @@ -8982,7 +9088,7 @@ Excel File Format"

    @@ -9032,7 +9138,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9082,7 +9188,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9138,7 +9244,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9257,7 +9363,7 @@ Excel File Format"

    @@ -9295,7 +9401,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9375,7 +9481,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -10044,7 +10150,7 @@ Excel File Format"

    @@ -10197,7 +10303,7 @@ Excel File Format"

    @@ -10779,7 +10885,7 @@ Excel File Format"

    @@ -11250,7 +11356,7 @@ Excel File Format"

    @@ -11320,7 +11426,7 @@ Excel File Format"

    @@ -11355,7 +11461,7 @@ Excel File Format"

    @@ -12280,6 +12386,7 @@ Excel File Format"

  • $baseCell
  • $cellNotes
  • $codepage
  • +
  • $createBlankSheetIfNoneRead
  • $data
  • $dataSize
  • $definedname
  • @@ -12354,6 +12461,7 @@ Excel File Format"

  • operator()
  • setAllowExternalImages()
  • setCodepage()
  • +
  • setCreateBlankSheetIfNoneRead()
  • setEncryptionPassword()
  • setIgnoreRowsWithNoCells()
  • setIncludeCharts()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-ListFunctions.html b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-ListFunctions.html index 6ee5fab5f..c65e28363 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-ListFunctions.html +++ b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-ListFunctions.html @@ -757,6 +757,14 @@
    Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE'.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $data @@ -1227,6 +1235,14 @@ Returns either an array of worksheet names (the list of worksheets that should b  : void
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setEncryptionPassword() @@ -4960,6 +4976,46 @@ For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE +
    +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -6118,7 +6174,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6196,7 +6252,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6546,7 +6602,7 @@ refers to a shared formula.

    @@ -6667,7 +6723,7 @@ refers to a shared formula.

    @@ -6750,7 +6806,7 @@ refers to a shared formula.

    @@ -6826,7 +6882,7 @@ refers to a shared formula.

    @@ -6864,7 +6920,7 @@ refers to a shared formula.

    @@ -7019,7 +7075,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -7060,7 +7116,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -7117,7 +7173,7 @@ which satisfies Phpstan.

    @@ -7160,7 +7216,7 @@ which satisfies Phpstan.

    @@ -7202,7 +7258,7 @@ which satisfies Phpstan.

    @@ -7241,7 +7297,7 @@ which satisfies Phpstan.

    @@ -7279,7 +7335,7 @@ which satisfies Phpstan.

    @@ -7373,7 +7429,7 @@ which satisfies Phpstan.

    @@ -7411,7 +7467,7 @@ which satisfies Phpstan.

    @@ -7547,7 +7603,7 @@ which satisfies Phpstan.

    @@ -7609,7 +7665,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -7690,6 +7746,56 @@ can subject the caller to security exploits.

    +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    +
    BaseReader.php : - 103 + 109 @@ -7801,7 +7907,7 @@ can subject the caller to security exploits.

    @@ -7854,7 +7960,7 @@ Set to false (the default) to discard charts.

    @@ -7894,7 +8000,7 @@ Set to false (the default) to discard charts.

    @@ -7943,7 +8049,7 @@ Set to false (the default) to discard charts.

    @@ -7996,7 +8102,7 @@ Set to false (the default) to discard charts.

    @@ -8048,7 +8154,7 @@ Set to false (the default) to discard charts.

    @@ -8097,7 +8203,7 @@ Set to false (the default) to discard charts.

    @@ -8301,7 +8407,7 @@ Set to false (the default) to discard charts.

    @@ -8619,7 +8725,7 @@ Set to false (the default) to discard charts.

    @@ -8657,7 +8763,7 @@ Set to false (the default) to discard charts.

    @@ -8702,7 +8808,7 @@ Set to false (the default) to discard charts.

    @@ -8750,7 +8856,7 @@ Set to false (the default) to discard charts.

    @@ -8939,7 +9045,7 @@ Excel File Format"

    @@ -8989,7 +9095,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9039,7 +9145,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9095,7 +9201,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9214,7 +9320,7 @@ Excel File Format"

    @@ -9252,7 +9358,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9287,7 +9393,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9956,7 +10062,7 @@ Excel File Format"

    @@ -10109,7 +10215,7 @@ Excel File Format"

    @@ -10691,7 +10797,7 @@ Excel File Format"

    @@ -11162,7 +11268,7 @@ Excel File Format"

    @@ -11232,7 +11338,7 @@ Excel File Format"

    @@ -11267,7 +11373,7 @@ Excel File Format"

    @@ -12192,6 +12298,7 @@ Excel File Format"

  • $baseCell
  • $cellNotes
  • $codepage
  • +
  • $createBlankSheetIfNoneRead
  • $data
  • $dataSize
  • $definedname
  • @@ -12264,6 +12371,7 @@ Excel File Format"

  • load()
  • setAllowExternalImages()
  • setCodepage()
  • +
  • setCreateBlankSheetIfNoneRead()
  • setEncryptionPassword()
  • setIgnoreRowsWithNoCells()
  • setIncludeCharts()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-LoadSpreadsheet.html b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-LoadSpreadsheet.html index 4d68b17a2..bf61fd280 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-LoadSpreadsheet.html +++ b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls-LoadSpreadsheet.html @@ -757,6 +757,14 @@
    Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE'.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $data @@ -1227,6 +1235,14 @@ Returns either an array of worksheet names (the list of worksheets that should b  : void
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setEncryptionPassword() @@ -4953,6 +4969,46 @@ For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE +
    +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -6111,7 +6167,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6189,7 +6245,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6539,7 +6595,7 @@ refers to a shared formula.

    @@ -6660,7 +6716,7 @@ refers to a shared formula.

    @@ -6743,7 +6799,7 @@ refers to a shared formula.

    @@ -6819,7 +6875,7 @@ refers to a shared formula.

    @@ -6857,7 +6913,7 @@ refers to a shared formula.

    @@ -7012,7 +7068,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -7053,7 +7109,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -7110,7 +7166,7 @@ which satisfies Phpstan.

    @@ -7153,7 +7209,7 @@ which satisfies Phpstan.

    @@ -7195,7 +7251,7 @@ which satisfies Phpstan.

    @@ -7234,7 +7290,7 @@ which satisfies Phpstan.

    @@ -7272,7 +7328,7 @@ which satisfies Phpstan.

    @@ -7366,7 +7422,7 @@ which satisfies Phpstan.

    @@ -7404,7 +7460,7 @@ which satisfies Phpstan.

    @@ -7540,7 +7596,7 @@ which satisfies Phpstan.

    @@ -7602,7 +7658,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -7683,6 +7739,56 @@ can subject the caller to security exploits.

    +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    +
    BaseReader.php : - 103 + 109 @@ -7794,7 +7900,7 @@ can subject the caller to security exploits.

    @@ -7847,7 +7953,7 @@ Set to false (the default) to discard charts.

    @@ -7887,7 +7993,7 @@ Set to false (the default) to discard charts.

    @@ -7936,7 +8042,7 @@ Set to false (the default) to discard charts.

    @@ -7989,7 +8095,7 @@ Set to false (the default) to discard charts.

    @@ -8041,7 +8147,7 @@ Set to false (the default) to discard charts.

    @@ -8090,7 +8196,7 @@ Set to false (the default) to discard charts.

    @@ -8294,7 +8400,7 @@ Set to false (the default) to discard charts.

    @@ -8556,7 +8662,7 @@ Set to false (the default) to discard charts.

    @@ -8594,7 +8700,7 @@ Set to false (the default) to discard charts.

    @@ -8639,7 +8745,7 @@ Set to false (the default) to discard charts.

    @@ -8687,7 +8793,7 @@ Set to false (the default) to discard charts.

    @@ -8876,7 +8982,7 @@ Excel File Format"

    @@ -8926,7 +9032,7 @@ OpenOffice documentation: 2.5.2.

    @@ -8976,7 +9082,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9032,7 +9138,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9151,7 +9257,7 @@ Excel File Format"

    @@ -9189,7 +9295,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9224,7 +9330,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9893,7 +9999,7 @@ Excel File Format"

    @@ -10046,7 +10152,7 @@ Excel File Format"

    @@ -10628,7 +10734,7 @@ Excel File Format"

    @@ -11099,7 +11205,7 @@ Excel File Format"

    @@ -11169,7 +11275,7 @@ Excel File Format"

    @@ -11204,7 +11310,7 @@ Excel File Format"

    @@ -12129,6 +12235,7 @@ Excel File Format"

  • $baseCell
  • $cellNotes
  • $codepage
  • +
  • $createBlankSheetIfNoneRead
  • $data
  • $dataSize
  • $definedname
  • @@ -12201,6 +12308,7 @@ Excel File Format"

  • load()
  • setAllowExternalImages()
  • setCodepage()
  • +
  • setCreateBlankSheetIfNoneRead()
  • setEncryptionPassword()
  • setIgnoreRowsWithNoCells()
  • setIncludeCharts()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls.html b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls.html index a8fbce9d0..330b0f2b8 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Reader-Xls.html +++ b/classes/PhpOffice-PhpSpreadsheet-Reader-Xls.html @@ -756,6 +756,14 @@
    Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE'.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $data @@ -1226,6 +1234,14 @@ Returns either an array of worksheet names (the list of worksheets that should b  : void
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setEncryptionPassword() @@ -4945,6 +4961,46 @@ For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE +
    +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -6103,7 +6159,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6181,7 +6237,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -6531,7 +6587,7 @@ refers to a shared formula.

    @@ -6652,7 +6708,7 @@ refers to a shared formula.

    @@ -6735,7 +6791,7 @@ refers to a shared formula.

    @@ -6811,7 +6867,7 @@ refers to a shared formula.

    @@ -6849,7 +6905,7 @@ refers to a shared formula.

    @@ -7004,7 +7060,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -7045,7 +7101,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -7102,7 +7158,7 @@ which satisfies Phpstan.

    @@ -7145,7 +7201,7 @@ which satisfies Phpstan.

    @@ -7187,7 +7243,7 @@ which satisfies Phpstan.

    @@ -7226,7 +7282,7 @@ which satisfies Phpstan.

    @@ -7264,7 +7320,7 @@ which satisfies Phpstan.

    @@ -7358,7 +7414,7 @@ which satisfies Phpstan.

    @@ -7396,7 +7452,7 @@ which satisfies Phpstan.

    @@ -7532,7 +7588,7 @@ which satisfies Phpstan.

    @@ -7594,7 +7650,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -7675,6 +7731,56 @@ can subject the caller to security exploits.

    +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    +
    BaseReader.php : - 103 + 109 @@ -7786,7 +7892,7 @@ can subject the caller to security exploits.

    @@ -7839,7 +7945,7 @@ Set to false (the default) to discard charts.

    @@ -7879,7 +7985,7 @@ Set to false (the default) to discard charts.

    @@ -7928,7 +8034,7 @@ Set to false (the default) to discard charts.

    @@ -7981,7 +8087,7 @@ Set to false (the default) to discard charts.

    @@ -8033,7 +8139,7 @@ Set to false (the default) to discard charts.

    @@ -8082,7 +8188,7 @@ Set to false (the default) to discard charts.

    @@ -8286,7 +8392,7 @@ Set to false (the default) to discard charts.

    @@ -8492,7 +8598,7 @@ Set to false (the default) to discard charts.

    @@ -8530,7 +8636,7 @@ Set to false (the default) to discard charts.

    @@ -8575,7 +8681,7 @@ Set to false (the default) to discard charts.

    @@ -8623,7 +8729,7 @@ Set to false (the default) to discard charts.

    @@ -8812,7 +8918,7 @@ Excel File Format"

    @@ -8862,7 +8968,7 @@ OpenOffice documentation: 2.5.2.

    @@ -8912,7 +9018,7 @@ OpenOffice documentation: 2.5.2.

    @@ -8968,7 +9074,7 @@ OpenOffice documentation: 2.5.2.

    @@ -9087,7 +9193,7 @@ Excel File Format"

    @@ -9125,7 +9231,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9160,7 +9266,7 @@ When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used in @@ -9829,7 +9935,7 @@ Excel File Format"

    @@ -9982,7 +10088,7 @@ Excel File Format"

    @@ -10564,7 +10670,7 @@ Excel File Format"

    @@ -11035,7 +11141,7 @@ Excel File Format"

    @@ -11105,7 +11211,7 @@ Excel File Format"

    @@ -11140,7 +11246,7 @@ Excel File Format"

    @@ -12065,6 +12171,7 @@ Excel File Format"

  • $baseCell
  • $cellNotes
  • $codepage
  • +
  • $createBlankSheetIfNoneRead
  • $data
  • $dataSize
  • $definedname
  • @@ -12137,6 +12244,7 @@ Excel File Format"

  • load()
  • setAllowExternalImages()
  • setCodepage()
  • +
  • setCreateBlankSheetIfNoneRead()
  • setEncryptionPassword()
  • setIgnoreRowsWithNoCells()
  • setIncludeCharts()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Reader-XlsBase.html b/classes/PhpOffice-PhpSpreadsheet-Reader-XlsBase.html index 430a5b36b..5b2f8fc7b 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Reader-XlsBase.html +++ b/classes/PhpOffice-PhpSpreadsheet-Reader-XlsBase.html @@ -737,6 +737,14 @@
    Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE'.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $fileHandle @@ -958,6 +966,14 @@ possibly without parsing the whole file to a Spreadsheet object.  : void
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setIgnoreRowsWithNoCells() @@ -3979,6 +3995,46 @@ For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE +
    +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -4241,7 +4297,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -4280,7 +4336,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -4318,7 +4374,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -4361,7 +4417,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -4444,7 +4500,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -4520,7 +4576,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -4558,7 +4614,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -4713,7 +4769,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -4754,7 +4810,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -4797,7 +4853,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -4839,7 +4895,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -4878,7 +4934,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -4916,7 +4972,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -5010,7 +5066,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -5048,7 +5104,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -5097,7 +5153,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -5150,7 +5206,7 @@ they can override this method.

    @@ -5212,7 +5268,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -5293,6 +5349,56 @@ can subject the caller to security exploits.

    +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    +
    BaseReader.php : - 103 + 109 @@ -5356,7 +5462,7 @@ can subject the caller to security exploits.

    @@ -5409,7 +5515,7 @@ Set to false (the default) to discard charts.

    @@ -5449,7 +5555,7 @@ Set to false (the default) to discard charts.

    @@ -5498,7 +5604,7 @@ Set to false (the default) to discard charts.

    @@ -5551,7 +5657,7 @@ Set to false (the default) to discard charts.

    @@ -5603,7 +5709,7 @@ Set to false (the default) to discard charts.

    @@ -5652,7 +5758,7 @@ Set to false (the default) to discard charts.

    @@ -5904,7 +6010,7 @@ Set to false (the default) to discard charts.

    @@ -5952,7 +6058,7 @@ Set to false (the default) to discard charts.

    @@ -5990,7 +6096,7 @@ Set to false (the default) to discard charts.

    @@ -6035,7 +6141,7 @@ Set to false (the default) to discard charts.

    @@ -6590,6 +6696,7 @@ function will automatically find out where the Unicode string ends.

    Allow external images. Use with caution.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $fileHandle @@ -381,6 +389,14 @@ Returns either an array of worksheet names (the list of worksheets that should b
    Allow external images. Use with caution.
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setIgnoreRowsWithNoCells() @@ -577,6 +593,46 @@ can subject the caller to security exploits.

    + +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -839,7 +895,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -878,7 +934,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -916,7 +972,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1091,7 +1147,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1184,7 +1240,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1222,7 +1278,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1265,7 +1321,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -1306,7 +1362,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1349,7 +1405,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1391,7 +1447,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1430,7 +1486,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1468,7 +1524,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1506,7 +1562,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1642,7 +1698,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1752,7 +1808,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1784,6 +1840,56 @@ can subject the caller to security exploits.

    +
    +
    Return values
    + self +
    + +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -1804,7 +1910,7 @@ can subject the caller to security exploits.

    @@ -1852,7 +1958,7 @@ can subject the caller to security exploits.

    @@ -1905,7 +2011,7 @@ Set to false (the default) to discard charts.

    @@ -1945,7 +2051,7 @@ Set to false (the default) to discard charts.

    @@ -2043,7 +2149,7 @@ seem to require it.

    @@ -2096,7 +2202,7 @@ seem to require it.

    @@ -2148,7 +2254,7 @@ seem to require it.

    @@ -2197,7 +2303,7 @@ seem to require it.

    @@ -2245,7 +2351,7 @@ seem to require it.

    @@ -2390,7 +2496,7 @@ seem to require it.

    @@ -2428,7 +2534,7 @@ seem to require it.

    @@ -2473,7 +2579,7 @@ seem to require it.

    @@ -2626,6 +2732,7 @@ seem to require it.

  • Allow external images. Use with caution.
    +
    + $createBlankSheetIfNoneRead + +  : bool +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    $fileHandle @@ -385,6 +393,14 @@ Returns either an array of worksheet names (the list of worksheets that should b
    Allow external images. Use with caution.
    +
    + setCreateBlankSheetIfNoneRead() + +  : self +
    +
    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.
    +
    setIgnoreRowsWithNoCells() @@ -515,7 +531,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -586,6 +602,46 @@ can subject the caller to security exploits.

    + +
    +

    + $createBlankSheetIfNoneRead + + + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + + protected + bool + $createBlankSheetIfNoneRead + = false + + + + + + + + +
    BaseReader.php : - 63 + 69 @@ -848,7 +904,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -887,7 +943,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -925,7 +981,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -964,7 +1020,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1007,7 +1063,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1042,7 +1098,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1091,7 +1147,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1129,7 +1185,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1167,7 +1223,7 @@ Identifies whether the Reader should read data values for all cells, or should i @@ -1210,7 +1266,7 @@ If false (the default) it will ignore any charts defined in the workbook file. BaseReader.php : - 123 + 129 @@ -1251,7 +1307,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1294,7 +1350,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1336,7 +1392,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1375,7 +1431,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1413,7 +1469,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1451,7 +1507,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1489,7 +1545,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1538,7 +1594,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1587,7 +1643,7 @@ Returns either an array of worksheet names (the list of worksheets that should b @@ -1649,7 +1705,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1714,7 +1770,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1763,7 +1819,7 @@ IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded fi @@ -1795,6 +1851,56 @@ can subject the caller to security exploits.

    +
    +
    Return values
    + self +
    + +
    +
    +

    + setCreateBlankSheetIfNoneRead() + + +

    + + +

    Create a blank sheet if none are read, +possibly due to a typo when using LoadSheetsOnly.

    + + + public + setCreateBlankSheetIfNoneRead(bool $createBlankSheetIfNoneRead) : self + +
    +
    + + +
    Parameters
    +
    +
    + $createBlankSheetIfNoneRead + : bool +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -1815,7 +1921,7 @@ can subject the caller to security exploits.

    @@ -1863,7 +1969,7 @@ can subject the caller to security exploits.

    @@ -1916,7 +2022,7 @@ Set to false (the default) to discard charts.

    @@ -1956,7 +2062,7 @@ Set to false (the default) to discard charts.

    @@ -2005,7 +2111,7 @@ Set to false (the default) to discard charts.

    @@ -2058,7 +2164,7 @@ Set to false (the default) to discard charts.

    @@ -2110,7 +2216,7 @@ Set to false (the default) to discard charts.

    @@ -2159,7 +2265,7 @@ Set to false (the default) to discard charts.

    @@ -2207,7 +2313,7 @@ Set to false (the default) to discard charts.

    @@ -2255,7 +2361,7 @@ Set to false (the default) to discard charts.

    @@ -2293,7 +2399,7 @@ Set to false (the default) to discard charts.

    @@ -2342,7 +2448,7 @@ Set to false (the default) to discard charts.

    @@ -2380,7 +2486,7 @@ Set to false (the default) to discard charts.

    @@ -2425,7 +2531,7 @@ Set to false (the default) to discard charts.

    @@ -2490,7 +2596,7 @@ Set to false (the default) to discard charts.

    @@ -2538,7 +2644,7 @@ Set to false (the default) to discard charts.

    @@ -2691,6 +2797,7 @@ Set to false (the default) to discard charts.

    • $allowExternalImages
    • +
    • $createBlankSheetIfNoneRead
    • $fileHandle
    • $ignoreRowsWithNoCells
    • $includeCharts
    • @@ -2725,6 +2832,7 @@ Set to false (the default) to discard charts.

    • loadIntoExisting()
    • loadSpreadsheetFromString()
    • setAllowExternalImages()
    • +
    • setCreateBlankSheetIfNoneRead()
    • setIgnoreRowsWithNoCells()
    • setIncludeCharts()
    • setLoadAllSheets()
    • diff --git a/classes/PhpOffice-PhpSpreadsheet-ReferenceHelper.html b/classes/PhpOffice-PhpSpreadsheet-ReferenceHelper.html index 2ce530b02..6f86a4688 100644 --- a/classes/PhpOffice-PhpSpreadsheet-ReferenceHelper.html +++ b/classes/PhpOffice-PhpSpreadsheet-ReferenceHelper.html @@ -118,7 +118,7 @@ @@ -348,7 +348,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -379,7 +379,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -410,7 +410,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -441,7 +441,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -486,7 +486,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -521,7 +521,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -582,7 +582,7 @@ Intended for use as a Callback function for sorting cell addresses by column and @@ -643,7 +643,7 @@ Intended for use as a Callback function for sorting cell addresses by column and @@ -704,7 +704,7 @@ Intended for use as a Callback function for reverse sorting column addresses by @@ -765,7 +765,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -804,7 +804,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -878,7 +878,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -983,7 +983,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1046,7 +1046,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1111,7 +1111,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1146,7 +1146,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1193,7 +1193,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1240,7 +1240,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1305,7 +1305,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1377,7 +1377,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1442,7 +1442,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1489,7 +1489,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1554,7 +1554,7 @@ Intended for use as a Callback function for sorting column addresses by column.< @@ -1619,7 +1619,7 @@ Intended for use as a Callback function for sorting column addresses by column.< diff --git a/classes/PhpOffice-PhpSpreadsheet-Shared-StringHelper.html b/classes/PhpOffice-PhpSpreadsheet-Shared-StringHelper.html index 789e4a09d..6f50633e8 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Shared-StringHelper.html +++ b/classes/PhpOffice-PhpSpreadsheet-Shared-StringHelper.html @@ -299,6 +299,14 @@ to format output by \PhpOffice\PhpSpreadsheet\Writer\Html and \PhpOffice\PhpSpre
      Reverse the case of a string, so that all uppercase characters become lowercase and all lowercase characters become uppercase.
      +
      + stringIncrement() + +  : string +
      +
      Php introduced str_increment with Php8.3, +but didn't issue deprecation notices till 8.5.
      +
      strlenAllowNull() @@ -399,7 +407,7 @@ see OpenOffice.org's Documentation of the Microsoft Excel File Format, sect @@ -457,7 +465,7 @@ element or in the shared string element.

      @@ -515,7 +523,7 @@ element or in the shared string element.

      @@ -582,7 +590,7 @@ element or in the shared string element.

      @@ -654,7 +662,7 @@ element or in the shared string element.

      @@ -725,7 +733,7 @@ element or in the shared string element.

      @@ -787,7 +795,7 @@ element or in the shared string element.

      @@ -849,7 +857,7 @@ element or in the shared string element.

      @@ -899,7 +907,7 @@ point as decimal separator in case locale is other than English.

      @@ -949,7 +957,7 @@ point as decimal separator in case locale is other than English.

      @@ -989,7 +997,7 @@ formatting information from locale.

      @@ -1028,7 +1036,7 @@ formatting information from locale.

      @@ -1068,7 +1076,7 @@ formatting information from locale.

      @@ -1117,7 +1125,7 @@ formatting information from locale.

      @@ -1165,7 +1173,7 @@ formatting information from locale.

      @@ -1214,7 +1222,7 @@ formatting information from locale.

      @@ -1263,7 +1271,7 @@ formatting information from locale.

      @@ -1311,7 +1319,7 @@ formatting information from locale.

      @@ -1359,7 +1367,7 @@ to format output by \PhpOffice\PhpSpreadsheet\Writer\Html and \PhpOffice\PhpSpre @@ -1407,7 +1415,7 @@ to format output by \PhpOffice\PhpSpreadsheet\Writer\Html and \PhpOffice\PhpSpre @@ -1439,6 +1447,70 @@ and all lowercase characters become uppercase.

      +
      +
      Return values
      + string +
      + +
  • +
    +

    + stringIncrement() + + +

    + + +

    Php introduced str_increment with Php8.3, +but didn't issue deprecation notices till 8.5.

    + + + public + static stringIncrement(string &$str) : string + +
    +
    + + +
    Parameters
    +
    +
    + $str + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + codeCoverageIgnore +
    +
    + + +
    +
    + + +
    Return values
    string @@ -1459,7 +1531,7 @@ and all lowercase characters become uppercase.

    @@ -1507,7 +1579,7 @@ and all lowercase characters become uppercase.

    @@ -1558,7 +1630,7 @@ and all lowercase characters become uppercase.

    @@ -1610,7 +1682,7 @@ and all lowercase characters become uppercase.

    @@ -1661,7 +1733,7 @@ and all lowercase characters become uppercase.

    @@ -1730,7 +1802,7 @@ and all lowercase characters become uppercase.

    @@ -1785,7 +1857,7 @@ and all lowercase characters become uppercase.

    @@ -1839,7 +1911,7 @@ and all lowercase characters become uppercase.

    @@ -1894,7 +1966,7 @@ see OpenOffice.org's Documentation of the Microsoft Excel File Format, sect @@ -2079,6 +2151,7 @@ see OpenOffice.org's Documentation of the Microsoft Excel File Format, sect
  • setDecimalSeparator()
  • setThousandsSeparator()
  • strCaseReverse()
  • +
  • stringIncrement()
  • strlenAllowNull()
  • strToLower()
  • strToTitle()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Spreadsheet.html b/classes/PhpOffice-PhpSpreadsheet-Spreadsheet.html index 4d3749cb8..b668e2816 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Spreadsheet.html +++ b/classes/PhpOffice-PhpSpreadsheet-Spreadsheet.html @@ -1118,7 +1118,7 @@ TabRatio is assumed to be out of 1000 of the horizontal window width. @@ -1223,7 +1223,7 @@ TabRatio is assumed to be out of 1000 of the horizontal window width. @@ -1268,7 +1268,7 @@ TabRatio is assumed to be out of 1000 of the horizontal window width. @@ -1636,7 +1636,7 @@ charset for which this declaration might be needed

    @@ -1685,7 +1685,7 @@ charset for which this declaration might be needed

    @@ -1775,7 +1775,7 @@ charset for which this declaration might be needed

    @@ -1938,7 +1938,7 @@ typically so that the PhpSpreadsheet object can be unset.

    @@ -2095,7 +2095,7 @@ and columns in the workbook.

    @@ -2178,7 +2178,7 @@ filtering optiomd in the user interface.

    @@ -2227,7 +2227,7 @@ filtering optiomd in the user interface.

    @@ -2278,7 +2278,7 @@ filtering optiomd in the user interface.

    @@ -2317,7 +2317,7 @@ filtering optiomd in the user interface.

    @@ -2366,7 +2366,7 @@ filtering optiomd in the user interface.

    @@ -2415,7 +2415,7 @@ filtering optiomd in the user interface.

    @@ -2463,7 +2463,7 @@ filtering optiomd in the user interface.

    @@ -2502,7 +2502,7 @@ filtering optiomd in the user interface.

    @@ -2541,7 +2541,7 @@ filtering optiomd in the user interface.

    @@ -2677,7 +2677,7 @@ filtering optiomd in the user interface.

    @@ -2719,7 +2719,7 @@ filtering optiomd in the user interface.

    @@ -2849,7 +2849,7 @@ filtering optiomd in the user interface.

    @@ -2948,7 +2948,7 @@ filtering optiomd in the user interface.

    @@ -3074,7 +3074,7 @@ filtering optiomd in the user interface.

    @@ -3767,7 +3767,7 @@ filtering optiomd in the user interface.

    @@ -3810,7 +3810,7 @@ filtering optiomd in the user interface.

    @@ -3853,7 +3853,7 @@ filtering optiomd in the user interface.

    @@ -3896,7 +3896,7 @@ filtering optiomd in the user interface.

    @@ -3944,7 +3944,7 @@ filtering optiomd in the user interface.

    @@ -4027,7 +4027,7 @@ filtering optiomd in the user interface.

    @@ -4065,7 +4065,7 @@ filtering optiomd in the user interface.

    @@ -4113,7 +4113,7 @@ filtering optiomd in the user interface.

    @@ -4312,7 +4312,7 @@ filtering optiomd in the user interface.

    @@ -4361,7 +4361,7 @@ filtering optiomd in the user interface.

    @@ -4402,7 +4402,7 @@ this method on, and then writing, the clone.

    @@ -4443,7 +4443,7 @@ this method on, and then writing, the clone.

    @@ -4487,7 +4487,7 @@ this method on, and then writing, the clone.

    @@ -4534,7 +4534,7 @@ this method on, and then writing, the clone.

    @@ -4581,7 +4581,7 @@ this method on, and then writing, the clone.

    @@ -4639,7 +4639,7 @@ this method on, and then writing, the clone.

    @@ -4697,7 +4697,7 @@ this method on, and then writing, the clone.

    @@ -4802,7 +4802,7 @@ this method on, and then writing, the clone.

    @@ -4859,7 +4859,7 @@ This function will undo such changes.

    @@ -4893,7 +4893,7 @@ This function will undo such changes.

    @@ -4927,7 +4927,7 @@ This function will undo such changes.

    @@ -5063,7 +5063,7 @@ This function will undo such changes.

    @@ -5111,7 +5111,7 @@ filtering optiomd in the user interface.

    @@ -5163,7 +5163,7 @@ filtering optiomd in the user interface.

    @@ -5411,7 +5411,7 @@ filtering optiomd in the user interface.

    @@ -5652,7 +5652,7 @@ filtering optiomd in the user interface.

    @@ -5699,7 +5699,7 @@ filtering optiomd in the user interface.

    @@ -5746,7 +5746,7 @@ filtering optiomd in the user interface.

    @@ -5793,7 +5793,7 @@ filtering optiomd in the user interface.

    @@ -5841,7 +5841,7 @@ TabRatio is assumed to be out of 1000 of the horizontal window width.

    @@ -5889,7 +5889,7 @@ TabRatio is assumed to be out of 1000 of the horizontal window width.

    diff --git a/classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html b/classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html index baa5ce8c4..e6d5d0906 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html +++ b/classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html @@ -122,7 +122,7 @@ @@ -220,6 +220,12 @@  = 'expression'
    +
    + CONDITION_ICONSET + +  = 'iconSet' +
    +
    CONDITION_NONE @@ -458,6 +464,12 @@
    Get hash code.
    +
    + getIconSet() + +  : ConditionalIconSet|null +
    +
    getNoFormatSet() @@ -531,6 +543,12 @@  : static
    +
    + setIconSet() + +  : static +
    +
    setNoFormatSet() @@ -592,7 +610,7 @@ @@ -623,7 +641,7 @@ @@ -654,7 +672,7 @@ @@ -685,7 +703,7 @@ @@ -716,7 +734,7 @@ @@ -747,7 +765,7 @@ @@ -778,7 +796,7 @@ @@ -809,7 +827,7 @@ @@ -840,7 +858,7 @@ @@ -871,7 +889,7 @@ @@ -891,6 +909,37 @@ + +
    +

    + CONDITION_ICONSET + + +

    + + + + + + + public + mixed + CONDITION_ICONSET + = 'iconSet' + + + + + + + + +

    @@ -902,7 +951,7 @@ @@ -933,7 +982,7 @@ @@ -964,7 +1013,7 @@ @@ -995,7 +1044,7 @@ @@ -1026,7 +1075,7 @@ @@ -1057,7 +1106,7 @@ @@ -1088,7 +1137,7 @@ @@ -1119,7 +1168,7 @@ @@ -1150,7 +1199,7 @@ @@ -1181,7 +1230,7 @@ @@ -1212,7 +1261,7 @@ @@ -1243,7 +1292,7 @@ @@ -1274,7 +1323,7 @@ @@ -1305,7 +1354,7 @@ @@ -1336,7 +1385,7 @@ @@ -1367,7 +1416,7 @@ @@ -1398,7 +1447,7 @@ @@ -1429,7 +1478,7 @@ @@ -1460,7 +1509,7 @@ @@ -1491,7 +1540,7 @@ @@ -1522,7 +1571,7 @@ @@ -1553,7 +1602,7 @@ @@ -1584,7 +1633,7 @@ @@ -1615,7 +1664,7 @@ @@ -1646,7 +1695,7 @@ @@ -1677,7 +1726,7 @@ @@ -1708,7 +1757,7 @@ @@ -1739,7 +1788,7 @@ @@ -1770,7 +1819,7 @@ @@ -1815,7 +1864,7 @@ @@ -1850,7 +1899,7 @@ @@ -1885,7 +1934,7 @@ @@ -1936,7 +1985,7 @@ @@ -1974,7 +2023,7 @@ @@ -2013,7 +2062,7 @@ @@ -2052,7 +2101,7 @@ @@ -2090,7 +2139,7 @@ @@ -2118,6 +2167,44 @@ +

    +
    Conditional.php : - 132 + 137 @@ -2171,7 +2258,7 @@ @@ -2210,7 +2297,7 @@ @@ -2248,7 +2335,7 @@ @@ -2287,7 +2374,7 @@ @@ -2336,7 +2423,7 @@ @@ -2375,7 +2462,7 @@ @@ -2424,7 +2511,7 @@ @@ -2472,7 +2559,7 @@ @@ -2523,7 +2610,7 @@ @@ -2574,7 +2661,7 @@ @@ -2602,6 +2689,54 @@ +
    +
    Return values
    + static +
    + +
    +
    +

    + setIconSet() + + +

    + + + + + public + setIconSet(ConditionalIconSet $iconSet) : static + +
    +
    + + +
    Parameters
    +
    +
    + $iconSet + : ConditionalIconSet +
    +
    + +
    +
    + + + + +
    Return values
    static @@ -2622,7 +2757,7 @@ @@ -2670,7 +2805,7 @@ @@ -2721,7 +2856,7 @@ @@ -2769,7 +2904,7 @@ @@ -2818,7 +2953,7 @@ @@ -2867,7 +3002,7 @@ @@ -3026,6 +3161,7 @@
  • CONDITION_DUPLICATES
  • CONDITION_ENDSWITH
  • CONDITION_EXPRESSION
  • +
  • CONDITION_ICONSET
  • CONDITION_NONE
  • CONDITION_NOTCONTAINSBLANKS
  • CONDITION_NOTCONTAINSERRORS
  • @@ -3070,6 +3206,7 @@
  • getConditionType()
  • getDataBar()
  • getHashCode()
  • +
  • getIconSet()
  • getNoFormatSet()
  • getOperatorType()
  • getPriority()
  • @@ -3081,6 +3218,7 @@
  • setConditions()
  • setConditionType()
  • setDataBar()
  • +
  • setIconSet()
  • setNoFormatSet()
  • setOperatorType()
  • setPriority()
  • diff --git a/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalFormatValueObject.html b/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalFormatValueObject.html index f14e5358b..59e8bc6f5 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalFormatValueObject.html +++ b/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalFormatValueObject.html @@ -166,6 +166,12 @@  : string|null
    +
    + getGreaterThanOrEqual() + +  : bool|null +
    +
    getType() @@ -184,6 +190,12 @@  : self
    +
    + setGreaterThanOrEqual() + +  : self +
    +
    setType() @@ -224,7 +236,7 @@ @@ -282,7 +294,7 @@ @@ -305,6 +317,44 @@ string|null + +
    +

    + getGreaterThanOrEqual() + + +

    + + + + + public + getGreaterThanOrEqual() : bool|null + +
    +
    + + + + + + + +
    +
    Return values
    + bool|null +
    +
    +
    +

    + setGreaterThanOrEqual() + + +

    + + + + + public + setGreaterThanOrEqual(bool|null $greaterThanOrEqual) : self + +
    +
    + + +
    Parameters
    +
    +
    + $greaterThanOrEqual + : bool|null +
    +
    + +
    +
    + + + + +
    Return values
    self @@ -444,7 +542,7 @@ @@ -492,7 +590,7 @@ @@ -643,9 +741,11 @@ diff --git a/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html b/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html new file mode 100644 index 000000000..cc5d70753 --- /dev/null +++ b/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html @@ -0,0 +1,821 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

    + + + + + +
    + +
    +
    + + + + +
    +
    + + +
    +

    + ConditionalIconSet + + +
    + in package + +
    + + +

    + +
    + + +
    + + + + + + + + + + + + +

    + Table of Contents + + +

    + + + + + + + + + + +

    + Methods + + +

    +
    +
    + getCfvos() + +  : array<string|int, ConditionalFormatValueObject> +
    +
    Get the conditional format value objects.
    + +
    + getCustom() + +  : bool|null +
    + +
    + getIconSetType() + +  : IconSetValues|null +
    + +
    + getReverse() + +  : bool|null +
    + +
    + getShowValue() + +  : bool|null +
    + +
    + setCfvos() + +  : self +
    +
    Set the conditional format value objects.
    + +
    + setCustom() + +  : self +
    + +
    + setIconSetType() + +  : self +
    + +
    + setReverse() + +  : self +
    + +
    + setShowValue() + +  : self +
    + +
    + + + + + + + +
    +

    + Methods + + +

    + +
    +

    + getCustom() + + +

    + + + + + public + getCustom() : bool|null + +
    +
    + + + + + + + +
    +
    Return values
    + bool|null +
    + +
    + +
    +

    + getReverse() + + +

    + + + + + public + getReverse() : bool|null + +
    +
    + + + + + + + +
    +
    Return values
    + bool|null +
    + +
    +
    +

    + getShowValue() + + +

    + + + + + public + getShowValue() : bool|null + +
    +
    + + + + + + + +
    +
    Return values
    + bool|null +
    + +
    + +
    +

    + setCustom() + + +

    + + + + + public + setCustom(bool $custom) : self + +
    +
    + + +
    Parameters
    +
    +
    + $custom + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    + +
    + +
    +

    + setReverse() + + +

    + + + + + public + setReverse(bool $reverse) : self + +
    +
    + + +
    Parameters
    +
    +
    + $reverse + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    + +
    +
    +

    + setShowValue() + + +

    + + + + + public + setShowValue(bool $showValue) : self + +
    +
    + + +
    Parameters
    +
    +
    + $showValue + : bool +
    +
    + +
    +
    + + + + + +
    +
    Return values
    + self +
    + +
    +
    + +
    +
    +
    +
    +
    
    +        
    + +
    +
    + + + +
    +
    +
    + +
    + On this page + + +
    + +
    +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html b/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html new file mode 100644 index 000000000..645c52275 --- /dev/null +++ b/classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html @@ -0,0 +1,887 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
      +

      Documentation

      + + + + + +
      + +
      +
      + + + + +
      +
      + + +
      +

      + IconSetValues + + + : string + + +
      + in package + +
      + + +

      + + + + + + + + + + +

      + Table of Contents + + +

      + + + + + + + + +

      + Cases + + +

      +
      +
      + FiveArrows + +  = '5Arrows' +
      + +
      + FiveArrowsGray + +  = '5ArrowsGray' +
      + +
      + FiveQuarters + +  = '5Quarters' +
      + +
      + FiveRating + +  = '5Rating' +
      + +
      + FourArrows + +  = '4Arrows' +
      + +
      + FourArrowsGray + +  = '4ArrowsGray' +
      + +
      + FourRating + +  = '4Rating' +
      + +
      + FourRedToBlack + +  = '4RedToBlack' +
      + +
      + FourTrafficLights + +  = '4TrafficLights' +
      + +
      + ThreeArrows + +  = '3Arrows' +
      + +
      + ThreeArrowsGray + +  = '3ArrowsGray' +
      + +
      + ThreeFlags + +  = '3Flags' +
      + +
      + ThreeSigns + +  = '3Signs' +
      + +
      + ThreeSymbols + +  = '3Symbols' +
      + +
      + ThreeSymbols2 + +  = '3Symbols2' +
      + +
      + ThreeTrafficLights1 + +  = '3TrafficLights1' +
      + +
      + ThreeTrafficLights2 + +  = '3TrafficLights2' +
      + +
      + + + + + +
      +

      + Cases + + +

      + + + +
      +

      + ThreeTrafficLights1 + + +

      + + + + + + + + + + +
      +
      +

      + ThreeTrafficLights2 + + +

      + + + + + + + + + + +
      + + + + + + + + + + + + +
      + + +
      +
      +
      +
      +
      
      +        
      + +
      +
      + + + +
      +
      +
      + +
      + On this page + + +
      + +
      +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/classes/PhpOffice-PhpSpreadsheet-Worksheet-ColumnDimension.html b/classes/PhpOffice-PhpSpreadsheet-Worksheet-ColumnDimension.html index e8727f5e2..33ef935a0 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Worksheet-ColumnDimension.html +++ b/classes/PhpOffice-PhpSpreadsheet-Worksheet-ColumnDimension.html @@ -147,6 +147,19 @@ +

        + Constants + + +

        +
        +
        + EXCEL_MAX_WIDTH + +  = 255.0 +
        + +
        @@ -212,6 +225,12 @@
        Get Width.
        +
        + getWidthForOutput() + +  : float +
        +
        getXfIndex() @@ -280,6 +299,44 @@ +
        +

        + Constants + + +

        +
        +

        + EXCEL_MAX_WIDTH + + +

        + + + + + + + public + mixed + EXCEL_MAX_WIDTH + = 255.0 + + + + + + + + + +
        +
        @@ -303,7 +360,7 @@ @@ -350,7 +407,7 @@ @@ -428,7 +485,7 @@ @@ -467,7 +524,7 @@ @@ -584,7 +641,7 @@ @@ -618,6 +675,54 @@ and will convert the returned value to the specified UoM..

        +
        +
        Return values
        + float +
        + + +
        +

        + getWidthForOutput() + + +

        + + + + + public + getWidthForOutput(bool $restrictMax) : float + +
        +
        + + +
        Parameters
        +
        +
        + $restrictMax + : bool +
        +
        + +
        +
        + + + + +
        Return values
        float @@ -677,7 +782,7 @@ and will convert the returned value to the specified UoM..

        @@ -775,7 +880,7 @@ and will convert the returned value to the specified UoM..

        @@ -824,7 +929,7 @@ and will convert the returned value to the specified UoM..

        @@ -973,7 +1078,7 @@ and will convert the returned value to the specified UoM..

        @@ -1177,9 +1282,16 @@ approximation method.

      • Table Of Contents
      • +
      • Constants
      • +
      • + +
      • Methods
      • @@ -1193,6 +1305,7 @@ approximation method.

      • getOutlineLevel()
      • getVisible()
      • getWidth()
      • +
      • getWidthForOutput()
      • getXfIndex()
      • setAutoSize()
      • setCollapsed()
      • diff --git a/classes/PhpOffice-PhpSpreadsheet-Worksheet-MemoryDrawing.html b/classes/PhpOffice-PhpSpreadsheet-Worksheet-MemoryDrawing.html index 11ab80d07..91fab0715 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Worksheet-MemoryDrawing.html +++ b/classes/PhpOffice-PhpSpreadsheet-Worksheet-MemoryDrawing.html @@ -2038,7 +2038,7 @@ @@ -2142,7 +2142,7 @@ @@ -2207,7 +2207,7 @@ @@ -2500,7 +2500,7 @@ @@ -2695,7 +2695,7 @@ @@ -2772,7 +2772,7 @@ @@ -2811,7 +2811,7 @@ @@ -3078,7 +3078,7 @@ @@ -3764,7 +3764,7 @@ @@ -3813,7 +3813,7 @@ @@ -4152,7 +4152,7 @@ diff --git a/classes/PhpOffice-PhpSpreadsheet-Worksheet-ProtectedRange.html b/classes/PhpOffice-PhpSpreadsheet-Worksheet-ProtectedRange.html index 793a7251e..6d8308c93 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Worksheet-ProtectedRange.html +++ b/classes/PhpOffice-PhpSpreadsheet-Worksheet-ProtectedRange.html @@ -119,7 +119,7 @@ @@ -160,6 +160,13 @@
        No setters aside from constructor.
        +
        + allRanges() + +  : array<string|int, array<string|int, string>> +
        +
        Split range into coordinate strings.
        +
        getName() @@ -212,7 +219,7 @@ @@ -263,6 +270,51 @@ + +
        +

        + allRanges() + + +

        + + +

        Split range into coordinate strings.

        + + + public + allRanges() : array<string|int, array<string|int, string>> + +
        +
        + + + + + + + +
        +
        Return values
        + array<string|int, array<string|int, string>> + — +

        Array containing one or more arrays containing one or two coordinate strings +e.g. ['B4','D9'] or [['B4','D9'], ['H2','O11']] +or ['B4']

        +
        + +
        +
        ProtectedRange.php : - 31 + 33 @@ -316,7 +368,7 @@ @@ -354,7 +406,7 @@ @@ -392,7 +444,7 @@ @@ -532,6 +584,7 @@
        • __construct()
        • +
        • allRanges()
        • getName()
        • getPassword()
        • getSecurityDescriptor()
        • diff --git a/classes/PhpOffice-PhpSpreadsheet-Worksheet-Worksheet.html b/classes/PhpOffice-PhpSpreadsheet-Worksheet-Worksheet.html index eb9b350cb..33448dc5f 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Worksheet-Worksheet.html +++ b/classes/PhpOffice-PhpSpreadsheet-Worksheet-Worksheet.html @@ -364,6 +364,12 @@
      • Copy cells, adjusting relative cell references in formulas.
        +
        + copyFormula() + +  : void +
        +
        createNewCell() @@ -2026,7 +2032,7 @@ a single cell range. @@ -2279,7 +2285,7 @@ a single cell range. @@ -2334,7 +2340,7 @@ a single cell range. @@ -2658,7 +2664,7 @@ range of the conditional.

        @@ -2697,7 +2703,7 @@ range of the conditional.

        @@ -2749,6 +2755,57 @@ range of the conditional.

        + +
        +

        + copyFormula() + + +

        + + + + + public + copyFormula(string $fromCell, string $toCell) : void + +
        +
        + + +
        Parameters
        +
        +
        + $fromCell + : string +
        +
        + +
        +
        + $toCell + : string +
        +
        + +
        +
        + + + + + +
        Worksheet.php : - 3509 + 3504 @@ -3035,7 +3092,7 @@ typically so that the worksheet object can be unset.

        @@ -3261,7 +3318,7 @@ or a CellAddress object.

        @@ -3420,7 +3477,7 @@ or a CellAddress object.

        @@ -3458,7 +3515,7 @@ or a CellAddress object.

        @@ -3496,7 +3553,7 @@ or a CellAddress object.

        @@ -3948,7 +4005,7 @@ the active cell has changed.

        @@ -4167,7 +4224,7 @@ the active cell has changed.

        @@ -4576,7 +4633,7 @@ conditionals ordered by priority if false, first only if true

        @@ -4627,7 +4684,7 @@ conditionals ordered by priority if false, first only if true

        @@ -4822,7 +4879,7 @@ conditionals ordered by priority if false, first only if true

        @@ -5166,7 +5223,7 @@ or the highest row of any column if no column letter is passed

        @@ -5217,7 +5274,7 @@ or the highest row of any column if no column letter is passed

        @@ -5937,7 +5994,7 @@ or the highest row of any column if no column letter is passed

        @@ -6375,7 +6432,7 @@ or a CellAddress or AddressRange object.

        @@ -6754,7 +6811,7 @@ or a CellAddress or AddressRange object.

        @@ -6793,7 +6850,7 @@ or a CellAddress or AddressRange object.

        @@ -7024,7 +7081,7 @@ or a CellAddress or AddressRange object.

        @@ -7073,7 +7130,7 @@ or a CellAddress or AddressRange object.

        @@ -7121,7 +7178,7 @@ or a CellAddress or AddressRange object.

        @@ -7170,7 +7227,7 @@ or a CellAddress or AddressRange object.

        @@ -7240,7 +7297,7 @@ CellIterator::TREAT_EMPTY_STRING_AS_EMPTY_CELL

        @@ -7310,7 +7367,7 @@ CellIterator::TREAT_EMPTY_STRING_AS_EMPTY_CELL

        @@ -7358,7 +7415,7 @@ CellIterator::TREAT_EMPTY_STRING_AS_EMPTY_CELL

        @@ -7532,7 +7589,7 @@ MERGE_CELL_CONTENT_MERGE - Move the content of the hidden cells into the first c @@ -7637,7 +7694,7 @@ True - Don't return values for rows/columns that are defined as hidden.

        @@ -7770,7 +7827,7 @@ or a CellAddress or AddressRange object.

        @@ -7873,7 +7930,7 @@ True - Don't return values for rows/columns that are defined as hidden.

        @@ -7976,7 +8033,7 @@ True - Don't return values for rows/columns that are defined as hidden.

        @@ -8618,7 +8675,7 @@ or as an array of [$columnIndex, $row] (e.g. [3, 5]), or a CellAddress object. Worksheet.php : - 3602 + 3597 @@ -8806,7 +8863,7 @@ or an AddressRange.

        @@ -9088,7 +9145,7 @@ that you specify.

        @@ -9257,7 +9314,7 @@ at parse time (by Readers), where titles can be assumed to be valid.

        @@ -9364,7 +9421,7 @@ at parse time (by Readers), where titles can be assumed to be valid.

        @@ -10546,7 +10603,7 @@ at parse time (by Readers), where titles can be assumed to be valid.

        @@ -10599,7 +10656,7 @@ at parse time (by Readers), where titles can be assumed to be valid.

        @@ -10695,7 +10752,7 @@ True - Don't return values for rows/columns that are defined as hidden.

        @@ -10926,7 +10983,7 @@ or a CellAddress or AddressRange object.

        @@ -11319,6 +11376,7 @@ or a CellAddress or AddressRange object.

      • conditionalStylesExists()
      • copy()
      • copyCells()
      • +
      • copyFormula()
      • createNewCell()
      • dataValidationExists()
      • disconnectCells()
      • diff --git a/classes/PhpOffice-PhpSpreadsheet-Writer-Html.html b/classes/PhpOffice-PhpSpreadsheet-Writer-Html.html index 8906b963f..348a51691 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Writer-Html.html +++ b/classes/PhpOffice-PhpSpreadsheet-Writer-Html.html @@ -1178,7 +1178,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1229,7 +1229,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1289,7 +1289,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1388,7 +1388,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1556,7 +1556,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1607,7 +1607,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1645,7 +1645,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1722,7 +1722,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1800,7 +1800,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1881,7 +1881,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2002,7 +2002,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2079,7 +2079,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2219,7 +2219,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2267,7 +2267,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2363,7 +2363,7 @@ and it must return the edited HTML as string.

        @@ -2463,7 +2463,7 @@ and it must return the edited HTML as string.

        @@ -2668,7 +2668,7 @@ and it must return the edited HTML as string.

        @@ -2774,7 +2774,7 @@ and it must return the edited HTML as string.

        diff --git a/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Dompdf.html b/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Dompdf.html index 32a377353..654761c62 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Dompdf.html +++ b/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Dompdf.html @@ -295,6 +295,12 @@ Enables table formats in writer, disabled here, must be enabled in writer via a
        Temporary storage directory.
        +
        + $temporaryVersionCheck + +  : int +
        +

        @@ -618,6 +624,13 @@ Enables table formats in writer, disabled here, must be enabled in writer via a
        Set use inline CSS?
        +
        + specialErrorHandler() + +  : bool +
        +
        Temporary handler for Php8.5 waiting for Dompdf release.
        +
        winFileToUrl() @@ -1546,6 +1559,44 @@ Enables table formats in writer, disabled here, must be enabled in writer via a + +
        +

        + $temporaryVersionCheck + + + + +

        + + + + + + protected + static int + $temporaryVersionCheck + = 80500 + + + + + + + + +
        @@ -1616,7 +1667,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1667,7 +1718,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1727,7 +1778,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1826,7 +1877,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1994,7 +2045,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2045,7 +2096,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2083,7 +2134,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2160,7 +2211,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2277,7 +2328,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2519,7 +2570,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2635,7 +2686,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2777,7 +2828,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2825,7 +2876,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2921,7 +2972,7 @@ and it must return the edited HTML as string.

        @@ -3074,7 +3125,7 @@ and it must return the edited HTML as string.

        @@ -3381,7 +3432,7 @@ and it must return the edited HTML as string.

        @@ -3538,7 +3589,7 @@ and it must return the edited HTML as string.

        @@ -3572,6 +3623,90 @@ and it must return the edited HTML as string.

        $this + +
        +

        + specialErrorHandler() + + +

        + + +

        Temporary handler for Php8.5 waiting for Dompdf release.

        + + + public + specialErrorHandler(int $errno, string $errstr, string $filename, int $lineno) : bool + +
        +
        + + +
        Parameters
        +
        +
        + $errno + : int +
        +
        + +
        +
        + $errstr + : string +
        +
        + +
        +
        + $filename + : string +
        +
        + +
        +
        + $lineno + : int +
        +
        + +
        +
        + + +
        + Tags + + +
        +
        +
        + codeCoverageIgnore +
        +
        + + +
        +
        + + + +
        +
        Return values
        + bool +
        +
        $spreadsheet
      • $tableFormats
      • $tempDir
      • +
      • $temporaryVersionCheck
      • @@ -4102,6 +4238,7 @@ and it must return the edited HTML as string.

      • setTempDir()
      • setUseDiskCaching()
      • setUseInlineCss()
      • +
      • specialErrorHandler()
      • winFileToUrl()
      • writeAllSheets()
      • checkRtlAndLtr()
      • diff --git a/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Mpdf.html b/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Mpdf.html index 919ed68c4..8ae076889 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Mpdf.html +++ b/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Mpdf.html @@ -1653,7 +1653,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1704,7 +1704,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1764,7 +1764,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1863,7 +1863,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2031,7 +2031,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2082,7 +2082,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2120,7 +2120,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2197,7 +2197,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2314,7 +2314,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2556,7 +2556,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2672,7 +2672,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2814,7 +2814,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2862,7 +2862,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2958,7 +2958,7 @@ and it must return the edited HTML as string.

        @@ -3111,7 +3111,7 @@ and it must return the edited HTML as string.

        @@ -3418,7 +3418,7 @@ and it must return the edited HTML as string.

        @@ -3575,7 +3575,7 @@ and it must return the edited HTML as string.

        diff --git a/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Tcpdf.html b/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Tcpdf.html index aa46e99ba..81626008f 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Tcpdf.html +++ b/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Tcpdf.html @@ -1616,7 +1616,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1667,7 +1667,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1727,7 +1727,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1826,7 +1826,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1994,7 +1994,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2045,7 +2045,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2083,7 +2083,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2160,7 +2160,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2277,7 +2277,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2519,7 +2519,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2635,7 +2635,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2777,7 +2777,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2825,7 +2825,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2921,7 +2921,7 @@ and it must return the edited HTML as string.

        @@ -3074,7 +3074,7 @@ and it must return the edited HTML as string.

        @@ -3381,7 +3381,7 @@ and it must return the edited HTML as string.

        @@ -3538,7 +3538,7 @@ and it must return the edited HTML as string.

        diff --git a/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf.html b/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf.html index e32a4bdc6..c1ad00b11 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf.html +++ b/classes/PhpOffice-PhpSpreadsheet-Writer-Pdf.html @@ -1610,7 +1610,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1661,7 +1661,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1721,7 +1721,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1820,7 +1820,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -1988,7 +1988,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2039,7 +2039,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2077,7 +2077,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2154,7 +2154,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2271,7 +2271,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2513,7 +2513,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2629,7 +2629,7 @@ Enables table formats in writer, disabled here, must be enabled in writer via a @@ -2769,7 +2769,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2817,7 +2817,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2913,7 +2913,7 @@ and it must return the edited HTML as string.

        @@ -3066,7 +3066,7 @@ and it must return the edited HTML as string.

        @@ -3373,7 +3373,7 @@ and it must return the edited HTML as string.

        @@ -3530,7 +3530,7 @@ and it must return the edited HTML as string.

        diff --git a/classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx-Worksheet.html b/classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx-Worksheet.html index 440e4c3b4..02b3319fc 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx-Worksheet.html +++ b/classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx-Worksheet.html @@ -123,7 +123,7 @@ @@ -290,7 +290,7 @@ diff --git a/classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html b/classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html index 45f09b481..abfc85ea9 100644 --- a/classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html +++ b/classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html @@ -191,6 +191,12 @@ Identifies whether the Writer should write definitions for any charts that exist Forces PhpSpreadsheet to recalculate all formulae in a workbook when saving, so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet viewer when opening the file. +
        + $restrictMaxColumnWidth + +  : bool +
        +

        @@ -293,6 +299,12 @@ immediately available to MS Excel or other office spreadsheet viewer when openin If false, then formulae are not calculated on save. This is faster for saving in PhpSpreadsheet, but slower when opening the resulting file in MS Excel, because Excel has to recalculate the formulae itself. +
        + getRestrictMaxColumnWidth() + +  : bool +
        +
        getSpreadsheet() @@ -468,6 +480,13 @@ and a button will be available to force re-calculation. Set to true (the default) to advise the Writer to calculate all formulae on save Set to false to prevent precalculation of formulae on save. +
        + setRestrictMaxColumnWidth() + +  : self +
        +
        Excel has a nominal width limint of 255 for a column.
        +
        setSpreadsheet() @@ -676,6 +695,44 @@ immediately available to MS Excel or other office spreadsheet viewer when openin +

        +
        +

        + $restrictMaxColumnWidth + + + + +

        + + + + + + protected + bool + $restrictMaxColumnWidth + = false + + + + + + + + +
        @@ -699,7 +756,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -746,7 +803,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -788,7 +845,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -822,7 +879,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -900,7 +957,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -939,7 +996,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -977,7 +1034,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1016,7 +1073,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1097,7 +1154,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1136,7 +1193,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1199,6 +1256,44 @@ immediately available to MS Excel or other office spreadsheet viewer when openin +
        +
        Return values
        + bool +
        + + +
        +

        + getRestrictMaxColumnWidth() + + +

        + + + + + public + getRestrictMaxColumnWidth() : bool + +
        +
        + + + + + + +
        Return values
        bool @@ -1219,7 +1314,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1258,7 +1353,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1297,7 +1392,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1336,7 +1431,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1414,7 +1509,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1452,7 +1547,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1490,7 +1585,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1528,7 +1623,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1566,7 +1661,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1604,7 +1699,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1642,7 +1737,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1680,7 +1775,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1718,7 +1813,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1756,7 +1851,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1794,7 +1889,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1832,7 +1927,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1870,7 +1965,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1908,7 +2003,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -1991,7 +2086,7 @@ immediately available to MS Excel or other office spreadsheet viewer when openin @@ -2047,7 +2142,7 @@ self::DISABLE_PRECALCULATE_FORMULAE Don't Precalculate formulae before saving @@ -2098,7 +2193,7 @@ with LibreOffice or Gnumeric.

        @@ -2207,7 +2302,7 @@ Nevertheless, default is set to false in PhpSpreadsheet 4.0.0.

        @@ -2296,6 +2391,64 @@ Nevertheless, default is set to false in PhpSpreadsheet 4.0.0.

        $this
        +
        +
        +

        + setRestrictMaxColumnWidth() + + +

        + + +

        Excel has a nominal width limint of 255 for a column.

        + + + public + setRestrictMaxColumnWidth(bool $restrictMaxColumnWidth) : self + +
        +
        + +

        Surprisingly, Xlsx can read and write larger values, +and the file will appear as desired, +but the User Interface does not allow you to set the width beyond 255, +either directly or though auto-fit width. +Xls sets its own value when the width is beyond 255. +This method gets whether PhpSpreadsheet should restrict the +column widths which it writes to the Excel limit, for formats +which allow it to exceed 255.

        +
        + +
        Parameters
        +
        +
        + $restrictMaxColumnWidth + : bool +
        +
        + +
        +
        + + + + + +
        +
        Return values
        + self +
        +
        Xlsx.php : - 594 + 596 @@ -2362,7 +2515,7 @@ Nevertheless, default is set to false in PhpSpreadsheet 4.0.0.

        @@ -2464,7 +2617,7 @@ Nevertheless, default is set to false in PhpSpreadsheet 4.0.0.

        @@ -2692,6 +2845,7 @@ Nevertheless, default is set to false in PhpSpreadsheet 4.0.0.

      • $fileHandle
      • $includeCharts
      • $preCalculateFormulas
      • +
      • $restrictMaxColumnWidth
      • @@ -2711,6 +2865,7 @@ Nevertheless, default is set to false in PhpSpreadsheet 4.0.0.

      • getNumFmtHashTable()
      • getOffice2003Compatibility()
      • getPreCalculateFormulas()
      • +
      • getRestrictMaxColumnWidth()
      • getSpreadsheet()
      • getStringTable()
      • getStyleHashTable()
      • @@ -2737,6 +2892,7 @@ Nevertheless, default is set to false in PhpSpreadsheet 4.0.0.

      • setIncludeCharts()
      • setOffice2003Compatibility()
      • setPreCalculateFormulas()
      • +
      • setRestrictMaxColumnWidth()
      • setSpreadsheet()
      • setUseCSEArrays()
      • setUseDiskCaching()
      • diff --git a/files/src-phpspreadsheet-style-conditionalformatting-conditionaliconset.html b/files/src-phpspreadsheet-style-conditionalformatting-conditionaliconset.html new file mode 100644 index 000000000..b5c8a5c28 --- /dev/null +++ b/files/src-phpspreadsheet-style-conditionalformatting-conditionaliconset.html @@ -0,0 +1,273 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
        +

        Documentation

        + + + + + +
        + +
        +
        + + + + +
        +
        +
          +
        + +
        +

        ConditionalIconSet.php

        + + + + + + + + +

        + Table of Contents + + +

        + + + + +

        + Classes + + +

        +
        +
        ConditionalIconSet
        + + + + + + + + + + + + +
        +
        +
        +
        +
        
        +        
        + +
        +
        + + + +
        +
        +
        + +
        + On this page + +
          +
        • Table Of Contents
        • +
        • + +
        • + + +
        +
        + +
        +
        +
        +
        +
        +

        Search results

        + +
        +
        +
          +
          +
          +
          +
          + + +
          + + + + + + + + diff --git a/files/src-phpspreadsheet-style-conditionalformatting-iconsetvalues.html b/files/src-phpspreadsheet-style-conditionalformatting-iconsetvalues.html new file mode 100644 index 000000000..cdcfdb77e --- /dev/null +++ b/files/src-phpspreadsheet-style-conditionalformatting-iconsetvalues.html @@ -0,0 +1,273 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
          +

          Documentation

          + + + + + +
          + +
          +
          + + + + +
          +
          +
            +
          + +
          +

          IconSetValues.php

          + + + + + + + + +

          + Table of Contents + + +

          + + + + + + +

          + Enums + + +

          +
          +
          IconSetValues
          + + + + + + + + + + +
          +
          +
          +
          +
          
          +        
          + +
          +
          + + + +
          +
          +
          + +
          + On this page + +
            +
          • Table Of Contents
          • +
          • + +
          • + + +
          +
          + +
          +
          +
          +
          +
          +

          Search results

          + +
          +
          +
            +
            +
            +
            +
            + + +
            + + + + + + + + diff --git a/indices/files.html b/indices/files.html index 895300cdb..3bf4f2244 100644 --- a/indices/files.html +++ b/indices/files.html @@ -218,6 +218,7 @@
          • ConditionalFormatting.php
          • ConditionalFormattingRuleExtension.php
          • ConditionalHelper.php
          • +
          • ConditionalIconSet.php
          • ConditionalStyles.php
          • Confidence.php
          • Constants.php
          • @@ -400,6 +401,7 @@
          • ITextElement.php
          • IValueBinder.php
          • IWriter.php
          • +
          • IconSetValues.php
          • IgnoredErrors.php
          • Indirect.php
          • IntClass.php
          • diff --git a/js/searchIndex.js b/js/searchIndex.js index 39edf570b..03d04b667 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -5948,8 +5948,13 @@ Search.appendIndex( }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Cell\\Coordinate\u003A\u003AsplitRange\u0028\u0029", "name": "splitRange", - "summary": "Split\u0020range\u0020into\u0020coordinate\u0020strings.", + "summary": "Split\u0020range\u0020into\u0020coordinate\u0020strings,\u0020using\u0020comma\u0020for\u0020union\nand\u0020ignoring\u0020intersection\u0020\u0028space\u0029.", "url": "classes/PhpOffice-PhpSpreadsheet-Cell-Coordinate.html#method_splitRange" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Cell\\Coordinate\u003A\u003AallRanges\u0028\u0029", + "name": "allRanges", + "summary": "Split\u0020range\u0020into\u0020coordinate\u0020strings,\u0020resolving\u0020unions\u0020and\u0020intersections.", + "url": "classes/PhpOffice-PhpSpreadsheet-Cell-Coordinate.html#method_allRanges" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Cell\\Coordinate\u003A\u003AbuildRange\u0028\u0029", "name": "buildRange", @@ -10960,6 +10965,11 @@ Search.appendIndex( "name": "getAllowExternalImages", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Reader-BaseReader.html#method_getAllowExternalImages" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Reader\\BaseReader\u003A\u003AsetCreateBlankSheetIfNoneRead\u0028\u0029", + "name": "setCreateBlankSheetIfNoneRead", + "summary": "Create\u0020a\u0020blank\u0020sheet\u0020if\u0020none\u0020are\u0020read,\npossibly\u0020due\u0020to\u0020a\u0020typo\u0020when\u0020using\u0020LoadSheetsOnly.", + "url": "classes/PhpOffice-PhpSpreadsheet-Reader-BaseReader.html#method_setCreateBlankSheetIfNoneRead" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Reader\\BaseReader\u003A\u003AgetSecurityScanner\u0028\u0029", "name": "getSecurityScanner", @@ -11045,6 +11055,11 @@ Search.appendIndex( "name": "allowExternalImages", "summary": "Allow\u0020external\u0020images.\u0020Use\u0020with\u0020caution.", "url": "classes/PhpOffice-PhpSpreadsheet-Reader-BaseReader.html#property_allowExternalImages" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Reader\\BaseReader\u003A\u003A\u0024createBlankSheetIfNoneRead", + "name": "createBlankSheetIfNoneRead", + "summary": "Create\u0020a\u0020blank\u0020sheet\u0020if\u0020none\u0020are\u0020read,\npossibly\u0020due\u0020to\u0020a\u0020typo\u0020when\u0020using\u0020LoadSheetsOnly.", + "url": "classes/PhpOffice-PhpSpreadsheet-Reader-BaseReader.html#property_createBlankSheetIfNoneRead" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Reader\\BaseReader\u003A\u003A\u0024readFilter", "name": "readFilter", @@ -11775,6 +11790,11 @@ Search.appendIndex( "name": "getAllowExternalImages", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Reader-IReader.html#method_getAllowExternalImages" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Reader\\IReader\u003A\u003AsetCreateBlankSheetIfNoneRead\u0028\u0029", + "name": "setCreateBlankSheetIfNoneRead", + "summary": "Create\u0020a\u0020blank\u0020sheet\u0020if\u0020none\u0020are\u0020read,\npossibly\u0020due\u0020to\u0020a\u0020typo\u0020when\u0020using\u0020LoadSheetsOnly.", + "url": "classes/PhpOffice-PhpSpreadsheet-Reader-IReader.html#method_setCreateBlankSheetIfNoneRead" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Reader\\IReader\u003A\u003Aload\u0028\u0029", "name": "load", @@ -11810,6 +11830,11 @@ Search.appendIndex( "name": "DONT_ALLOW_EXTERNAL_IMAGES", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Reader-IReader.html#constant_DONT_ALLOW_EXTERNAL_IMAGES" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Reader\\IReader\u003A\u003ACREATE_BLANK_SHEET_IF_NONE_READ", + "name": "CREATE_BLANK_SHEET_IF_NONE_READ", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Reader-IReader.html#constant_CREATE_BLANK_SHEET_IF_NONE_READ" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Reader\\IReadFilter", "name": "IReadFilter", @@ -16675,6 +16700,11 @@ Search.appendIndex( "name": "convertPostToString", "summary": "Assist\u0020with\u0020POST\u0020items\u0020when\u0020samples\u0020are\u0020run\u0020in\u0020browser.", "url": "classes/PhpOffice-PhpSpreadsheet-Shared-StringHelper.html#method_convertPostToString" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Shared\\StringHelper\u003A\u003AstringIncrement\u0028\u0029", + "name": "stringIncrement", + "summary": "Php\u0020introduced\u0020str_increment\u0020with\u0020Php8.3,\nbut\u0020didn\u0027t\u0020issue\u0020deprecation\u0020notices\u0020till\u00208.5.", + "url": "classes/PhpOffice-PhpSpreadsheet-Shared-StringHelper.html#method_stringIncrement" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Shared\\TimeZone", "name": "TimeZone", @@ -18705,6 +18735,16 @@ Search.appendIndex( "name": "setColorScale", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html#method_setColorScale" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\Conditional\u003A\u003AgetIconSet\u0028\u0029", + "name": "getIconSet", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html#method_getIconSet" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\Conditional\u003A\u003AsetIconSet\u0028\u0029", + "name": "setIconSet", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html#method_setIconSet" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\Conditional\u003A\u003AgetHashCode\u0028\u0029", "name": "getHashCode", @@ -18800,6 +18840,11 @@ Search.appendIndex( "name": "CONDITION_UNIQUE", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html#constant_CONDITION_UNIQUE" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\Conditional\u003A\u003ACONDITION_ICONSET", + "name": "CONDITION_ICONSET", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-Conditional.html#constant_CONDITION_ICONSET" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\Conditional\u003A\u003AOPERATOR_NONE", "name": "OPERATOR_NONE", @@ -19480,6 +19525,161 @@ Search.appendIndex( "name": "setCellFormula", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalFormatValueObject.html#method_setCellFormula" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalFormatValueObject\u003A\u003AgetGreaterThanOrEqual\u0028\u0029", + "name": "getGreaterThanOrEqual", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalFormatValueObject.html#method_getGreaterThanOrEqual" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalFormatValueObject\u003A\u003AsetGreaterThanOrEqual\u0028\u0029", + "name": "setGreaterThanOrEqual", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalFormatValueObject.html#method_setGreaterThanOrEqual" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet", + "name": "ConditionalIconSet", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AgetIconSetType\u0028\u0029", + "name": "getIconSetType", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_getIconSetType" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AsetIconSetType\u0028\u0029", + "name": "setIconSetType", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_setIconSetType" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AgetReverse\u0028\u0029", + "name": "getReverse", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_getReverse" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AsetReverse\u0028\u0029", + "name": "setReverse", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_setReverse" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AgetShowValue\u0028\u0029", + "name": "getShowValue", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_getShowValue" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AsetShowValue\u0028\u0029", + "name": "setShowValue", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_setShowValue" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AgetCustom\u0028\u0029", + "name": "getCustom", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_getCustom" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AsetCustom\u0028\u0029", + "name": "setCustom", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_setCustom" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AgetCfvos\u0028\u0029", + "name": "getCfvos", + "summary": "Get\u0020the\u0020conditional\u0020format\u0020value\u0020objects.", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_getCfvos" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\ConditionalIconSet\u003A\u003AsetCfvos\u0028\u0029", + "name": "setCfvos", + "summary": "Set\u0020the\u0020conditional\u0020format\u0020value\u0020objects.", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-ConditionalIconSet.html#method_setCfvos" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues", + "name": "IconSetValues", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AThreeArrows", + "name": "ThreeArrows", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_ThreeArrows" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AThreeArrowsGray", + "name": "ThreeArrowsGray", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_ThreeArrowsGray" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AThreeFlags", + "name": "ThreeFlags", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_ThreeFlags" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AThreeTrafficLights1", + "name": "ThreeTrafficLights1", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_ThreeTrafficLights1" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AThreeTrafficLights2", + "name": "ThreeTrafficLights2", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_ThreeTrafficLights2" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AThreeSigns", + "name": "ThreeSigns", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_ThreeSigns" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AThreeSymbols", + "name": "ThreeSymbols", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_ThreeSymbols" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AThreeSymbols2", + "name": "ThreeSymbols2", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_ThreeSymbols2" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFourArrows", + "name": "FourArrows", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FourArrows" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFourArrowsGray", + "name": "FourArrowsGray", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FourArrowsGray" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFourRedToBlack", + "name": "FourRedToBlack", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FourRedToBlack" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFourRating", + "name": "FourRating", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FourRating" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFourTrafficLights", + "name": "FourTrafficLights", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FourTrafficLights" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFiveArrows", + "name": "FiveArrows", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FiveArrows" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFiveArrowsGray", + "name": "FiveArrowsGray", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FiveArrowsGray" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFiveRating", + "name": "FiveRating", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FiveRating" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\IconSetValues\u003A\u003AFiveQuarters", + "name": "FiveQuarters", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Style-ConditionalFormatting-IconSetValues.html#enumcase_FiveQuarters" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Style\\ConditionalFormatting\\StyleMerger", "name": "StyleMerger", @@ -23625,6 +23825,11 @@ Search.appendIndex( "name": "getWidth", "summary": "Get\u0020Width.", "url": "classes/PhpOffice-PhpSpreadsheet-Worksheet-ColumnDimension.html#method_getWidth" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnDimension\u003A\u003AgetWidthForOutput\u0028\u0029", + "name": "getWidthForOutput", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Worksheet-ColumnDimension.html#method_getWidthForOutput" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnDimension\u003A\u003AsetWidth\u0028\u0029", "name": "setWidth", @@ -23640,6 +23845,11 @@ Search.appendIndex( "name": "setAutoSize", "summary": "Set\u0020Auto\u0020Size.", "url": "classes/PhpOffice-PhpSpreadsheet-Worksheet-ColumnDimension.html#method_setAutoSize" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnDimension\u003A\u003AEXCEL_MAX_WIDTH", + "name": "EXCEL_MAX_WIDTH", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Worksheet-ColumnDimension.html#constant_EXCEL_MAX_WIDTH" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnIterator", "name": "ColumnIterator", @@ -25145,6 +25355,11 @@ Search.appendIndex( "name": "getSecurityDescriptor", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Worksheet-ProtectedRange.html#method_getSecurityDescriptor" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Worksheet\\ProtectedRange\u003A\u003AallRanges\u0028\u0029", + "name": "allRanges", + "summary": "Split\u0020range\u0020into\u0020coordinate\u0020strings.", + "url": "classes/PhpOffice-PhpSpreadsheet-Worksheet-ProtectedRange.html#method_allRanges" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Worksheet\\Protection", "name": "Protection", @@ -27370,6 +27585,11 @@ Search.appendIndex( "name": "applyStylesFromArray", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Worksheet-Worksheet.html#method_applyStylesFromArray" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Worksheet\\Worksheet\u003A\u003AcopyFormula\u0028\u0029", + "name": "copyFormula", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Worksheet-Worksheet.html#method_copyFormula" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Worksheet\\Worksheet\u003A\u003ABREAK_NONE", "name": "BREAK_NONE", @@ -28235,11 +28455,21 @@ Search.appendIndex( "name": "save", "summary": "Save\u0020Spreadsheet\u0020to\u0020file.", "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Dompdf.html#method_save" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Dompdf\u003A\u003AspecialErrorHandler\u0028\u0029", + "name": "specialErrorHandler", + "summary": "Temporary\u0020handler\u0020for\u0020Php8.5\u0020waiting\u0020for\u0020Dompdf\u0020release.", + "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Dompdf.html#method_specialErrorHandler" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Dompdf\u003A\u003A\u0024embedImages", "name": "embedImages", "summary": "embed\u0020images,\u0020or\u0020link\u0020to\u0020images.", "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Dompdf.html#property_embedImages" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Dompdf\u003A\u003A\u0024temporaryVersionCheck", + "name": "temporaryVersionCheck", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Pdf-Dompdf.html#property_temporaryVersionCheck" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Mpdf", "name": "Mpdf", @@ -29445,11 +29675,26 @@ Search.appendIndex( "name": "setForceFullCalc", "summary": "If\u0020this\u0020is\u0020set\u0020when\u0020a\u0020spreadsheet\u0020is\u0020opened,\nvalues\u0020may\u0020not\u0020be\u0020automatically\u0020re\u002Dcalculated,\nand\u0020a\u0020button\u0020will\u0020be\u0020available\u0020to\u0020force\u0020re\u002Dcalculation.", "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html#method_setForceFullCalc" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\u003A\u003AsetRestrictMaxColumnWidth\u0028\u0029", + "name": "setRestrictMaxColumnWidth", + "summary": "Excel\u0020has\u0020a\u0020nominal\u0020width\u0020limint\u0020of\u0020255\u0020for\u0020a\u0020column.", + "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html#method_setRestrictMaxColumnWidth" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\u003A\u003AgetRestrictMaxColumnWidth\u0028\u0029", + "name": "getRestrictMaxColumnWidth", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html#method_getRestrictMaxColumnWidth" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\u003A\u003ADEFAULT_FORCE_FULL_CALC", "name": "DEFAULT_FORCE_FULL_CALC", "summary": "", "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html#constant_DEFAULT_FORCE_FULL_CALC" + }, { + "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\u003A\u003A\u0024restrictMaxColumnWidth", + "name": "restrictMaxColumnWidth", + "summary": "", + "url": "classes/PhpOffice-PhpSpreadsheet-Writer-Xlsx.html#property_restrictMaxColumnWidth" }, { "fqsen": "\\PhpOffice\\PhpSpreadsheet\\Writer\\ZipStream0", "name": "ZipStream0", diff --git a/namespaces/phpoffice-phpspreadsheet-style-conditionalformatting.html b/namespaces/phpoffice-phpspreadsheet-style-conditionalformatting.html index 45b1fc936..179651f46 100644 --- a/namespaces/phpoffice-phpspreadsheet-style-conditionalformatting.html +++ b/namespaces/phpoffice-phpspreadsheet-style-conditionalformatting.html @@ -123,9 +123,16 @@

            -
            CellMatcher
            CellStyleAssessor
            ConditionalColorScale
            ConditionalDataBar
            ConditionalDataBarExtension
            ConditionalFormattingRuleExtension
            ConditionalFormatValueObject
            StyleMerger
            Wizard
            +
            CellMatcher
            CellStyleAssessor
            ConditionalColorScale
            ConditionalDataBar
            ConditionalDataBarExtension
            ConditionalFormattingRuleExtension
            ConditionalFormatValueObject
            ConditionalIconSet
            StyleMerger
            Wizard
            +

            + Enums + + +

            +
            +
            IconSetValues
            @@ -241,7 +248,8 @@
          • +
          • Enums
          • + diff --git a/packages/Application.html b/packages/Application.html index 103530c64..b6e8e4d8a 100644 --- a/packages/Application.html +++ b/packages/Application.html @@ -124,7 +124,7 @@ Copyright (c) 2007 E. W. Bachtal, Inc.
            Functions
            ErrorValue
            ExcelError
            Value
            ExcelArrayPseudoFunctions
            MakeMatrix
            WildcardMatch
            Boolean
            Conditional
            Operations
            Address
            ChooseRowsEtc
            ExcelMatch
            Filter
            Formula
            Helpers
            HLookup
            Hstack
            Hyperlink
            Indirect
            Lookup
            LookupBase
            LookupRefValidations
            Matrix
            Offset
            RowColumnInformation
            Selection
            Sort
            TorowTocol
            Unique
            VLookup
            Vstack
            Absolute
            Angle
            Arabic
            Base
            Ceiling
            Combinations
            Exp
            Factorial
            Floor
            Gcd
            Helpers
            IntClass
            Lcm
            Logarithms
            MatrixFunctions
            Operations
            Random
            Roman
            Round
            SeriesSum
            Sign
            Sqrt
            Subtotal
            Sum
            SumSquares
            Cosecant
            Cosine
            Cotangent
            Secant
            Sine
            Tangent
            Trunc
            AggregateBase
            Mean
            Averages
            Conditional
            Confidence
            Counts
            Deviations
            Beta
            Binomial
            ChiSquared
            DistributionValidations
            Exponential
            F
            Fisher
            Gamma
            GammaBase
            HyperGeometric
            LogNormal
            NewtonRaphson
            Normal
            Poisson
            StandardNormal
            StudentT
            Weibull
            Maximum
            MaxMinBase
            Minimum
            Percentiles
            Permutations
            Size
            StandardDeviations
            Standardize
            StatisticalValidations
            Trends
            VarianceBase
            Variances
            CaseConvert
            CharacterConvert
            Concatenate
            Extract
            Format
            Helpers
            Replace
            Search
            Text
            Trim
            Stack
            Service
            AddressHelper
            AdvancedValueBinder
            Cell
            CellAddress
            CellRange
            ColumnRange
            Coordinate
            Helper class to manipulate cell coordinates.
            DataType
            DataValidation
            DataValidator
            Validate a cell value according to its validation rules.
            DefaultValueBinder
            Hyperlink
            IgnoredErrors
            RowRange
            StringValueBinder
            CellReferenceHelper
            Axis
            Created by PhpStorm.
            AxisText
            Created by PhpStorm.
            Chart
            ChartColor
            DataSeries
            DataSeriesValues
            Created by PhpStorm.
            Exception
            GridLines
            Created by PhpStorm.
            Layout
            Legend
            PlotArea
            Properties
            Created by PhpStorm.
            JpGraph
            Jpgraph is not oficially maintained in Composer, so the version there could be out of date. For that reason, all unit test requiring Jpgraph are skipped. So, do not measure code coverage for this class till that -is fixed.
            JpGraphRendererBase
            Base class for different Jpgraph implementations as charts renderer.
            MtJpGraphRenderer
            Jpgraph is not officially maintained by Composer at packagist.org.
            Title
            TrendLine
            Created by PhpStorm.
            Cells
            CellsFactory
            SimpleCache1
            This is the default implementation for in-memory cell collection.
            SimpleCache3
            This is the default implementation for in-memory cell collection.
            Comment
            DefinedName
            Properties
            Security
            Exception
            HashTable
            Dimension
            Downloader
            Assist downloading files when samples are run in browser.
            Handler
            Html
            Sample
            Helper class to be used in sample code.
            Size
            TextGrid
            IOFactory
            Factory to create readers and writers easily.
            NamedFormula
            NamedRange
            BaseReader
            Delimiter
            Csv
            DefaultReadFilter
            Exception
            PageSetup
            Properties
            Styles
            Gnumeric
            Html
            AutoFilter
            BaseLoader
            DefinedNames
            FormulaTranslator
            PageSettings
            Properties
            Ods
            XmlScanner
            Slk
            Biff5
            Biff8
            BIFF5
            BIFF8
            BuiltIn
            Color
            ConditionalFormatting
            DataValidationHelper
            ErrorCode
            Escher
            ListFunctions
            LoadSpreadsheet
            Mappings
            MD5
            RC4
            Border
            CellAlignment
            CellFont
            FillPattern
            Xls
            XlsBase
            AutoFilter
            BaseParserClass
            Chart
            ColumnAndRowAttributes
            ConditionalStyles
            DataValidations
            Hyperlinks
            Namespaces
            PageSetup
            Properties
            SharedFormula
            SheetViewOptions
            SheetViews
            Styles
            TableReader
            Theme
            WorkbookView
            Xlsx
            DataValidations
            PageSettings
            Properties
            Alignment
            Border
            Fill
            Font
            NumberFormat
            StyleBase
            Style
            Xml
            Reader for SpreadsheetML, the XML schema for Microsoft Office Excel 2003.
            ReferenceHelper
            RichText
            Run
            TextElement
            Settings
            CodePage
            Date
            Drawing
            SpContainer
            SpgrContainer
            DgContainer
            Blip
            BSE
            BstoreContainer
            DggContainer
            Escher
            File
            Font
            IntOrFloat
            ChainedBlockStream
            File
            Class for creating File PPS's for OLE containers.
            Root
            Class for creating Root PPS's for OLE containers.
            PPS
            Class for creating PPS's for OLE containers.
            OLE
            OLE package base class.
            OLERead
            PasswordHasher
            StringHelper
            TimeZone
            BestFit
            ExponentialBestFit
            LinearBestFit
            LogarithmicBestFit
            PolynomialBestFit
            PowerBestFit
            Trend
            Xls
            XMLWriter
            Spreadsheet
            Alignment
            Border
            Borders
            Color
            Conditional
            CellMatcher
            CellStyleAssessor
            ConditionalColorScale
            ConditionalDataBar
            ConditionalDataBarExtension
            ConditionalFormattingRuleExtension
            ConditionalFormatValueObject
            StyleMerger
            Blanks
            CellValue
            DateValue
            Duplicates
            Errors
            Expression
            TextValue
            WizardAbstract
            Wizard
            Fill
            Font
            BaseFormatter
            DateFormatter
            Formatter
            FractionFormatter
            NumberFormatter
            PercentageFormatter
            Accounting
            Currency
            CurrencyBase
            Date
            DateTime
            DateTimeWizard
            Duration
            Locale
            Number
            NumberBase
            Percentage
            Scientific
            Time
            NumberFormat
            Protection
            RgbTint
            Class to handle tint applied to color.
            Style
            Supervisor
            Theme
            Rule
            Column
            AutoFilter
            AutoFit
            BaseDrawing
            CellIterator
            Column
            ColumnCellIterator
            ColumnDimension
            ColumnIterator
            Dimension
            Shadow
            Drawing
            HeaderFooter
            <code> +is fixed.
            JpGraphRendererBase
            Base class for different Jpgraph implementations as charts renderer.
            MtJpGraphRenderer
            Jpgraph is not officially maintained by Composer at packagist.org.
            Title
            TrendLine
            Created by PhpStorm.
            Cells
            CellsFactory
            SimpleCache1
            This is the default implementation for in-memory cell collection.
            SimpleCache3
            This is the default implementation for in-memory cell collection.
            Comment
            DefinedName
            Properties
            Security
            Exception
            HashTable
            Dimension
            Downloader
            Assist downloading files when samples are run in browser.
            Handler
            Html
            Sample
            Helper class to be used in sample code.
            Size
            TextGrid
            IOFactory
            Factory to create readers and writers easily.
            NamedFormula
            NamedRange
            BaseReader
            Delimiter
            Csv
            DefaultReadFilter
            Exception
            PageSetup
            Properties
            Styles
            Gnumeric
            Html
            AutoFilter
            BaseLoader
            DefinedNames
            FormulaTranslator
            PageSettings
            Properties
            Ods
            XmlScanner
            Slk
            Biff5
            Biff8
            BIFF5
            BIFF8
            BuiltIn
            Color
            ConditionalFormatting
            DataValidationHelper
            ErrorCode
            Escher
            ListFunctions
            LoadSpreadsheet
            Mappings
            MD5
            RC4
            Border
            CellAlignment
            CellFont
            FillPattern
            Xls
            XlsBase
            AutoFilter
            BaseParserClass
            Chart
            ColumnAndRowAttributes
            ConditionalStyles
            DataValidations
            Hyperlinks
            Namespaces
            PageSetup
            Properties
            SharedFormula
            SheetViewOptions
            SheetViews
            Styles
            TableReader
            Theme
            WorkbookView
            Xlsx
            DataValidations
            PageSettings
            Properties
            Alignment
            Border
            Fill
            Font
            NumberFormat
            StyleBase
            Style
            Xml
            Reader for SpreadsheetML, the XML schema for Microsoft Office Excel 2003.
            ReferenceHelper
            RichText
            Run
            TextElement
            Settings
            CodePage
            Date
            Drawing
            SpContainer
            SpgrContainer
            DgContainer
            Blip
            BSE
            BstoreContainer
            DggContainer
            Escher
            File
            Font
            IntOrFloat
            ChainedBlockStream
            File
            Class for creating File PPS's for OLE containers.
            Root
            Class for creating Root PPS's for OLE containers.
            PPS
            Class for creating PPS's for OLE containers.
            OLE
            OLE package base class.
            OLERead
            PasswordHasher
            StringHelper
            TimeZone
            BestFit
            ExponentialBestFit
            LinearBestFit
            LogarithmicBestFit
            PolynomialBestFit
            PowerBestFit
            Trend
            Xls
            XMLWriter
            Spreadsheet
            Alignment
            Border
            Borders
            Color
            Conditional
            CellMatcher
            CellStyleAssessor
            ConditionalColorScale
            ConditionalDataBar
            ConditionalDataBarExtension
            ConditionalFormattingRuleExtension
            ConditionalFormatValueObject
            ConditionalIconSet
            StyleMerger
            Blanks
            CellValue
            DateValue
            Duplicates
            Errors
            Expression
            TextValue
            WizardAbstract
            Wizard
            Fill
            Font
            BaseFormatter
            DateFormatter
            Formatter
            FractionFormatter
            NumberFormatter
            PercentageFormatter
            Accounting
            Currency
            CurrencyBase
            Date
            DateTime
            DateTimeWizard
            Duration
            Locale
            Number
            NumberBase
            Percentage
            Scientific
            Time
            NumberFormat
            Protection
            RgbTint
            Class to handle tint applied to color.
            Style
            Supervisor
            Theme
            Rule
            Column
            AutoFilter
            AutoFit
            BaseDrawing
            CellIterator
            Column
            ColumnCellIterator
            ColumnDimension
            ColumnIterator
            Dimension
            Shadow
            Drawing
            HeaderFooter
            <code> Header/Footer Formatting Syntax taken from Office Open XML Part 4 - Markup Language Reference, page 1970:.
            HeaderFooterDrawing
            Iterator
            MemoryDrawing
            PageBreak
            PageMargins
            PageSetup
            <code> Paper size taken from Office Open XML Part 4 - Markup Language Reference, page 1988:.
            Pane
            ProtectedRange
            Protection
            Row
            RowCellIterator
            RowDimension
            RowIterator
            SheetView
            Column
            TableDxfsStyle
            TableStyle
            Table
            Validations
            Worksheet
            BaseWriter
            Csv
            Exception
            Html
            AutoFilters
            Comment
            Style
            Content
            Formula
            Meta
            MetaInf
            Mimetype
            NamedExpressions
            Settings
            Styles
            Thumbnails
            WriterPart
            Ods
            Dompdf
            Mpdf
            Tcpdf
            Pdf
            BIFFwriter
            CellDataValidation
            ConditionalHelper
            ErrorCode
            Escher
            Font
            Parser
            CellAlignment
            CellBorder
            CellFill
            Workbook
            Worksheet
            Xf
            Xls
            AutoFilter
            Chart
            Comments
            ContentTypes
            DefinedNames
            DocProps
            Drawing
            FunctionPrefix
            Metadata
            Rels
            RelsRibbon
            RelsVBA
            StringTable
            Style
            Table
            Theme
            Workbook
            Worksheet
            WriterPart
            Xlsx
            ZipStream0
            ZipStream2
            Either ZipStream2 or ZipStream3, but not both, may be used.
            ZipStream3
            @@ -142,7 +142,7 @@ Paper size taken from Office Open XML Part 4 - Markup Language Reference, page 1
            -
            CurrencyNegative
            +
            IconSetValues
            CurrencyNegative
            diff --git a/reports/markers.html b/reports/markers.html index b0535885f..1f4354ab6 100644 --- a/reports/markers.html +++ b/reports/markers.html @@ -131,6 +131,10 @@ src/PhpSpreadsheet/Reader/Xlsx/Chart.php 1 + + + src/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php + 1 src/PhpSpreadsheet/Reader/Xlsx.php @@ -243,7 +247,7 @@ TODO - 712 + 707 } elseif ($child instanceof DOMElement) { @@ -279,22 +283,22 @@ TODO - 490 + 492 Why is there no BSE Index? Is this a new Office Version? Password protected field? FIXME - 597 + 602 what if sheetname contains comma? FIXME - 629 + 634 what if sheetname contains comma? TODO - 679 + 684 Provide support for named values @@ -317,12 +321,12 @@ TODO - 3848 + 3847 Investigate structure for .xls SHEETLAYOUT record as saved by MS Office Excel 2007 TODO - 4791 + 4790 external sheet support @@ -344,6 +348,24 @@ parse title elements + + +

            ConditionalStyles.php

            + + + + + + + + + + + + + + +
            TypeLineDescription
            TODO385The cfIcon element is not implemented yet.

            Xlsx.php

            @@ -358,7 +380,7 @@ TODO - 1410 + 1412 Autoshapes from twoCellAnchors! @@ -394,12 +416,12 @@ TODO - 1689 + 1688 the style gotten from the merger overrides everything TODO - 2073 + 2072 Same for columns