Spire.XLS for .NET 6.0

Spire.XLS supports C#, VB.NET, ASP.NET, ASP.NET MVC and Silverlight
1 
Rating
Your vote:
Latest version:
7.8 See all
Developer:
Screenshots
1 / 5
Awards (3)
Show all awards
Software Informer Virus Free award
Download

Spire.XLS is a professional Excel component which enables developers/programmers fast generate, read, write and modify Excel document for .NET and Silverlight. It supports C#, VB.NET, ASP.NET, ASP.NET MVC and Silverlight.
Spire.XLS doesn't need Microsoft Office Excel Automation. It allows user to operate Excel document directly such as save to stream, save as web response, copy, lock/unlock worksheet, set up workbook properties, etc.

Comments (2)

1
Rating
1 vote
5 stars
0
4 stars
0
3 stars
0
2 stars
0
1 stars
1
User

Your vote:

G
Guest
Thanks for sharing, It’s very informative and to the point. I came across another API by the name of Aspose.Cells which is also considered good with CSV & XLS/XLSX reading and conversion. Could you please share some code for this API and also you thoughts?

Was it helpful?  yes(0) no(0) | Reply
R
Rave
if (File.Exists(Util.XLSXFileName))
{
File.Delete(Util.XLSXFileName);
}
//Save as xlsx using Spire
Workbook workbook = new Workbook();
workbook.LoadFromFile(Util.CSVFileName, ",", 1, 1);
Worksheet sheet = workbook.Worksheets[0];
sheet.Name = "csv to excel";
workbook.SaveToFile(Util.XLSXFileName, ExcelVersion.Version2010);

Was it helpful?  yes(0) no(0) | Reply

Related software

Bytescout Spreadsheet SDK
Bytescout Spreadsheet SDK
rating

Read and write XLS, XLSX from ASP.NET, .NET, VB, C#, PHP and others

DirectSOFT32 - Programming
DirectSOFT32
rating

DirectSOFT32 is full-featured PLC programming package,

GdPicture.NET
GdPicture.NET
rating

Royalty free imaging SDK for WinForms and web development.

Spire.Office for .NET
Spire.Office for .NET
rating

Suite of Office .NET Components to open, modify, convert, and view Office files.

.NET xlReader for Microsoft® Excel
.NET xlReader for Microsoft®
rating

It is a set of classes, specifically designed to read Microsoft® Excel files