I used to default export option in reporting service to export the report in CSV format.
my table result is
sno sname values method
1 aaa 123,124,145 aa
2 bbb 234,454,565 bb
3 ccc 454,511,455 cc
This table value i exported in csv format that time display wrong alignment...
sno sname values method
1 aaa 123 124 145 aa
2 bbb 234 454 565 bb
3 ccc 454 511 455 cc
is it possible to comma is no need to separate the value in csv....
plz help me soon....