Category
C# Create, Read, or Update Excel Documents
2023-10-31 03:30:14
Excel spreadsheet is a widely used file format that enables users to organize, analyze, and present data in a tabular format. The ability to interact with Excel files programmatically is highly valuable, as it allows automation and integration of Excel functionality into software applications. This capability is particularly useful when working with large datasets, performing complex calculations, or when data needs to be dynamically generated or updated. In this article, you will learn how to create, read, or update Excel documents in C# and VB.NET using Spire.XLS for .NET.
C# Convert Excel to HTML
2023-10-31 03:16:38
When you create an Excel table and want to publish it online as a web page, the simplest way is to convert it to an HTML file. This article will demonstrate how to convert Excel to HTML programmatically from the following two aspects using Spire.XLS for .NET.
C# Convert Excel to PDF
2023-10-27 09:33:21
By converting an Excel file to PDF format, anyone can open the file even when there is no Office installed in the system. Also, converting Excel documents to PDF is useful as PDF files can be easily shared and printed. In this article, you will learn how to convert a whole Excel document or a specific worksheet into PDF by using Spire.XLS for .NET.