Box\Spout\Reader\XLSX\RowIterator::getCellValue PHP Method

getCellValue() protected method

Returns the (unescaped) correctly marshalled, cell value associated to the given XML node.
protected getCellValue ( DOMNode $node ) : string | integer | float | boolean | DateTime | null
$node DOMNode
return string | integer | float | boolean | DateTime | null The value associated with the cell (null when the cell has an error)
    protected function getCellValue($node)
    {
        return $this->cellValueFormatter->extractAndFormatNodeValue($node);
    }