UNPKG

object-exporter

Version:

A little JavaScript plugin to generate PDF, XLS, CSV and DOC from JavaScript Object or DOM element only from the frontend!

24 lines 520 B
{ "name": "object-exporter", "description": "A javascript library to generate CSV or XLS/XLSX out of an object on the frontend.", "main": "src/index.js", "authors": [ "Dr. Arash Gharibi <arash_gharibi@gmx.de>", "Peng Wang <peng_wang@web.de>" ], "license": "MIT", "keywords": [ "objectexporter", "object-exporter", "csv", "xls", "xlsx", "javascript-csv", "javascript-xls" ], "homepage": "https://github.com/gharibi", "ignore": [ "node_modules", "dist" ] }