Skip to content

Commit de55386

Browse files
Committed the sample to import data from SQL Server to Excel table
1 parent 8b9ae52 commit de55386

File tree

20 files changed

+919
-0
lines changed

20 files changed

+919
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

SQL-Server-To-Excel-Table/.vs/SQLServerToExcelTable/v15/Server/sqlite3/db.lock

Whitespace-only changes.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.438
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLServerToExcelTable", "SQLServerToExcelTable\SQLServerToExcelTable.csproj", "{D2958C83-9060-4EC5-9B69-74223BA5D0E0}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug-Xml|Any CPU = Debug-Xml|Any CPU
12+
Release|Any CPU = Release|Any CPU
13+
Release-Xml|Any CPU = Release-Xml|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{D2958C83-9060-4EC5-9B69-74223BA5D0E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{D2958C83-9060-4EC5-9B69-74223BA5D0E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{D2958C83-9060-4EC5-9B69-74223BA5D0E0}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU
19+
{D2958C83-9060-4EC5-9B69-74223BA5D0E0}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU
20+
{D2958C83-9060-4EC5-9B69-74223BA5D0E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{D2958C83-9060-4EC5-9B69-74223BA5D0E0}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{D2958C83-9060-4EC5-9B69-74223BA5D0E0}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU
23+
{D2958C83-9060-4EC5-9B69-74223BA5D0E0}.Release-Xml|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {18F6303A-E7C2-44D6-8801-E080E8863325}
30+
EndGlobalSection
31+
EndGlobal
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
5+
</startup>
6+
</configuration>

SQL-Server-To-Excel-Table/SQLServerToExcelTable/Form1.Designer.cs

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)