Excel Processing in C#

Excel Processing in C# 1 Jul 2023

Excel Parsing Intro C#

Learn how to parse Excel files in C#. We will consider different libraries and tradeoffs.

Read on
Excel Processing in C# 2 Jul 2023

Reading Excel with Interop C#

Learn how to read data from Excel worksheets in C#, including accessing cells and ranges, reading various data types, and handling Excel formulas using the Interop library.

Read on
Excel Processing in C# 2 Jul 2023

Reading Excel with EPPlus C#

Learn how to read data from Excel worksheets in C#, including accessing cells and ranges, reading various data types, and handling Excel formulas using the EPPlus library.

Read on
Excel Processing in C# 4 Jul 2023

Writing Excel with Interop C#

Learn how to write data to Excel worksheets in C# using the Interop library, including cell assignments, configuration options, and handling of Dates/DateTimes formats.

Read on
Excel Processing in C# 4 Jul 2023

Writing Excel with EPPlus C#

Learn how to write data to Excel worksheets in C# using the EPPlus library, including cell assignments, configuration options, and handling of Dates/DateTimes formats.

Read on
Excel Processing in C# 7 Jul 2023

Formatting Excel with Interop C#

Learn how to format cells in Excel files in C# using the Interop library, covering cell styles, table creation and color-filled cells.

Read on
Excel Processing in C# 7 Jul 2023

Formatting Excel with EPPlus C#

Learn how to format cells in Excel files in C# using the EPPlus library, covering cell styles, table creation and color-filled cells.

Read on
Excel Processing in C# 8 Jul 2023

Creating Excel Charts in C# Using Interop

Learn how to create and customize Excel charts in C# using the Interop library, covering topics such as understanding Excel's chart object, creating basic charts (bar, line, pie), and formatting charts.

Read on
Excel Processing in C# 8 Jul 2023

Creating Excel Charts in C# Using EPPlus

Learn how to create and customize Excel charts in C# using the EPPlus library, covering topics such as understanding Excel's chart object, creating basic charts (bar, line, pie), and formatting charts.

Read on