?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet

?? Viewing: IReadFilter.php

<?php

namespace PhpOffice\PhpSpreadsheet\Reader;

interface IReadFilter
{
    /**
     * Should this cell be read?
     *
     * @param string $columnAddress Column address (as a string value like "A", or "IV")
     * @param int $row Row number
     * @param string $worksheetName Optional worksheet name
     *
     * @return bool
     */
    public function readCell($columnAddress, $row, $worksheetName = '');
}


??

??