Skip to content

Commit 0ce4344

Browse files
Merge pull request #1 from SyncfusionExamples/export-to-excel-samples
Added the samples
2 parents bc7d274 + 4d1f2d6 commit 0ce4344

File tree

85 files changed

+4248
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+4248
-1
lines changed
Binary file not shown.
Binary file not shown.

Export-Array-to-Excel/.vs/Export-Array-to-Excel/v15/Server/sqlite3/db.lock

Whitespace-only changes.
Binary file not shown.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.168
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Export-Array-to-Excel", "Export-Array-to-Excel\Export-Array-to-Excel.csproj", "{ADBF6C2A-CB8D-4D03-AB01-702ECD65E8E0}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{ADBF6C2A-CB8D-4D03-AB01-702ECD65E8E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{ADBF6C2A-CB8D-4D03-AB01-702ECD65E8E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{ADBF6C2A-CB8D-4D03-AB01-702ECD65E8E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{ADBF6C2A-CB8D-4D03-AB01-702ECD65E8E0}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {9F9BF09D-D5CC-4ED4-9763-C3F244AD5E99}
24+
EndGlobalSection
25+
EndGlobal
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="17.1.0.38" />
10+
</ItemGroup>
11+
12+
</Project>

0 commit comments

Comments
 (0)