summaryrefslogtreecommitdiff
path: root/Tools/XlsxToCsv/README.md
blob: 6752b80a5d2dee9488338d522181db1bdf36491c (plain)
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
# Xlsx To Csv
Convert excel file to csv file.

csv file encoding : utf-8

## Requirements
* .net framework 4.0 more
* Visual Studio 2015

## Support file
* Excel format : `xlsx`
* Excel 97-2003 format : `xls`

## How to use
Convert Excel files to csv read all of the subfolders
```
xlsxToCsv.exe
```

Convert specified Excel files to csv.
```
xlsxToCsv.exe [Source file path] [Target file path]
```

display this help
```
xlsxToCsv.exe -h
```


## ILMerge
ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly. It works on executables and DLLs alike and comes with several options for controlling the processing and format of the output.

### Requirements
Download and install ILMerge

>http://www.microsoft.com/en-us/download/details.aspx?id=17630

### Run
```
ILMerge.bat
```