You are here

private static property PHPExcel_Worksheet::$_invalidCharacters in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::_invalidCharacters

Invalid characters in sheet title

Type: array

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php, line 53

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

private static $_invalidCharacters = array(
  '*',
  ':',
  '/',
  '\\',
  '?',
  '[',
  ']',
);