2023-05-16 10:50:42 +08:00

16 lines
459 B
PHP

<?php
public function setListValue($productID, $branch = 0)
{
return $this->loadExtension('excel')->setListValue($productID, $branch);
}
public function createFromImport($productID, $branch = 0, $type = 'story', $projectID = 0)
{
return $this->loadExtension('excel')->createFromImport($productID, $branch, $type, $projectID);
}
public function replaceUserRequirementLang()
{
return $this->loadExtension('excel')->replaceUserRequirementLang();
}