|
|
const | TYPE_BOOLEAN = 4 |
| | Boolean cell type.
|
| |
|
const | TYPE_DATE = 5 |
| | Date cell type.
|
| |
|
const | TYPE_EMPTY = 3 |
| | Empty cell type.
|
| |
|
const | TYPE_ERROR = 6 |
| | Error cell type.
|
| |
|
const | TYPE_FORMULA = 2 |
| | Formula cell type Not used at the moment.
|
| |
|
const | TYPE_NUMERIC = 0 |
| | Numeric cell type (whole numbers, fractional numbers, dates)
|
| |
|
const | TYPE_STRING = 1 |
| | String (text) cell type.
|
| |
|
|
Style | $style |
| | The cell style.
|
| |
|
int null | $type |
| | The cell type.
|
| |
|
mixed null | $value |
| | The value of this cell.
|
| |
◆ __construct()
| Box\Spout\Common\Entity\Cell::__construct |
( |
| $value, |
|
|
Style | $style = null ) |
- Parameters
-
| mixed | null | $value | |
| Style | null | $style | |
◆ __toString()
| Box\Spout\Common\Entity\Cell::__toString |
( |
| ) |
|
◆ detectType()
| Box\Spout\Common\Entity\Cell::detectType |
( |
| $value | ) |
|
|
protected |
Get the current value type.
- Parameters
-
- Return values
-
◆ getStyle()
| Box\Spout\Common\Entity\Cell::getStyle |
( |
| ) |
|
◆ getType()
| Box\Spout\Common\Entity\Cell::getType |
( |
| ) |
|
◆ getValue()
| Box\Spout\Common\Entity\Cell::getValue |
( |
| ) |
|
◆ getValueEvenIfError()
| Box\Spout\Common\Entity\Cell::getValueEvenIfError |
( |
| ) |
|
◆ isBoolean()
| Box\Spout\Common\Entity\Cell::isBoolean |
( |
| ) |
|
◆ isDate()
| Box\Spout\Common\Entity\Cell::isDate |
( |
| ) |
|
◆ isEmpty()
| Box\Spout\Common\Entity\Cell::isEmpty |
( |
| ) |
|
◆ isError()
| Box\Spout\Common\Entity\Cell::isError |
( |
| ) |
|
◆ isNumeric()
| Box\Spout\Common\Entity\Cell::isNumeric |
( |
| ) |
|
◆ isString()
| Box\Spout\Common\Entity\Cell::isString |
( |
| ) |
|
◆ setStyle()
| Box\Spout\Common\Entity\Cell::setStyle |
( |
| $style | ) |
|
◆ setType()
| Box\Spout\Common\Entity\Cell::setType |
( |
| $type | ) |
|
◆ setValue()
| Box\Spout\Common\Entity\Cell::setValue |
( |
| $value | ) |
|
The documentation for this class was generated from the following file:
- lib/spout/src/Spout/Common/Entity/Cell.php