I am trying to find if PHPExcel has any documentation for simple functions like "getActiveSheet" as I would prefer not to get my nose inside the library's code. I've search a whole day through the links related to "PHPExcel functions documentation" and apart from https://docs.typo3.org/typo3cms/extensions/phpexcel_library/1.7.4/manual.html and https://github.com/cystbear/PHPExcel/tree/master/Documentation. There wasn't any documentation other than of simple functions as toArray() or "getActiveSheet()" .
My question is: does PHPExcel have any documentation for common functions related to manipulating the worksheet object like rangeToArray() or getHighestRow()? If it does, where can I find it?
Human-generated documentation for can always be found on the PHPExcel wiki, and there are also the API Docs
The former is included in the repository in the Documentation folder
The latter you can also generate yourself from the source using PHPDocumentor
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With