Hello everyone,
I have a heavy report (more than 30,000 rows, more than 40 columns), which MyDBR does not manage to handle in Excel format (although I raised the allocated RAM of PHP to 1Go and raised the timeout to 20 minutes).
That is why I have switched to a CSV export, but unfortunately, in that case, users have to convert data once the Excel has opened the file because Excel does not natively "understand" it. To avoid this and enable Excel to display it correctly without any user intervention, I would need :
- the CSV file to use semicolons ";" instead of commas "," as a delimiter
- the CSV file to use commas "," instead of dots "." as a decimal separator
Is there a way to adjust this in myDBR?