* Retrieve all columns even if they are not sortable. Prevent to get select record column
* Prevent to process float time numbers as real numbers during the export
Monetary fields were being exported empty because the parsing failed.
In the way of correctly exporting them as numbers, this chunk of code's performance has been improved.