Ask questionsrestore explicit list of changes to PHPExcel migration document
This is:
- [ ] a bug report
- [x ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
The Rector tool is fine but it is not complete. (Neither was the original migration tool.) The change from #1445 removed all the details about changed function names, short names, and so on. It would be useful to restore that information.
Answer
questions
gotgot1995
Thanks you so much @nschulzke for highlighting this issue. I ran into a similar problem as I was trying to migrate my code using rector. I had to manually review each line of code which was calling the function setCellValueByColumnAndRow() and increment all my indices +1 in order to make it work.
It would be great to specify in the API doc that indices now start from 1 and not from 0.
Related questions