This commit is contained in:
SheetJS 2020-01-28 00:02:07 -05:00
parent 299223979b
commit 8840ac851e
4 changed files with 3877 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
js-xlsx

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY: index
index:
rm -rf js-xlsx
git clone --depth=1 https://github.com/SheetJS/js-xlsx
cd js-xlsx; grip --title "SheetJS Community Edition" --export README.md; cd ..
mv js-xlsx/README.html index.html
git add index.html
#mv js-xlsx/README.md .
#git add README.md

View File

@ -1,2 +0,0 @@
# docs.sheetjs.com
docs.sheetjs.com

3867
index.html Normal file

File diff suppressed because one or more lines are too long