Syncfusion.XlsIO.ClientProfile 20.4.0.54

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 3.5
dotnet add package Syncfusion.XlsIO.ClientProfile --version 20.4.0.54
NuGet\Install-Package Syncfusion.XlsIO.ClientProfile -Version 20.4.0.54
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.XlsIO.ClientProfile" Version="20.4.0.54" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.XlsIO.ClientProfile --version 20.4.0.54
#r "nuget: Syncfusion.XlsIO.ClientProfile, 20.4.0.54"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.XlsIO.ClientProfile as a Cake Addin
#addin nuget:?package=Syncfusion.XlsIO.ClientProfile&version=20.4.0.54

// Install Syncfusion.XlsIO.ClientProfile as a Cake Tool
#tool nuget:?package=Syncfusion.XlsIO.ClientProfile&version=20.4.0.54

Syncfusion WinForms Client Profile Excel Library

The Syncfusion WinForms Client Profile Excel Library is a feature-rich and high-performance .NET Excel library that is used to create, read, and edit Excel documents programmatically without Microsoft Office dependencies.

WinForms Client Profile Excel Library

Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key features

System Requirements

Getting Started

You can fetch the Syncfusion Client Profile Excel library NuGet by simply running the command Install-Package Syncfusion.XlsIO.ClientProfile from the Package Manager Console in Visual Studio.

Try the following code snippet to create a simple Excel document.

using Syncfusion.XlsIO;

//Initialize ExcelEngine.
using (ExcelEngine excelEngine = new ExcelEngine())
{
    //Initialize IApplication.
    IApplication application = excelEngine.Excel;
    //Set the default version as Xlsx.
    application.DefaultVersion = ExcelVersion.Xlsx;
    //Create a new workbook with one worksheet.
    IWorkbook workbook = application.Workbooks.Create(1);
    //Get the worksheet into IWorksheet.
    IWorksheet worksheet = workbook.Worksheets[0];
    //Set a value to Excel cell.
    worksheet.Range["A1"].Value = "Hello World";
    //Save the Excel document.
    workbook.SaveAs("Output.xlsx");
}

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.XlsIO.ClientProfile:

