Skip to content

Commit 54eb9d8

Browse files
committed
Update directory trees
1 parent 22f8289 commit 54eb9d8

66 files changed

Lines changed: 3822 additions & 38 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

exceljs/index.html

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="Author" content="Made by 'tree'">
6+
<meta name="GENERATOR" content="tree v2.1.1 © 1996 - 2023 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro">
7+
<title>Directory Tree</title>
8+
<style type="text/css">
9+
BODY { font-family : monospace, sans-serif; color: black;}
10+
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
11+
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
12+
A:link { text-decoration : none; margin : 0px; padding : 0px;}
13+
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
14+
A:active { margin : 0px; padding : 0px;}
15+
.VERSION { font-size: small; font-family : arial, sans-serif; }
16+
.NORM { color: black; }
17+
.FIFO { color: purple; }
18+
.CHAR { color: yellow; }
19+
.DIR { color: blue; }
20+
.BLOCK { color: yellow; }
21+
.LINK { color: aqua; }
22+
.SOCK { color: fuchsia;}
23+
.EXEC { color: green; }
24+
</style>
25+
</head>
26+
<body>
27+
<h1>Directory Tree</h1><p>
28+
<a href="../">👆 回到上一级目录</a><br>
29+
├── <a href="./LICENSE">LICENSE</a><br>
30+
├── <a href="./MODEL.md">MODEL.md</a><br>
31+
├── <a href="./README.md">README.md</a><br>
32+
├── <a href="./README_zh.md">README_zh.md</a><br>
33+
├── <a href="./TODO.txt">TODO.txt</a><br>
34+
├── <a href="./UPGRADE-4.0.md">UPGRADE-4.0.md</a><br>
35+
├── <a href="./benchmark.js">benchmark.js</a><br>
36+
├── <a href="./excel.js">excel.js</a><br>
37+
├── <a href="./gruntfile.js">gruntfile.js</a><br>
38+
├── <a href="./index.d.ts">index.d.ts</a><br>
39+
├── <a href="./index.ts">index.ts</a><br>
40+
├── <a href="./lib/">lib</a><br>
41+
│   ├── <a href="./lib/csv/">csv</a><br>
42+
│   ├── <a href="./lib/doc/">doc</a><br>
43+
│   ├── <a href="./lib/exceljs.bare.js">exceljs.bare.js</a><br>
44+
│   ├── <a href="./lib/exceljs.browser.js">exceljs.browser.js</a><br>
45+
│   ├── <a href="./lib/exceljs.nodejs.js">exceljs.nodejs.js</a><br>
46+
│   ├── <a href="./lib/stream/">stream</a><br>
47+
│   ├── <a href="./lib/utils/">utils</a><br>
48+
│   └── <a href="./lib/xlsx/">xlsx</a><br>
49+
├── <a href="./package.json">package.json</a><br>
50+
├── <a href="./spec/">spec</a><br>
51+
│   ├── <a href="./spec/browser/">browser</a><br>
52+
│   ├── <a href="./spec/config/">config</a><br>
53+
│   ├── <a href="./spec/dist/">dist</a><br>
54+
│   ├── <a href="./spec/end-to-end/">end-to-end</a><br>
55+
│   ├── <a href="./spec/integration/">integration</a><br>
56+
│   ├── <a href="./spec/manual/">manual</a><br>
57+
│   ├── <a href="./spec/typescript/">typescript</a><br>
58+
│   ├── <a href="./spec/unit/">unit</a><br>
59+
│   └── <a href="./spec/utils/">utils</a><br>
60+
└── <a href="./tsconfig.json">tsconfig.json</a><br>
61+
<br><br><p>
62+
63+
17 directories, 16 files
64+
65+
</p>
66+
<hr>
67+
<p class="VERSION">
68+
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore <br>
69+
HTML output hacked and copyleft © 1998 by Francesc Rocher <br>
70+
JSON output hacked and copyleft © 2014 by Florian Sesser <br>
71+
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
72+
</p>
73+
</body>
74+
</html>
75+
<style>body { font-family: Arial, sans-serif; } .tree { margin: 20px; } .tree ul { list-style-type: none; margin-left: 20px; padding-left: 1em; position: relative; } .tree ul ul::before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: #ccc; } .tree li { margin: 5px 0; padding-left: 1.5em; position: relative; } .tree li::before { content: ""; display: block; position: absolute; left: 0; top: 0.7em; width: 10px; height: 1px; background-color: #ccc; } .tree a { color: #0366d6; text-decoration: none; } .tree a:hover { text-decoration: underline; } .back-link { font-weight: bold; color: #0366d6; }</style>

