Syncfusion.XlsIO.ClientProfile 21.1.35

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.0
dotnet add package Syncfusion.XlsIO.ClientProfile --version 21.1.35
NuGet\Install-Package Syncfusion.XlsIO.ClientProfile -Version 21.1.35
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="21.1.35" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.XlsIO.ClientProfile --version 21.1.35
#r "nuget: Syncfusion.XlsIO.ClientProfile, 21.1.35"
#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=21.1.35

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

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 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
21.1.35 39 3/23/2023
20.4.0.54 83 3/13/2023
20.4.0.53 100 3/7/2023
20.4.0.52 115 2/28/2023
20.4.0.51 127 2/21/2023
20.4.0.50 141 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 473 10/11/2022
20.3.0.48 425 10/5/2022
20.3.0.47 477 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 510 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 516 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 559 4/4/2022
19.4.0.56 606 3/14/2022
19.4.0.55 583 3/8/2022
19.4.0.54 572 2/28/2022
19.4.0.53 572 2/21/2022
19.4.0.52 565 2/15/2022
19.4.0.50 571 2/8/2022
19.4.0.48 593 1/31/2022
19.4.0.47 573 1/24/2022
19.4.0.43 558 1/18/2022
19.4.0.42 462 1/10/2022
19.4.0.41 345 1/4/2022
19.4.0.40 332 12/28/2021
19.4.0.38 349 12/17/2021
19.3.0.59 350 12/14/2021
19.3.0.57 354 12/7/2021
19.3.0.56 1,179 11/29/2021
19.3.0.55 386 11/23/2021
19.3.0.54 507 11/17/2021
19.3.0.53 420 11/12/2021
19.3.0.48 426 11/2/2021
19.3.0.47 453 10/26/2021
19.3.0.46 454 10/19/2021
19.3.0.45 462 10/12/2021
19.3.0.44 456 10/5/2021
19.3.0.43 486 9/30/2021
19.2.0.62 496 9/13/2021
19.2.0.60 546 9/7/2021
19.2.0.59 543 8/30/2021
19.2.0.57 654 8/24/2021
19.2.0.56 659 8/17/2021
19.2.0.55 614 8/11/2021
19.2.0.51 701 8/2/2021
19.2.0.49 673 7/26/2021
19.2.0.48 622 7/19/2021
19.2.0.47 722 7/13/2021
19.2.0.46 668 7/6/2021
19.2.0.44 669 6/30/2021
19.1.0.69 850 6/14/2021
19.1.0.67 531 6/7/2021
19.1.0.66 519 5/31/2021
19.1.0.65 559 5/24/2021
19.1.0.64 501 5/19/2021
19.1.0.63 489 5/13/2021
19.1.0.59 464 5/3/2021
19.1.0.58 494 4/26/2021
19.1.0.57 548 4/20/2021
19.1.0.56 495 4/12/2021
19.1.0.55 512 4/6/2021
19.1.0.54 493 3/30/2021
18.4.0.49 478 3/22/2021
18.4.0.48 477 3/16/2021
18.4.0.47 497 3/9/2021
18.4.0.46 902 3/2/2021
18.4.0.44 610 2/23/2021
18.4.0.43 546 2/15/2021
18.4.0.42 548 2/9/2021
18.4.0.41 503 2/2/2021
18.4.0.39 529 1/28/2021
18.4.0.35 541 1/19/2021
18.4.0.34 534 1/12/2021
18.4.0.33 627 1/4/2021
18.4.0.32 537 12/30/2020
18.4.0.31 542 12/22/2020
18.4.0.30 597 12/17/2020
18.3.0.53 542 12/8/2020
18.3.0.52 560 11/30/2020
18.3.0.51 558 11/23/2020
18.3.0.50 572 11/17/2020
18.3.0.48 555 11/10/2020
18.3.0.47 591 11/5/2020
18.3.0.44 609 10/27/2020
18.3.0.42 610 10/20/2020
18.3.0.40 583 10/12/2020
18.3.0.38 623 10/7/2020
18.3.0.35 603 10/1/2020
18.2.0.59 705 9/22/2020
18.2.0.58 630 9/15/2020
18.2.0.57 586 9/8/2020
18.2.0.56 603 9/1/2020
18.2.0.55 606 8/24/2020
18.2.0.54 628 8/18/2020
18.2.0.48 616 8/4/2020
18.2.0.47 638 7/28/2020
18.2.0.46 609 7/21/2020
18.2.0.45 613 7/14/2020
18.2.0.44 618 7/6/2020
18.1.0.59 655 6/23/2020
18.1.0.57 653 6/15/2020
18.1.0.56 627 6/9/2020
18.1.0.55 640 6/2/2020
18.1.0.54 654 5/26/2020
18.1.0.53 648 5/19/2020
18.1.0.52 660 5/13/2020
18.1.0.48 661 5/5/2020
18.1.0.46 650 4/28/2020
18.1.0.45 681 4/20/2020
18.1.0.44 660 4/14/2020
18.1.0.43 639 4/7/2020
18.1.0.42 645 4/1/2020
18.1.0.36-beta 414 3/19/2020
17.4.0.55 724 3/10/2020
17.4.0.53 682 3/3/2020
17.4.0.51 656 2/25/2020
17.4.0.50 697 2/18/2020
17.4.0.49 654 2/11/2020
17.4.0.47 658 2/5/2020
17.4.0.46 705 1/30/2020
17.4.0.44 728 1/21/2020
17.4.0.43 682 1/14/2020
17.4.0.41 674 1/7/2020
17.4.0.40 690 12/24/2019
17.4.0.39 705 12/17/2019
17.3.0.34 718 12/10/2019
17.3.0.33 712 12/4/2019
17.3.0.30 664 12/3/2019
17.3.0.29 702 11/26/2019
17.3.0.28 1,084 11/18/2019
17.3.0.27 694 11/12/2019
17.3.0.26 723 11/5/2019
17.3.0.21 702 10/29/2019
17.3.0.19 698 10/22/2019
17.3.0.17 759 10/15/2019
17.3.0.14 774 10/3/2019
17.3.0.9-beta 463 9/20/2019
17.2.0.51 753 9/10/2019
17.2.0.49 745 9/3/2019
17.2.0.47 731 8/27/2019
17.2.0.46 748 8/22/2019
17.2.0.41 771 8/13/2019
17.2.0.40 774 8/6/2019
17.2.0.39 752 7/30/2019
17.2.0.36 765 7/23/2019
17.2.0.35 776 7/17/2019
17.2.0.34 834 7/11/2019
17.2.0.28-beta 507 6/27/2019
17.1.0.53 787 6/25/2019
17.1.0.52 780 6/18/2019
17.1.0.51 799 6/11/2019
17.1.0.50 783 6/4/2019
17.1.0.49 786 5/28/2019
17.1.0.48 814 5/21/2019
17.1.0.47 796 5/14/2019
17.1.0.44 752 5/7/2019
17.1.0.43 794 4/30/2019
17.1.0.42 900 4/23/2019
17.1.0.41 825 4/16/2019
17.1.0.40 2,945 4/9/2019
17.1.0.38 847 3/29/2019
17.1.0.32-beta 501 3/13/2019
16.4.0.54 966 2/19/2019
16.4.0.53 850 2/13/2019
16.4.0.52 861 2/5/2019
16.4.0.48 896 1/22/2019
16.4.0.47 905 1/16/2019
16.4.0.46 898 1/8/2019
16.4.0.44 908 12/24/2018
16.4.0.42 901 12/17/2018
16.4.0.40-beta 609 12/10/2018
16.3.0.36 976 11/27/2018
16.3.0.35-beta 593 11/23/2018
16.3.0.29 1,027 10/30/2018