Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to excel button click and then datatable download excel. But I dont download excel.
How to download excel datatable?

What I have tried:

Javascript datatable code

DataTables(){

var columns=[
 
    //////5 columns

];

 }



html code

<div>
<button class="btn btn secondary buttons excel buttons-html5" type="button" onclick="DownloadExcel()" </button>
</div>
Posted
Updated 21-Jun-21 3:37am
v2

To answer I will put in as much effort into this as you have in your question:
OLEDb or JdbcOdbc should work?
 
Share this answer
 
Literally the first result from a Google search for "datatables.net export to excel[^]":
DataTables example - File export[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900