UNPKG
xlsx
Version:
latest (0.18.5)
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.9
0.16.8
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.6
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.13
0.12.12
0.12.11
0.12.10
0.12.9
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.19
0.11.18
0.11.17
0.11.16
0.11.15
0.11.14
0.11.13
0.11.12
0.11.11
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.3
0.10.1
0.10.0
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.6
0.9.4
0.9.3
0.9.2
0.9.0
0.8.8
0.8.0
0.7.12
0.7.0
0.6.1
0.6.0
0.5.17
0.5.8
0.5.7
0.5.6
0.5.0
0.4.3
0.3.10
0.3.3
SheetJS Spreadsheet data parser and writer
sheetjs.com/opensource
SheetJS/js-xlsx
xlsx
/
types
/
tsconfig.json
15 lines
(14 loc)
•
343 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"lib"
:
[
"es5"
]
,
"noImplicitAny"
:
true
,
"noImplicitThis"
:
true
,
"strictNullChecks"
:
false
,
"baseUrl"
:
"."
,
"paths"
:
{
"xlsx"
:
[
"."
]
}
,
"types"
:
[
]
,
"noEmit"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
}