You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-11Lines changed: 32 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,37 @@ The types of files searched are:
8
8
* gz
9
9
* zip
10
10
* log
11
+
* xlsx
12
+
* xls
11
13
* gif
12
14
* png
13
15
* bmp
14
16
* jpg
15
17
* jpeg
16
18
* html
17
19
18
-
The link is "<a ref=" relative for files of type: csv, jtl, xml, gz, zip, log (to download it)
20
+
The link is "<a ref=" relative for files of type: csv, jtl, xml, gz, zip, log, xlsx, xls (to download it)
19
21
20
22
The link is "<img src=" relative for files of type: gif, png, bmp, jpg, jpeg (to view it)
21
23
22
-
For html files, the content is read and directly included in the generated html page (blocks of html tables created with the csv-report-to-html tool from csv file)
24
+
For html files, the content is read and directly included in the generated html page (blocks of html tables created with the csv-report-to-html tool from csv file). This HTML include file must not have elements <html> and </html>.
23
25
24
-
sorting algorithm : Filenames with less directory deep are before file this directory
26
+
Sorting algorithm : Ascending alphabetical sorting but filenames with less directory deep are before file this directory
@@ -83,7 +96,11 @@ or individual launch `mvn -Dgraph_width=950 exec:java@create_html_page_for_files
83
96
<systemProperties>
84
97
<systemProperty>
85
98
<key>image_width</key>
86
-
<value>${graph_width}</value>
99
+
<value>${image_width}</value>
100
+
</systemProperty>
101
+
<systemProperty>
102
+
<key>add_toc</key>
103
+
<value>${add_toc}</value>
87
104
</systemProperty>
88
105
</systemProperties>
89
106
</configuration>
@@ -98,19 +115,23 @@ or individual launch `mvn -Dgraph_width=950 exec:java@create_html_page_for_files
98
115
## Simple jar tool
99
116
This tool is a java jar, so it's could be use as simple jar (look at [Release](https://github.com/vdaburon/CreateHtmlForFilesInDirectory/releases) to download jar file)
0 commit comments