atymic
atymic
Can you post the output of phpinfo()? My guess is your web server is running a different version of PHP than you think.
After removing that line, nginx fails to start because it can't write logs 🤔 
Ok, got around that but now FPM doesn't seem to be running or responding 🙃 
Nope, no luck. Am running apache container instead.
Any updates? Develop seems to support it.
@bluegill Let us know if you'd like someone to take over maintenance :)
I'd love this feature. Happy to PR if others want?
If the spreadsheet is huge, this cases memory issues pretty quickly. I guess could just up the memory, but since the file is read line by line should be easy...
cc @rap2hpoutre
> This does not seem right: if you need to limit the number of exported rows, you should apply limit at the DB query instance instead. > This is for...