-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexecute.html
More file actions
53 lines (47 loc) · 2.36 KB
/
execute.html
File metadata and controls
53 lines (47 loc) · 2.36 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
<!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 - Execution</title>
</head>
<body>
<script src="topbar.js "></script>
<script src="header.js "></script>
<div class="container my-5">
<div class="col-md-12">
<h2>Execute the application, without any parameter</h2>
<p>Open a Command Terminal and execute the application without any parameter.</p>
<p>In this case a short help will be displayed:</p>
<img src="images/cmd_exec_empty_OpenExcelExport.jpg" class="mb-4" width="850" alt="Execute OpenExcelExport in a cmd">
</div>
<div class="col-md-12">
<h2>Execute the application but the Excel file doesn't exists</h2>
<p>If you try to analyse an Excel which does not exists, an error will be displayed.</p>
<img src="images/cmd_exec_error_OpenExcelExport.jpg" class="mb-4" alt="Execute OpenExcelExport in a cmd with error">
</div>
<div class="col-md-12">
<h2>Execute the application on an Excel file</h2>
<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" class="mb-4" alt="Execute OpenExcelExport in a cmd">
<p>After analysis is completed, you can open the result excel file. more details <a href="analysis.html">here</a></p>
<p>If you have trouble to execute the application, please take a look on this page: <a href="download.html">download and install</a></p>
</div>
</div>
<script src="footer.js "></script>
</body>
</html>