lundi 9 mars 2020

Export html table to csv or excel format? [closed]

I have table i create in the HTML page if i want to make a button and import it to csv or excel file format?

<table>
    <thead>
        <tr>
            <th>Items</th>`enter code here`
            <th>Expenditure</th>
        </tr>
    </thead>
    <tbody>



Aucun commentaire:

Enregistrer un commentaire