handle_file_upload

1.1.3 • Public • Published

handle_file_upload

Handle File Uploads lets you select the columns of a CSV, XLS or XLSX file. It will return the selected columns for your import. Demo: https://hfp.calantas.org

#Usage: Add a script import tag to your project:

<script src="node_modules/handle_file_upload/dist/handle_file_upload.js"></script>

Add this to your js grid declaration:

example:

h = new Handle_file_upload(columns, mycallback);
h.init();
}

function mycallback(data)
{
  console.log(data);
}


supported formats: csv, xlsx, xls

Readme

Keywords

none

Package Sidebar

Install

npm i handle_file_upload

Weekly Downloads

5

Version

1.1.3

License

GPL-3.0-or-later

Unpacked Size

1.95 MB

Total Files

8

Last publish

Collaborators

  • veto64