I have used export to excel functionality of Jquery. Its working fine. I am able to see all the columns with proper data. In the excel sheet i am having one date columns in that the date values are coming as belows
1/02/2014
3/05/2014
.#######
.#######
7/07/2014
But when i expand the excel column i am able to see the date in below format(there are some spaces before the dates)
1/02/2014
3/05/2014
4/05/2014
7/05/2014
7/07/2014
So my question is that, is there any way to align the text in excel sheet using JQuery datatable.
Please suggest.
