1.1.3 • Published 3 years ago

handle_file_upload v1.1.3

Weekly downloads
2
License
GPL-3.0-or-later
Repository
-
Last release
3 years ago

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

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago