You are here

public function PHPExcel_Writer_Excel2007::getStringTable in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php \PHPExcel_Writer_Excel2007::getStringTable()

Get string table

Return value

string[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php, line 445

Class

PHPExcel_Writer_Excel2007
PHPExcel_Writer_Excel2007

Code

public function getStringTable() {
  return $this->_stringTable;
}