pasteparser
PasterParser.js
Tiny pure javascript library for pasted data to categorize and convert on html page
You can include to your project using npm
npm i pasteparser-js
or you can directly include your page using:
<script src="https://unpkg.com/pasteparser-js@1.0.0/pasteparser.min.js"></script>
Usage without options:
;
Usage with options:
var forExcelParseOptions = FirstColumnIsHeader: true ; ;
var forExcelParseOptions = FirstColumnIsHeader: false InjectThisHeader:'A''B''C' ; ;