Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sheetjs/demos/chrome/Makefile

πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Latest
File
.PHONY: init init: cp ../../dist/xlsx.full.min.js . if [ ! -e logo.png ]; then curl -O http://sheetjs.com/logo.png; fi .PHONY: lint lint: eslint content.js popup.js table.js