I wrote code using Ajax/C# that will append data with jQuery to HTML table ,this is the table headers:
i tried to read articles over the web to export excel table as excel file but using JQuery, http://wsnippets.com/export-html-table-data-excel-sheet-using-jquery/
Heading
and there's a lot of articles like this all of them failed because i want to render Arabic letters so the letters looks strange.
i notice that there's an article in stackOverflow:http://stackoverflow.com/questions/17988417/export-data-table-with-arabic-data-to-excel
that talk about a situation similar to mine, but really i don't know how to implement it.