This appears to be hardcoded functionality in the Excel Exporter module.
If you felt comfortable changing Java code, you could fork the module, change the default quote character from the constant to an empty character, and see if that gives you the functionality you require.
https://github.com/mendix/ExcelExporter/blob/1fd4737b665e2c63db0d4542d0ca79c081d05b90/javasource/xlsreport/report/export/ExportCSV.java#L51
Alternatively, you could put a request in the ideas forum to make this functionality configurable.
@Ravan (your profile isn't public so I am unfortunately unable to message you).
I just noticed this tread because I had the same problem.
Change the reference of CSVWriter.DEFAULT_QUOTE_CHARACTER to CSVWriter.NO_QUOTE_CHARACTER to completely remove all quotes.
Source: http://opencsv.sourceforge.net/apidocs/com/opencsv/ICSVWriter.html#NO_QUOTE_CHARACTER