You are here

protected function PHPExcel_Helper_HTML::startSuperscriptTag in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Helper/HTML.php \PHPExcel_Helper_HTML::startSuperscriptTag()

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Helper/HTML.php, line 705

Class

PHPExcel_Helper_HTML

Code

protected function startSuperscriptTag() {
  $this->superscript = true;
}