Excel Processing in C#
Excel Parsing Intro C#
Learn how to parse Excel files in C#. We will consider different libraries and tradeoffs.
Read onReading 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 onReading 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 onWriting 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 onWriting 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 onFormatting 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 onFormatting 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 onCreating 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 onCreating 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