JSPM

html-table-to-excel

1.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 37
    • Score
      100M100P100Q92520F
    • License ISC

    covert html table to excel

    Package Exports

    • html-table-to-excel

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (html-table-to-excel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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