exceljs/lib/csv/index.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="Author" content="Made by 'tree'">
6+
<meta name="GENERATOR" content="tree v2.1.1 © 1996 - 2023 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro">
7+
<title>Directory Tree</title>
8+
<style type="text/css">
9+
BODY { font-family : monospace, sans-serif; color: black;}
10+
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
11+
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
12+
A:link { text-decoration : none; margin : 0px; padding : 0px;}
13+
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
14+
A:active { margin : 0px; padding : 0px;}
15+
.VERSION { font-size: small; font-family : arial, sans-serif; }
16+
.NORM { color: black; }
17+
.FIFO { color: purple; }
18+
.CHAR { color: yellow; }
19+
.DIR { color: blue; }
20+
.BLOCK { color: yellow; }
21+
.LINK { color: aqua; }
22+
.SOCK { color: fuchsia;}
23+
.EXEC { color: green; }
24+
</style>
25+
</head>
26+
<body>
27+
<h1>Directory Tree</h1><p>
28+
<a href="../">👆 回到上一级目录</a><br>
29+
├── <a href="./csv.js">csv.js</a><br>
30+
├── <a href="./line-buffer.js">line-buffer.js</a><br>
31+
└── <a href="./stream-converter.js">stream-converter.js</a><br>
32+
<br><br><p>
33+
34+
1 directory, 3 files
35+
36+
</p>
37+
<hr>
38+
<p class="VERSION">
39+
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore <br>
40+
HTML output hacked and copyleft © 1998 by Francesc Rocher <br>
41+
JSON output hacked and copyleft © 2014 by Florian Sesser <br>
42+
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
43+
</p>
44+
</body>
45+
</html>
46+
<style>body { font-family: Arial, sans-serif; } .tree { margin: 20px; } .tree ul { list-style-type: none; margin-left: 20px; padding-left: 1em; position: relative; } .tree ul ul::before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: #ccc; } .tree li { margin: 5px 0; padding-left: 1.5em; position: relative; } .tree li::before { content: ""; display: block; position: absolute; left: 0; top: 0.7em; width: 10px; height: 1px; background-color: #ccc; } .tree a { color: #0366d6; text-decoration: none; } .tree a:hover { text-decoration: underline; } .back-link { font-weight: bold; color: #0366d6; }</style>

