-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (54 loc) · 2.46 KB
/
index.html
File metadata and controls
63 lines (54 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WLZBPQD838"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WLZBPQD838');
</script>
<title>OpenExcelExport</title>
</head>
<body>
<script src="topbar.js "></script>
<script src="header.js "></script>
<div class="container my-5">
<div class="col-md-12">
<h2>Usage</h2>
<p>The application export all these data in an output excel file. Each extracted data are displayed in a different tabpage.</p>
<img src="images/excelIn_to_excelRes.jpg" width="850" alt="Excel to analyse to excel result">
</div>
<div class="col-md-12">
<h2>Download the application</h2>
<p>The application can be downloaded here: <a href="downloads/OpenExcelExport_v0.3.0.zip">OpenExcelExport_v0.3.zip</a>. Then unzip files.</p>
<p>More details <a href="download.html">here</a></p>
</div>
<div class="col-md-12">
<h2>Execute the application</h2>
<br>
<p>Open a Terminal and execute the application.</p>
<p>You have to analyse the content of an Excel file, execute the application and provide the two expected parameters:</p>
<p>1- The excel file to analyse,</p>
<p>2- the Excel result output file.</p>
<img src="images/cmd_exec_2params_ok.jpg" alt="Execute OpenExcelExport in a cmd">
<p>More details <a href="execute.html">here</a></p>
</div>
<div class="col-md-12">
<h2>Analysis: Excel results</h2>
<p>The output Excel file contains the result of the analysis of the input excel file.There are 7 sheets.</p>
<br><p>Sheet #1 : Abstract. Contains general informations.</p>
<img src="images/excel_res_sheet1.jpg" width="750" alt="Excel result, sheet #1 - abstract" >
<p>More details <a href="analysis.html">here</a></p>
</div>
</div>
<script src="footer.js "></script>
</body>
</html>