Hi everyone.
Right now, I´m using ParamQuery 3.1.0 for a website developed with ASP 3.0 over IIS 7.0. This site allows users to create diferent kinds of budget, and export it then to CSV and XLS format.
I`m using ParamQuery grid for preview and export propouses (method exportExcel), but I have a problem with amount format. I need use Spanish currency format: "," decimal separator and "." thousand separator, but exportExcel() method only apply USA format.
Could you help me?