exceljs/lib/doc/data/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="Author" content="Made by 'tree'">
6+
<meta name="GENERATOR" content="tree v2.1.1 © 1996 - 2023 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro">
7+
<title>Directory Tree</title>
8+
<style type="text/css">
9+
BODY { font-family : monospace, sans-serif; color: black;}
10+
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
11+
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
12+
A:link { text-decoration : none; margin : 0px; padding : 0px;}
13+
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
14+
A:active { margin : 0px; padding : 0px;}
15+
.VERSION { font-size: small; font-family : arial, sans-serif; }
16+
.NORM { color: black; }
17+
.FIFO { color: purple; }
18+
.CHAR { color: yellow; }
19+
.DIR { color: blue; }
20+
.BLOCK { color: yellow; }
21+
.LINK { color: aqua; }
22+
.SOCK { color: fuchsia;}
23+
.EXEC { color: green; }
24+
</style>
25+
</head>
26+
<body>
27+
<h1>Directory Tree</h1><p>
28+
<a href="../">👆 回到上一级目录</a><br>
29+
└── <a href="./theme1.json">theme1.json</a><br>
30+
<br><br><p>
31+
32+
1 directory, 1 file
33+
34+
</p>
35+
<hr>
36+
<p class="VERSION">
37+
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore <br>
38+
HTML output hacked and copyleft © 1998 by Francesc Rocher <br>
39+
JSON output hacked and copyleft © 2014 by Florian Sesser <br>
40+
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
41+
</p>
42+
</body>
43+
</html>
44+
<style>body { font-family: Arial, sans-serif; } .tree { margin: 20px; } .tree ul { list-style-type: none; margin-left: 20px; padding-left: 1em; position: relative; } .tree ul ul::before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: #ccc; } .tree li { margin: 5px 0; padding-left: 1.5em; position: relative; } .tree li::before { content: ""; display: block; position: absolute; left: 0; top: 0.7em; width: 10px; height: 1px; background-color: #ccc; } .tree a { color: #0366d6; text-decoration: none; } .tree a:hover { text-decoration: underline; } .back-link { font-weight: bold; color: #0366d6; }</style>

exceljs/lib/doc/index.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="Author" content="Made by 'tree'">
6+
<meta name="GENERATOR" content="tree v2.1.1 © 1996 - 2023 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro">
7+
<title>Directory Tree</title>
8+
<style type="text/css">
9+
BODY { font-family : monospace, sans-serif; color: black;}
10+
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
11+
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
12+
A:link { text-decoration : none; margin : 0px; padding : 0px;}
13+
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
14+
A:active { margin : 0px; padding : 0px;}
15+
.VERSION { font-size: small; font-family : arial, sans-serif; }
16+
.NORM { color: black; }
17+
.FIFO { color: purple; }
18+
.CHAR { color: yellow; }
19+
.DIR { color: blue; }
20+
.BLOCK { color: yellow; }
21+
.LINK { color: aqua; }
22+
.SOCK { color: fuchsia;}
23+
.EXEC { color: green; }
24+
</style>
25+
</head>
26+
<body>
27+
<h1>Directory Tree</h1><p>
28+
<a href="../">👆 回到上一级目录</a><br>
29+
├── <a href="./anchor.js">anchor.js</a><br>
30+
├── <a href="./cell.js">cell.js</a><br>
31+
├── <a href="./column.js">column.js</a><br>
32+
├── <a href="./data/">data</a><br>
33+
│   └── <a href="./data/theme1.json">theme1.json</a><br>
34+
├── <a href="./data-validations.js">data-validations.js</a><br>
35+
├── <a href="./defined-names.js">defined-names.js</a><br>
36+
├── <a href="./enums.js">enums.js</a><br>
37+
├── <a href="./image.js">image.js</a><br>
38+
├── <a href="./modelcontainer.js">modelcontainer.js</a><br>
39+
├── <a href="./note.js">note.js</a><br>
40+
├── <a href="./range.js">range.js</a><br>
41+
├── <a href="./row.js">row.js</a><br>
42+
├── <a href="./table.js">table.js</a><br>
43+
├── <a href="./workbook.js">workbook.js</a><br>
44+
└── <a href="./worksheet.js">worksheet.js</a><br>
45+
<br><br><p>
46+
47+
2 directories, 15 files
48+
49+
</p>
50+
<hr>
51+
<p class="VERSION">
52+
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore <br>
53+
HTML output hacked and copyleft © 1998 by Francesc Rocher <br>
54+
JSON output hacked and copyleft © 2014 by Florian Sesser <br>
55+
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
56+
</p>
57+
</body>
58+
</html>
59+
<style>body { font-family: Arial, sans-serif; } .tree { margin: 20px; } .tree ul { list-style-type: none; margin-left: 20px; padding-left: 1em; position: relative; } .tree ul ul::before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: #ccc; } .tree li { margin: 5px 0; padding-left: 1.5em; position: relative; } .tree li::before { content: ""; display: block; position: absolute; left: 0; top: 0.7em; width: 10px; height: 1px; background-color: #ccc; } .tree a { color: #0366d6; text-decoration: none; } .tree a:hover { text-decoration: underline; } .back-link { font-weight: bold; color: #0366d6; }</style>

