forked from sheetjs/sheetjs
SheetJS
7408679252
- read and write support for Flat ODS files - read support for Uniform Office Spreadsheet (UOS) - IE6-8 cell regex split fix (fixes #350 #140 #268 h/t @Aymkdn @C0d3ine) - replace substr negative index with slices (fixes #351 h/t @Aymkdn) - ODS parsexmltag ignores ext overrides (fixes #548 h/t @lgodard) - csv can be written using write/writeFile with csv type - added `type` to README (fixes #432 h/t @tomkel)
39 lines
436 B
Plaintext
39 lines
436 B
Plaintext
test_files/
|
|
tests/files/
|
|
index.html
|
|
misc/
|
|
node_modules
|
|
tmp
|
|
*.txt
|
|
*.[cC][sS][vV]
|
|
*.[dD][iI][fF]
|
|
*.[pP][rR][nN]
|
|
*.[sS][lL][kK]
|
|
*.socialcalc
|
|
*.[xX][lL][sSwW]
|
|
*.[xX][lL][sS][xXmMbB]
|
|
*.[oO][dD][sS]
|
|
*.[fF][oO][dD][sS]
|
|
*.[xX][mM][lL]
|
|
*.[uU][oO][sS]
|
|
*.htm
|
|
*.html
|
|
*.sheetjs
|
|
.gitignore
|
|
.jshintrc
|
|
CONTRIBUTING.md
|
|
Makefile
|
|
*.lst
|
|
.npmignore
|
|
xlsworker.js
|
|
shim.js
|
|
test.js
|
|
.jscs.json
|
|
.gitmodules
|
|
.travis.yml
|
|
.flowconfig
|
|
*.flow.js
|
|
bits/
|
|
odsbits/
|
|
tests/
|