Skip to main content
Module

x/sheetjs/demos/nwjs/Makefile

πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Latest
File
.PHONY: init init: if [ ! -e xlsx.full.min.js ]; then ln -s ../../dist/xlsx.full.min.js . ; fi .PHONY: run run: nw .