1.0.1 • Published 3 years ago

html-table-to-excel v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

cover your html table to .xls format

its based on vanilla javascript its tested with react but should work with other technologies like vue, angular etc.

usage for react__

import htmltoexcel from "html-table-to-excel"

htmltoexcel(elemnt_object) it accepts the object of table element
i.e the results we get for a document.getElementbyID selector