Spire.XLS 11.10.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Spire.XLS --version 11.10.4
NuGet\Install-Package Spire.XLS -Version 11.10.4
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="Spire.XLS" Version="11.10.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spire.XLS --version 11.10.4
#r "nuget: Spire.XLS, 11.10.4"
#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 Spire.XLS as a Cake Addin
#addin nuget:?package=Spire.XLS&version=11.10.4

// Install Spire.XLS as a Cake Tool
#tool nuget:?package=Spire.XLS&version=11.10.4

.NET API for Processing Excel Documents

Product Page | Documentation | Examples | Forum | Temporary License | Customized Demo

Spire.XLS for .NET is a professional Excel .NET API that can be used to create, read, write, convert and print Excel files in any type of .NET ( C#, VB.NET, ASP.NET, .NET Core, .NET 5.0, MonoAndroid and Xamarin.iOS) application without installing Microsoft Office.

The API supports both the old Excel 97-2003 format (.xls) and the new Excel 2007, Excel 2010, Excel 2013, Excel 2016 and Excel 2019 (.xlsx, .xlsb, .xlsm), along with Open Office(.ods) format. It features fast and reliably compared with developing your own spreadsheet manipulation solution or using Microsoft Automation.

100% Standalone .NET API

Spire.XLS for .NET is a 100% standalone Excel .NET library without requiring Microsoft Excel or Microsoft Office to be installed on the system.

Freely Operate Excel Files

Powerful & High Quality Excel File Conversion

Examples

Create an Excel File in C#

using Spire.Xls;
using System.IO;
namespace CreateExcelFiles
{
    class Program
    {

        static void Main(string[] args)
        {
            //A: Dynamically create Excel file and save it to stream
            Workbook wbToStream = new Workbook();
            Worksheet sheet = wbToStream.Worksheets[0];
            sheet.Range["C10"].Text = "The sample demonstrates how to save an Excel workbook to stream.";
            FileStream file_stream = new FileStream("To_stream.xls", FileMode.Create);
            wbToStream.SaveToStream(file_stream);
            file_stream.Close();
            System.Diagnostics.Process.Start("To_stream.xls");

            //B. Load Excel file from stream
            Workbook wbFromStream = new Workbook();
            FileStream fileStream = File.OpenRead("sample.xls");
            fileStream.Seek(0, SeekOrigin.Begin);
            wbFromStream.LoadFromStream(fileStream);
            wbFromStream.SaveToFile("From_stream.xls", ExcelVersion.Version97to2003);
            fileStream.Dispose();
            System.Diagnostics.Process.Start("From_stream.xls");
        }

    }
}

Convert Excel to PDF in C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Spire.Xls;

namespace ToPDF
{
    class Program
    {
        static void Main(string[] args)
        {
            Workbook workbook = new Workbook();
            workbook.LoadFromFile("Sample.xlsx", ExcelVersion.Version2010);
            workbook.SaveToFile("result.pdf", Spire.Xls.FileFormat.PDF);
         }
    }
}

Convert Excel to Image in C#

using Spire.Xls;
namespace Xls2Image

{
    class Program
    {
        static void Main(string[] args)
        {
            Workbook workbook = new Workbook();
            workbook.LoadFromFile(@"..\..\test.xls");
            Worksheet sheet = workbook.Worksheets[0];
            sheet.SaveToImage("sample.jpg");
        }
    }
}

Product Page | Documentation | Examples | Forum | Temporary License | Customized Demo

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Spire.XLS:

Package Downloads
Spire.Office

Spire.Office for .NET is a combination of Enterprise-Level Office .NET components offered by E-iceblue. It includes Spire.Doc, Spire XLS, Spire.Presentation, Spire.PDF, Spire.DataExport, Spire.PDFViewer, Spire.DocViewer, Spire.Email and Spire.BarCode. Spire.Office contains the most up-to-date versions of the above .NET components. From Spire.Office 3.10.1, Spire.Office supports to work on .NET Core,.NET Standard, Xamarin. With Spire.Office for .NET, developers can create a wide range of applications. It enables developers to open, create, modify, convert, print, View MS Word, Excel, PowerPoint and PDF documents. Furthermore, it allows users to export data to popular files such as MS Word/Excel/RTF/Access, PowerPoint, PDF, XPS, HTML, XML, Text, CSV, DBF, Clipboard, SYLK, etc. As an independent Office .NET component, Spire.Office doesn't need Microsoft Office to be installed on neither the development nor target systems. In addition, it is a better alternative to MS Office Automation in terms of security, stability, scalability, speed, price and features. Spire.Office for .NET can be linked into any type of a 32-bit or 64-bit .NET application including ASP.NET, Web Services and WinForms for .NET Framework version 2.0 to 4.5, .NET Core, .NET standard 2.0

KCore_bfagundes

My personal library to work SAP projects.

HBInformationBase

Huabin science and technology basic information database

Balcony.Framework

Balcony's Framework

Nvideo.Infrastructure

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
14.3.3 1,247 3/20/2024
14.2.1 9,868 2/5/2024
14.1.0 7,425 1/5/2024
13.12.0 5,142 12/12/2023
13.11.4 7,190 11/24/2023
13.10.1 10,516 10/17/2023
13.9.1 12,842 9/14/2023
13.8.9 7,838 8/25/2023
13.8.0 44,404 8/2/2023
13.7.0 29,715 7/4/2023
13.6.0 8,909 6/14/2023
13.5.6 18,718 6/1/2023
13.5.0 13,285 5/12/2023
13.4.0 15,416 4/10/2023
13.3.2 20,423 3/15/2023
13.2.4 30,266 2/16/2023
13.1.1 34,521 1/17/2023
12.12.3 34,228 12/23/2022
12.11.3 29,301 11/25/2022
12.10.1 32,558 10/20/2022
12.9.2 46,091 9/23/2022
12.8.1 39,996 8/17/2022
12.7.1 29,915 7/13/2022
12.6.1 32,886 6/13/2022
12.5.3 12,634 5/26/2022
12.5.1 11,976 5/13/2022
12.4.1 24,073 4/15/2022
12.3.8 54,264 3/23/2022
12.3.2 12,561 3/4/2022
12.1.0 23,552 1/24/2022
11.12.2 37,795 12/17/2021
11.11.2 31,497 11/25/2021
11.10.5 117,257 10/28/2021
11.10.4 22,149 10/25/2021
11.9.3 37,500 9/16/2021
11.9.2 17,440 9/14/2021
11.8.0 33,411 8/6/2021
11.7.0 22,304 7/8/2021
11.6.1 16,800 6/10/2021
11.4.6 24,124 4/30/2021
11.4.0 29,058 4/7/2021
11.3.4 17,064 3/12/2021
11.2.6 23,179 2/23/2021
11.2.3 7,173 2/8/2021
11.1.0 16,039 1/22/2021
10.12.0 38,112 12/3/2020
10.11.7 10,653 11/18/2020
10.11.2 6,143 11/6/2020
10.10.6 23,396 10/15/2020
10.9.16 7,848 9/28/2020
10.9.0 21,155 9/2/2020
10.8.3 12,248 8/11/2020
10.7.2 39,745 7/8/2020
10.5.7 42,811 5/21/2020
10.4.9 18,413 4/23/2020
10.3.8 11,937 3/26/2020
10.3.0 52,640 3/2/2020
10.2.8 8,027 2/20/2020
10.1.8 28,817 1/21/2020
10.1.1 12,250 1/8/2020
9.12.20 22,548 12/19/2019
9.11.14 16,427 11/26/2019
9.11.2 14,835 11/8/2019
9.10.12 14,582 10/25/2019
9.10.4 9,740 10/11/2019
9.9.13 10,747 9/26/2019
9.9.5 11,256 9/12/2019
9.9.0 9,646 9/2/2019
9.8.11 7,138 8/23/2019
9.8.5 6,519 8/15/2019
9.7.0 15,366 7/11/2019
9.6.12 6,332 7/1/2019
9.6.7 5,239 6/19/2019
9.6.1 5,440 6/6/2019
9.5.11 5,330 5/23/2019
9.5.6 3,788 5/16/2019
9.5.4 5,693 5/13/2019
9.5.0 7,009 5/1/2019
9.4.6 25,734 4/15/2019
9.4.0 16,357 4/2/2019
9.3.10 15,817 3/21/2019
9.3.4 3,620 3/13/2019
9.2.11 21,851 2/27/2019
9.2.8 4,240 2/21/2019
9.1.22 18,667 2/1/2019
9.1.14 4,689 1/24/2019
9.1.0 11,024 1/10/2019
8.12.11 10,188 12/28/2018
8.12.3 6,858 12/11/2018
8.11.6 13,538 11/21/2018
8.11.2 4,450 11/13/2018
8.10.7 6,740 10/31/2018
8.10.2 8,956 10/12/2018
8.9.8 5,944 9/30/2018
8.9.3 5,109 9/18/2018
8.8.5 5,894 8/29/2018
8.8.1 33,706 8/8/2018
8.8.0 3,782 8/1/2018
8.7.2 4,681 7/12/2018
8.6.6 5,975 6/28/2018
8.6.1 9,902 6/21/2018
8.5.1 6,942 5/11/2018
8.0.0 7,077 2/8/2018
7.12.150 7,082 2/6/2018
7.12.144 15,961 1/12/2018
7.12.140 4,728 12/28/2017
7.12.130 3,965 12/14/2017
7.12.125 4,672 12/4/2017
7.12.109 4,458 11/7/2017
7.12.100 3,606 10/23/2017
7.12.90 6,942 9/28/2017
7.12.76 6,083 8/22/2017
7.12.69 4,193 8/11/2017
7.12.55 5,227 7/18/2017
7.12.43 2,966 7/3/2017
7.12.27 7,709 6/9/2017
7.12.19 5,276 5/26/2017
7.12.11 5,597 5/9/2017
7.12.7 3,459 5/4/2017
7.12.0 14,001 4/24/2017
7.11.59 13,020 2/28/2017
7.11.49 8,838 1/24/2017