-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
19 lines (17 loc) · 731 Bytes
/
README
File metadata and controls
19 lines (17 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
+==========================================================================
| ExML Writer
| Version 1.0
|
| ExML Writer is published under the Apache License 2.0.
|
| ExML Writer translates any DataTable or DataSet object into an Excel-
| readable workbook. It can apply styling to header rows as defined in the
| configuration file (see attached "Test" project). Multiple DataTables are
| processed into multiple worksheets and the data is output into columns,
| as it would look in a database table. The information can then be
| manipulated as any other Excel spreadsheet.
|
+==========================================================================
REQUIREMENTS
1. Visual Studio 2008 SP1
2. Microsoft.NET Framework 3.5+