Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nitnip18146y@C0D4 Nothing fancy. Some small tweaks to an old project. One of those tweaks include fixing an export-to-excel function so the averages it outputs are calculated by Excel's native functions.
-
C0D4681386y@nitnip wow. I’d just calculate it and then dump it to file.
But having excel calc it after the fact 🤷♂️
Ps: obligatory “welcome to devrant” -
Omnisus3446y@nitnip phpexcel isn`t obsolete? I read that PHPspreadsheet is its successor, but I don't know if it is beterr/worse than PHPexcel
-
nitnip18146y@Omnisus Yeah, it's deprecated. PHPSpreadsheet should be better since they don't have to deal with PHPExcel's codebase but I haven't tried it yet.
Related Rants
Laravel Excel is shit and has shit documentation as well. PHPExcel may not be as pretty as a bunch of callbacks but it's more efficient and actually gets the job done.
rant
laravel
maatwebsite/excel
php
phpexcel
excel