-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from doxa-labs/june-2024
New functions & Fix Close & .NET 8 Demo
- Loading branch information
Showing
16 changed files
with
529 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="DocumentFormat.OpenXml" version="2.9.1" targetFramework="net472" /> | ||
<package id="System.IO.FileSystem.Primitives" version="4.3.0" targetFramework="net472" /> | ||
<package id="System.IO.Packaging" version="4.5.0" targetFramework="net472" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<Version>2.2.1</Version> | ||
<FileVersion>2.2.1</FileVersion> | ||
<AssemblyVersion>2.2.1</AssemblyVersion> | ||
<Authors>Doxa Labs Ltd</Authors> | ||
<Company>Doxa Labs Ltd</Company> | ||
<Product>Doxa Lab's Excel Tools</Product> | ||
<Description>This tool provides a C# based solution to create Excel files Simple and Fast. This package supports Android, iOS, Linux, macOS and Windows.</Description> | ||
<Copyright>© 2019-2023 Doxa Labs Ltd. All Rights Reserved.</Copyright> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://doxalabs.co.uk</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/doxa-labs/ExcelLabs.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>Excel Office xls xlsx IO C# OpenXml Dataset .NETStandard</PackageTags> | ||
<PackageReleaseNotes>.NET 6 & .NET Framework Demo</PackageReleaseNotes> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<Version>3.0.3</Version> | ||
<FileVersion>3.0.3</FileVersion> | ||
<AssemblyVersion>3.0.3</AssemblyVersion> | ||
<Authors>Doxa Labs Ltd</Authors> | ||
<Company>Doxa Labs Ltd</Company> | ||
<Product>Doxa Lab's Excel Tools</Product> | ||
<Description>This tool provides a C# based solution to create Excel files Simple and Fast. This package supports Android, iOS, Linux, macOS and Windows.</Description> | ||
<Copyright>© 2019-2024 Doxa Labs Ltd. All Rights Reserved.</Copyright> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://doxalabs.co.uk</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/doxa-labs/ExcelLabs.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>Excel Office xls xlsx IO C# OpenXml Dataset .NETStandard</PackageTags> | ||
<PackageReleaseNotes>.NET 8 Demo and OpenXml v3.0.3</PackageReleaseNotes> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Excel.Labs\Excel.Labs.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Excel.Labs\Excel.Labs.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>2.2.1</Version> | ||
<FileVersion>2.2.1</FileVersion> | ||
<AssemblyVersion>2.2.1</AssemblyVersion> | ||
<Authors>Doxa Labs Ltd</Authors> | ||
<Company>Doxa Labs Ltd</Company> | ||
<Product>Doxa Lab's Excel Tools</Product> | ||
<Description>This tool provides a C# based solution to create Excel files Simple and Fast. This package supports Android, iOS, Linux, macOS and Windows.</Description> | ||
<Copyright>© 2019-2023 Doxa Labs Ltd. All Rights Reserved.</Copyright> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://doxalabs.co.uk</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/doxa-labs/ExcelLabs.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>Excel Office xls xlsx IO C# OpenXml Dataset .NETStandard</PackageTags> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>3.0.3</Version> | ||
<FileVersion>3.0.3</FileVersion> | ||
<AssemblyVersion>3.0.3</AssemblyVersion> | ||
<Authors>Doxa Labs Ltd</Authors> | ||
<Company>Doxa Labs Ltd</Company> | ||
<Product>Doxa Lab's Excel Tools</Product> | ||
<Description>This tool provides a C# based solution to create Excel files Simple and Fast. This package supports Android, iOS, Linux, macOS and Windows.</Description> | ||
<Copyright>© 2019-2024 Doxa Labs Ltd. All Rights Reserved.</Copyright> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://doxalabs.co.uk</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/doxa-labs/ExcelLabs.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>Excel Office xls xlsx IO C# OpenXml Dataset .NETStandard</PackageTags> | ||
<PackageReleaseNotes>.NET 8 Demo and OpenXml v3.0.3</PackageReleaseNotes> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Excel.Labs\Excel.Labs.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Excel.Labs\Excel.Labs.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>2.2.1</Version> | ||
<FileVersion>2.2.1</FileVersion> | ||
<AssemblyVersion>2.2.1</AssemblyVersion> | ||
<Authors>Doxa Labs Ltd</Authors> | ||
<Company>Doxa Labs Ltd</Company> | ||
<Product>Doxa Lab's Excel Tools</Product> | ||
<Description>This tool provides a C# based solution to create Excel files Simple and Fast. This package supports Android, iOS, Linux, macOS and Windows.</Description> | ||
<Copyright>© 2019-2023 Doxa Labs Ltd. All Rights Reserved.</Copyright> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://doxalabs.co.uk</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/doxa-labs/ExcelLabs.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>Excel Office xls xlsx IO C# OpenXml Dataset .NETStandard</PackageTags> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>3.0.3</Version> | ||
<FileVersion>3.0.3</FileVersion> | ||
<AssemblyVersion>3.0.3</AssemblyVersion> | ||
<Authors>Doxa Labs Ltd</Authors> | ||
<Company>Doxa Labs Ltd</Company> | ||
<Product>Doxa Lab's Excel Tools</Product> | ||
<Description>This tool provides a C# based solution to create Excel files Simple and Fast. This package supports Android, iOS, Linux, macOS and Windows.</Description> | ||
<Copyright>© 2019-2024 Doxa Labs Ltd. All Rights Reserved.</Copyright> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://doxalabs.co.uk</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/doxa-labs/ExcelLabs.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>Excel Office xls xlsx IO C# OpenXml Dataset .NETStandard</PackageTags> | ||
<PackageReleaseNotes>.NET 8 Demo and OpenXml v3.0.3</PackageReleaseNotes> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Excel.Labs\Excel.Labs.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Excel.Labs\Excel.Labs.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<Version>3.0.3</Version> | ||
<FileVersion>3.0.3</FileVersion> | ||
<AssemblyVersion>3.0.3</AssemblyVersion> | ||
<Authors>Doxa Labs Ltd</Authors> | ||
<Company>Doxa Labs Ltd</Company> | ||
<Product>Doxa Lab's Excel Tools</Product> | ||
<Description>This tool provides a C# based solution to create Excel files Simple and Fast. This package supports Android, iOS, Linux, macOS and Windows.</Description> | ||
<Copyright>© 2019-2024 Doxa Labs Ltd. All Rights Reserved.</Copyright> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageProjectUrl>https://doxalabs.co.uk</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/doxa-labs/ExcelLabs.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>Excel Office xls xlsx IO C# OpenXml Dataset .NETStandard</PackageTags> | ||
<PackageReleaseNotes>.NET 8 Demo and OpenXml v3.0.3</PackageReleaseNotes> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Excel.Labs\Excel.Labs.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.