
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Syncfusion.XlsIO.AspNet
Advanced tools
Syncfusion Essential XlsIO is a .NET Excel library that allows to create, read and edit Excel files in any ASP.NET Web Forms application without any Microsoft Office dependencies. Key features: • Easily import and export data from/to common data sources. • Perform quick evaluation with 400+ functions. • Import data into customized format using template markers. • Create and edit all chart types including Excel 2016 charts. • Cell data validations can be applied with operators, alert messages, custom formulas, and drop-down lists. • Highlight important cells by conditional formats. • Perform various cell level operations like resize, hide or unhide, insert or delete, group and ungroup, etc. • Supports various formatting like number formats, text alignments, font settings, border settings, color settings, rich-text, and more. • Apply built-in styles and custom styles to cells. • Sort data based on cell value, cell color, and font color. • Filter data based on cell value, cell color, icons, etc. • Read and write protected Excel documents along with workbook and worksheet protections. • Create and edit AutoShapes, comments, text boxes, combo boxes, check boxes, and option buttons. • Enable page settings like orientation, paper size, scaling, margins, print titles, header and footer, and more. • Create and edit pivot tables and pivot charts. • Convert Excel documents into PDF, ODS, HTML and image formats. • Convert Excel charts into image formats. Learn more: https://www.syncfusion.com/excel-framework/net?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/file-formats/xlsio/overview?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnet?utm_source=nuget&utm_medium=listing 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 (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
The Syncfusion ASP.NET Excel (XlsIO) 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.
Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
You can fetch the Syncfusion ASP.NET Excel library NuGet by simply running the command Install-Package Syncfusion.XlsIO.AspNet 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", Response, ExcelDownloadType.Open, ExcelHttpContentType.Excel2016);
}
For more information to get started, refer to our Getting Started Documentation page.
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.
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, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI, Flutter, Xamarin, winforms, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter, Xamarin, and winforms). 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
FAQs
Syncfusion Essential XlsIO is a .NET Excel library that allows to create, read and edit Excel files in any ASP.NET Web Forms application without any Microsoft Office dependencies. Key features: • Easily import and export data from/to common data sources. • Perform quick evaluation with 400+ functions. • Import data into customized format using template markers. • Create and edit all chart types including Excel 2016 charts. • Cell data validations can be applied with operators, alert messages, custom formulas, and drop-down lists. • Highlight important cells by conditional formats. • Perform various cell level operations like resize, hide or unhide, insert or delete, group and ungroup, etc. • Supports various formatting like number formats, text alignments, font settings, border settings, color settings, rich-text, and more. • Apply built-in styles and custom styles to cells. • Sort data based on cell value, cell color, and font color. • Filter data based on cell value, cell color, icons, etc. • Read and write protected Excel documents along with workbook and worksheet protections. • Create and edit AutoShapes, comments, text boxes, combo boxes, check boxes, and option buttons. • Enable page settings like orientation, paper size, scaling, margins, print titles, header and footer, and more. • Create and edit pivot tables and pivot charts. • Convert Excel documents into PDF, ODS, HTML and image formats. • Convert Excel charts into image formats. Learn more: https://www.syncfusion.com/excel-framework/net?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/file-formats/xlsio/overview?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnet?utm_source=nuget&utm_medium=listing 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 (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
We found that syncfusion.xlsio.aspnet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.