Table of Contents
-
$worksheet
: Worksheet
-
$worksheetXml
: SimpleXMLElement|null
-
__construct()
: mixed
-
load()
: void
-
boolean()
: bool
-
codeName()
: void
-
outlines()
: void
-
pageSetup()
: void
-
printOptions()
: void
-
sheetFormat()
: void
-
tabColor()
: void
$worksheet
private
Worksheet
$worksheet
$worksheetXml
private
SimpleXMLElement|null
$worksheetXml
__construct()
public
__construct(Worksheet $workSheet[, SimpleXMLElement|null $worksheetXml = null ]) : mixed
Parameters
-
$workSheet
: Worksheet
-
-
$worksheetXml
: SimpleXMLElement|null
= null
-
Return values
mixed
—
load()
public
load(bool $readDataOnly, Styles $styleReader) : void
Parameters
-
$readDataOnly
: bool
-
-
$styleReader
: Styles
-
Return values
void
—
boolean()
protected
static boolean(mixed $value) : bool
Parameters
-
$value
: mixed
-
Return values
bool
—
codeName()
private
codeName(SimpleXMLElement $sheetPrx) : void
Parameters
-
$sheetPrx
: SimpleXMLElement
-
Return values
void
—
outlines()
private
outlines(SimpleXMLElement $sheetPr) : void
Parameters
-
$sheetPr
: SimpleXMLElement
-
Return values
void
—
pageSetup()
private
pageSetup(SimpleXMLElement $sheetPr) : void
Parameters
-
$sheetPr
: SimpleXMLElement
-
Return values
void
—
printOptions()
private
printOptions(SimpleXMLElement $printOptionsx) : void
Parameters
-
$printOptionsx
: SimpleXMLElement
-
Return values
void
—
private
sheetFormat(SimpleXMLElement $sheetFormatPrx) : void
Parameters
-
$sheetFormatPrx
: SimpleXMLElement
-
Return values
void
—
tabColor()
private
tabColor(SimpleXMLElement $sheetPr, Styles $styleReader) : void
Parameters
-
$sheetPr
: SimpleXMLElement
-
-
$styleReader
: Styles
-
Return values
void
—