예제 #1
0
 /** {@inheritdoc} */
 public function createAndWrite($path, array $rows)
 {
     $this->writer->createAndWrite($path, $rows);
 }
예제 #2
0
 /** {@inheritdoc} */
 public function createAndWrite($path, array $rows, $sheetName = '')
 {
     $this->writer->createAndWrite($path, $rows, $sheetName);
 }