exceljs/lib/index.html

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="Author" content="Made by 'tree'">
6+
<meta name="GENERATOR" content="tree v2.1.1 © 1996 - 2023 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro">
7+
<title>Directory Tree</title>
8+
<style type="text/css">
9+
BODY { font-family : monospace, sans-serif; color: black;}
10+
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
11+
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
12+
A:link { text-decoration : none; margin : 0px; padding : 0px;}
13+
A:hover { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
14+
A:active { margin : 0px; padding : 0px;}
15+
.VERSION { font-size: small; font-family : arial, sans-serif; }
16+
.NORM { color: black; }
17+
.FIFO { color: purple; }
18+
.CHAR { color: yellow; }
19+
.DIR { color: blue; }
20+
.BLOCK { color: yellow; }
21+
.LINK { color: aqua; }
22+
.SOCK { color: fuchsia;}
23+
.EXEC { color: green; }
24+
</style>
25+
</head>
26+
<body>
27+
<h1>Directory Tree</h1><p>
28+
<a href="../">👆 回到上一级目录</a><br>
29+
├── <a href="./csv/">csv</a><br>
30+
│   ├── <a href="./csv/csv.js">csv.js</a><br>
31+
│   ├── <a href="./csv/line-buffer.js">line-buffer.js</a><br>
32+
│   └── <a href="./csv/stream-converter.js">stream-converter.js</a><br>
33+
├── <a href="./doc/">doc</a><br>
34+
│   ├── <a href="./doc/anchor.js">anchor.js</a><br>
35+
│   ├── <a href="./doc/cell.js">cell.js</a><br>
36+
│   ├── <a href="./doc/column.js">column.js</a><br>
37+
│   ├── <a href="./doc/data/">data</a><br>
38+
│   ├── <a href="./doc/data-validations.js">data-validations.js</a><br>
39+
│   ├── <a href="./doc/defined-names.js">defined-names.js</a><br>
40+
│   ├── <a href="./doc/enums.js">enums.js</a><br>
41+
│   ├── <a href="./doc/image.js">image.js</a><br>
42+
│   ├── <a href="./doc/modelcontainer.js">modelcontainer.js</a><br>
43+
│   ├── <a href="./doc/note.js">note.js</a><br>
44+
│   ├── <a href="./doc/range.js">range.js</a><br>
45+
│   ├── <a href="./doc/row.js">row.js</a><br>
46+
│   ├── <a href="./doc/table.js">table.js</a><br>
47+
│   ├── <a href="./doc/workbook.js">workbook.js</a><br>
48+
│   └── <a href="./doc/worksheet.js">worksheet.js</a><br>
49+
├── <a href="./exceljs.bare.js">exceljs.bare.js</a><br>
50+
├── <a href="./exceljs.browser.js">exceljs.browser.js</a><br>
51+
├── <a href="./exceljs.nodejs.js">exceljs.nodejs.js</a><br>
52+
├── <a href="./stream/">stream</a><br>
53+
│   └── <a href="./stream/xlsx/">xlsx</a><br>
54+
├── <a href="./utils/">utils</a><br>
55+
│   ├── <a href="./utils/auto-drain.js">auto-drain.js</a><br>
56+
│   ├── <a href="./utils/browser-buffer-decode.js">browser-buffer-decode.js</a><br>
57+
│   ├── <a href="./utils/browser-buffer-encode.js">browser-buffer-encode.js</a><br>
58+
│   ├── <a href="./utils/cell-matrix.js">cell-matrix.js</a><br>
59+
│   ├── <a href="./utils/col-cache.js">col-cache.js</a><br>
60+
│   ├── <a href="./utils/copy-style.js">copy-style.js</a><br>
61+
│   ├── <a href="./utils/encryptor.js">encryptor.js</a><br>
62+
│   ├── <a href="./utils/iterate-stream.js">iterate-stream.js</a><br>
63+
│   ├── <a href="./utils/parse-sax.js">parse-sax.js</a><br>
64+
│   ├── <a href="./utils/shared-formula.js">shared-formula.js</a><br>
65+
│   ├── <a href="./utils/shared-strings.js">shared-strings.js</a><br>
66+
│   ├── <a href="./utils/stream-base64.js">stream-base64.js</a><br>
67+
│   ├── <a href="./utils/stream-buf.js">stream-buf.js</a><br>
68+
│   ├── <a href="./utils/string-buf.js">string-buf.js</a><br>
69+
│   ├── <a href="./utils/string-builder.js">string-builder.js</a><br>
70+
│   ├── <a href="./utils/stuttered-pipe.js">stuttered-pipe.js</a><br>
71+
│   ├── <a href="./utils/typed-stack.js">typed-stack.js</a><br>
72+
│   ├── <a href="./utils/under-dash.js">under-dash.js</a><br>
73+
│   ├── <a href="./utils/utils.js">utils.js</a><br>
74+
│   ├── <a href="./utils/xml-stream.js">xml-stream.js</a><br>
75+
│   └── <a href="./utils/zip-stream.js">zip-stream.js</a><br>
76+
└── <a href="./xlsx/">xlsx</a><br>
77+
&nbsp;&nbsp;&nbsp; ├── <a href="./xlsx/calcChain.xml">calcChain.xml</a><br>
78+
&nbsp;&nbsp;&nbsp; ├── <a href="./xlsx/core.xml">core.xml</a><br>
79+
&nbsp;&nbsp;&nbsp; ├── <a href="./xlsx/defaultnumformats.js">defaultnumformats.js</a><br>
80+
&nbsp;&nbsp;&nbsp; ├── <a href="./xlsx/rel-type.js">rel-type.js</a><br>
81+
&nbsp;&nbsp;&nbsp; ├── <a href="./xlsx/styles.xml">styles.xml</a><br>
82+
&nbsp;&nbsp;&nbsp; ├── <a href="./xlsx/workbook.xml">workbook.xml</a><br>
83+
&nbsp;&nbsp;&nbsp; ├── <a href="./xlsx/xform/">xform</a><br>
84+
&nbsp;&nbsp;&nbsp; ├── <a href="./xlsx/xlsx.js">xlsx.js</a><br>
85+
&nbsp;&nbsp;&nbsp; └── <a href="./xlsx/xml/">xml</a><br>
86+
<br><br><p>
87+
88+
10 directories, 48 files
89+
90+
</p>
91+
<hr>
92+
<p class="VERSION">
93+
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore <br>
94+
HTML output hacked and copyleft © 1998 by Francesc Rocher <br>
95+
JSON output hacked and copyleft © 2014 by Florian Sesser <br>
96+
Charsets / OS/2 support © 2001 by Kyosuke Tokoro
97+
</p>
98+
</body>
99+
</html>
100+
<style>body { font-family: Arial, sans-serif; } .tree { margin: 20px; } .tree ul { list-style-type: none; margin-left: 20px; padding-left: 1em; position: relative; } .tree ul ul::before { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: #ccc; } .tree li { margin: 5px 0; padding-left: 1.5em; position: relative; } .tree li::before { content: ""; display: block; position: absolute; left: 0; top: 0.7em; width: 10px; height: 1px; background-color: #ccc; } .tree a { color: #0366d6; text-decoration: none; } .tree a:hover { text-decoration: underline; } .back-link { font-weight: bold; color: #0366d6; }</style>

0 commit comments

Comments
 (0)