excel.php 170 B

123456789101112
  1. <?php
  2. /**
  3. * Set export list value
  4. *
  5. * @access public
  6. * @return void
  7. */
  8. public function setListValue()
  9. {
  10. return $this->loadExtension('excel')->setListValue();
  11. }