4
nitnip
5y

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.

Comments
  • 5
    Oh gawd, what crazy hell are you trying to build?
  • 1
  • 1
    @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.
  • 1
    @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”
  • 0
    @nitnip phpexcel isn`t obsolete? I read that PHPspreadsheet is its successor, but I don't know if it is beterr/worse than PHPexcel
  • 1
    @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.
Add Comment