An Excel-clipboard Component based on RegularJS.
http://aeodu.com/regular-excel-clipboard
$ npm install regular-excel-clipboard
- CommonJS
var Clipboard = require('regular-excel-clipboard');
- Global
Include the link and the script in the browser:
<!-- RegularJS -->
<script src="https://rawgit.com/regularjs/regular/master/dist/regular.js"></script>
<!-- the excel-clipboard component -->
<script src="//unpkg.com/regular-excel-clipboard/dist/clipboard.total.js"></script>
//unpkg.com/regular-excel-clipboard/dist/clipboard.total.css
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run startdev
# build for production with minification
npm run build
MIT