2020-06-15 17:44:25 +02:00

16 lines
251 B
PHP

<?php
declare(strict_types=1);
// @see: https://github.com/PHPOffice/PHPExcel/blob/1.8/Classes/PHPExcel.php
final class PHPExcel
{
/**
* @return PHPExcel_Worksheet
*/
public function setActiveSheetIndex($pIndex = 0)
{
}
}