11 lines
201 B
PHP
11 lines
201 B
PHP
<?php
|
|
public function setListValue()
|
|
{
|
|
return $this->loadExtension('excel')->setListValue();
|
|
}
|
|
|
|
public function createFromImport()
|
|
{
|
|
return $this->loadExtension('excel')->createFromImport();
|
|
}
|