Want to Export dynamic html table to excel in javascript is there any way can i do do in firefox browser without using activex object in code .please help me
There is an extension table2clipboard for firefox. You can also generate csv output from DOM tree manually and let user save it as csv file. Excel can import from CSV.