Package Downloads
Syncfusion.ExcelToPdfConverter.ClientProfile The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Excel-To-PDF Converter .NET Client Profile and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
20.4.0.54 80 3/13/2023
20.4.0.53 97 3/7/2023
20.4.0.52 110 2/28/2023
20.4.0.51 127 2/21/2023
20.4.0.50 139 2/14/2023
20.4.0.49 152 2/7/2023
20.4.0.48 164 2/1/2023
20.4.0.44 202 1/18/2023
20.4.0.43 212 1/10/2023
20.4.0.42 219 1/4/2023
20.4.0.41 229 12/29/2022
20.4.0.40 232 12/28/2022
20.4.0.38 237 12/21/2022
20.3.0.61 258 12/12/2022
20.3.0.60 259 12/6/2022
20.3.0.59 293 11/29/2022
20.3.0.58 322 11/21/2022
20.3.0.57 336 11/14/2022
20.3.0.56 358 11/8/2022
20.3.0.52 417 10/27/2022
20.3.0.50 441 10/17/2022
20.3.0.49 471 10/11/2022
20.3.0.48 425 10/5/2022
20.3.0.47 474 9/29/2022
20.2.0.50 472 9/20/2022
20.2.0.49 503 9/13/2022
20.2.0.48 494 9/6/2022
20.2.0.46 507 8/30/2022
20.2.0.45 506 8/23/2022
20.2.0.44 510 8/16/2022
20.2.0.43 511 8/8/2022
20.2.0.40 540 7/26/2022
20.2.0.39 514 7/19/2022
20.2.0.38 532 7/12/2022
20.2.0.36 551 6/30/2022
20.1.0.61 553 6/20/2022
20.1.0.60 526 6/14/2022
20.1.0.59 560 6/6/2022
20.1.0.58 540 5/30/2022
20.1.0.57 548 5/23/2022
20.1.0.56 532 5/17/2022
20.1.0.55 533 5/12/2022
20.1.0.52 549 5/2/2022
20.1.0.51 547 4/26/2022
20.1.0.50 548 4/19/2022
20.1.0.48 549 4/12/2022
20.1.0.47 556 4/4/2022
19.4.0.56 603 3/14/2022
19.4.0.55 580 3/8/2022
19.4.0.54 569 2/28/2022
19.4.0.53 569 2/21/2022
19.4.0.52 562 2/15/2022
19.4.0.50 568 2/8/2022
19.4.0.48 590 1/31/2022
19.4.0.47 570 1/24/2022
19.4.0.43 555 1/18/2022
19.4.0.42 459 1/10/2022
19.4.0.41 342 1/4/2022
19.4.0.40 329 12/28/2021
19.4.0.38 346 12/17/2021
19.3.0.59 347 12/14/2021
19.3.0.57 351 12/7/2021
19.3.0.56 1,176 11/29/2021
19.3.0.55 383 11/23/2021
19.3.0.54 502 11/17/2021
19.3.0.53 415 11/12/2021
19.3.0.48 423 11/2/2021
19.3.0.47 450 10/26/2021
19.3.0.46 451 10/19/2021
19.3.0.45 459 10/12/2021
19.3.0.44 453 10/5/2021
19.3.0.43 481 9/30/2021
19.2.0.62 493 9/13/2021
19.2.0.60 543 9/7/2021
19.2.0.59 540 8/30/2021
19.2.0.57 650 8/24/2021
19.2.0.56 656 8/17/2021
19.2.0.55 611 8/11/2021
19.2.0.51 696 8/2/2021
19.2.0.49 670 7/26/2021
19.2.0.48 619 7/19/2021
19.2.0.47 719 7/13/2021
19.2.0.46 665 7/6/2021
19.2.0.44 666 6/30/2021
19.1.0.69 847 6/14/2021
19.1.0.67 528 6/7/2021
19.1.0.66 514 5/31/2021
19.1.0.65 556 5/24/2021
19.1.0.64 498 5/19/2021
19.1.0.63 486 5/13/2021
19.1.0.59 461 5/3/2021
19.1.0.58 491 4/26/2021
19.1.0.57 545 4/20/2021
19.1.0.56 492 4/12/2021
19.1.0.55 507 4/6/2021
19.1.0.54 490 3/30/2021
18.4.0.49 475 3/22/2021
18.4.0.48 474 3/16/2021
18.4.0.47 494 3/9/2021
18.4.0.46 899 3/2/2021
18.4.0.44 607 2/23/2021
18.4.0.43 543 2/15/2021
18.4.0.42 545 2/9/2021
18.4.0.41 500 2/2/2021
18.4.0.39 526 1/28/2021
18.4.0.35 537 1/19/2021
18.4.0.34 531 1/12/2021
18.4.0.33 624 1/4/2021
18.4.0.32 534 12/30/2020
18.4.0.31 539 12/22/2020
18.4.0.30 594 12/17/2020
18.3.0.53 539 12/8/2020
18.3.0.52 557 11/30/2020
18.3.0.51 555 11/23/2020
18.3.0.50 569 11/17/2020
18.3.0.48 552 11/10/2020
18.3.0.47 588 11/5/2020
18.3.0.44 606 10/27/2020
18.3.0.42 607 10/20/2020
18.3.0.40 580 10/12/2020
18.3.0.38 618 10/7/2020
18.3.0.35 598 10/1/2020
18.2.0.59 702 9/22/2020
18.2.0.58 627 9/15/2020
18.2.0.57 581 9/8/2020
18.2.0.56 600 9/1/2020
18.2.0.55 603 8/24/2020
18.2.0.54 625 8/18/2020
18.2.0.48 613 8/4/2020
18.2.0.47 635 7/28/2020
18.2.0.46 606 7/21/2020
18.2.0.45 610 7/14/2020
18.2.0.44 615 7/6/2020
18.1.0.59 652 6/23/2020
18.1.0.57 650 6/15/2020
18.1.0.56 624 6/9/2020
18.1.0.55 637 6/2/2020
18.1.0.54 651 5/26/2020
18.1.0.53 645 5/19/2020
18.1.0.52 657 5/13/2020
18.1.0.48 658 5/5/2020
18.1.0.46 647 4/28/2020
18.1.0.45 678 4/20/2020
18.1.0.44 657 4/14/2020
18.1.0.43 636 4/7/2020
18.1.0.42 642 4/1/2020
18.1.0.36-beta 411 3/19/2020
17.4.0.55 721 3/10/2020
17.4.0.53 679 3/3/2020
17.4.0.51 653 2/25/2020
17.4.0.50 694 2/18/2020
17.4.0.49 649 2/11/2020
17.4.0.47 655 2/5/2020
17.4.0.46 702 1/30/2020
17.4.0.44 725 1/21/2020
17.4.0.43 679 1/14/2020
17.4.0.41 671 1/7/2020
17.4.0.40 687 12/24/2019
17.4.0.39 700 12/17/2019
17.3.0.34 715 12/10/2019
17.3.0.33 709 12/4/2019
17.3.0.30 661 12/3/2019
17.3.0.29 699 11/26/2019
17.3.0.28 1,081 11/18/2019
17.3.0.27 691 11/12/2019
17.3.0.26 720 11/5/2019
17.3.0.21 699 10/29/2019
17.3.0.19 695 10/22/2019
17.3.0.17 756 10/15/2019
17.3.0.14 771 10/3/2019
17.3.0.9-beta 460 9/20/2019
17.2.0.51 750 9/10/2019
17.2.0.49 742 9/3/2019
17.2.0.47 728 8/27/2019
17.2.0.46 745 8/22/2019
17.2.0.41 768 8/13/2019
17.2.0.40 771 8/6/2019
17.2.0.39 749 7/30/2019
17.2.0.36 762 7/23/2019
17.2.0.35 773 7/17/2019
17.2.0.34 831 7/11/2019
17.2.0.28-beta 504 6/27/2019
17.1.0.53 784 6/25/2019
17.1.0.52 777 6/18/2019
17.1.0.51 796 6/11/2019
17.1.0.50 780 6/4/2019
17.1.0.49 783 5/28/2019
17.1.0.48 811 5/21/2019
17.1.0.47 793 5/14/2019
17.1.0.44 749 5/7/2019
17.1.0.43 791 4/30/2019
17.1.0.42 897 4/23/2019
17.1.0.41 822 4/16/2019
17.1.0.40 2,942 4/9/2019
17.1.0.38 842 3/29/2019
17.1.0.32-beta 498 3/13/2019
16.4.0.54 962 2/19/2019
16.4.0.53 847 2/13/2019
16.4.0.52 858 2/5/2019
16.4.0.48 893 1/22/2019
16.4.0.47 902 1/16/2019
16.4.0.46 895 1/8/2019
16.4.0.44 905 12/24/2018
16.4.0.42 896 12/17/2018
16.4.0.40-beta 606 12/10/2018
16.3.0.36 973 11/27/2018
16.3.0.35-beta 590 11/23/2018
16.3.0.29 1,024 10/30/2018