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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
Imagine being able to export the results of a T-SQL query straight into an Excel file. Imagine being able to export the results of an unlimited number of scripts at one time.
4
4
5
-
Well now you can with my free tool sql2xls. The first beta v0.0.1 is available for download from this link. You can export the results of one or more scripts into an Excel file per instance or database.
5
+
Well now you can with my free tool *sql2xls*. The latest beta v0.2.0 is available for download from this link. You can export the results of one or more scripts into an Excel file per instance or database.
6
6
7
-
Currently only a .NET Framework 4.7.2 executable exists. In the near future, there will be versions for .NET Core as well.
7
+
The latest version runs on .NET Core 3.1. It has been tested on Windows 10 and macOS Catalina.
8
8
9
9
## Requirements
10
10
11
-
-7-Zip to unpack the compressed file
12
-
-.NET Framework 4.7.2 to run the executable
11
+
-.NET Core 3.1 SDK to compile and run the executable.
12
+
-`mono-libgdiplus` for macOS, or `libgdiplus` for Linux.
13
13
14
14
## Configuration
15
15
@@ -32,20 +32,16 @@ One file is created per database, including the master database.
32
32
33
33
## Dependencies
34
34
35
-
- JSON.NET (for parsing config files and SQL Server results)
36
35
- ClosedXML (for generating the Excel output)
37
-
-Costura.Fody (for generating a single assembly file)
36
+
-Microsoft.Data.SqlClient (for connecting to SQL Server)
38
37
39
38
## Licence
40
39
41
40
- This project uses the MIT licence.
42
-
- Newtonsoft.Json is copyright (c) 2007 James Newton-King
43
-
- ClosedXML is copyright (c) 2016 ClosedXML
44
-
- Fody.Costura is copyright (c) 2012 Simon Cropp and contributors
0 commit comments