Example #1
0
 /**
  * @param Cell           $cell
  * @param                $value
  * @param ReferenceTable $table
  *
  * @return mixed
  */
 public function parse(Cell $cell, $value, ReferenceTable &$table)
 {
     $cell->fill($value);
 }