Spire.XLS for .NET 7.4

Spire.XLS for .NET is a professional Excel .NET component
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 for .NET is a professional Excel .NET component that can be used to any type of .NET 2.0, 3.5, 4.0 or 4.5 framework application, either ASP.NET web sites or Windows Forms application. It offers object model Excel API for speeding up Excel programming in .NET platform - create new Excel documents from template, edit existing Excel documents and convert Excel files.

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