<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ReoGrid Articles</title>
    <link>https://reogrid.net/articles</link>
    <atom:link href="https://reogrid.net/articles/rss.xml" rel="self" type="application/rss+xml" />
    <description>Articles on .NET spreadsheet development, Excel know-how, and ReoGrid releases.</description>
    <language>en</language>
    <item>
      <title>Migrating from ReoGrid V3 to V4 — A Practical Guide</title>
      <link>https://reogrid.net/articles/migrate-reogrid-v3-to-v4</link>
      <guid isPermaLink="true">https://reogrid.net/articles/migrate-reogrid-v3-to-v4</guid>
      <description>A short overview of what changes when upgrading an existing ReoGrid V3 application to V4 — what breaks at compile time, what changes at runtime, and the new APIs worth adopting.</description>
      <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
      <category>reogrid</category>
      <category>.net</category>
      <category>migration</category>
      <category>v4</category>
    </item>
    <item>
      <title>Display and Edit an Excel File in a WinForms or WPF App with C#</title>
      <link>https://reogrid.net/articles/display-excel-file-winforms-wpf-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/articles/display-excel-file-winforms-wpf-csharp</guid>
      <description>How to embed a working Excel viewer inside a .NET desktop app — load .xlsx, let users edit cells and formulas, save back to disk. Minimal WinForms and WPF examples in C#.</description>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>excel</category>
      <category>xlsx</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Export a DataTable to Excel (.xlsx) in C# Without Office Interop</title>
      <link>https://reogrid.net/articles/export-datatable-to-excel-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/articles/export-datatable-to-excel-csharp</guid>
      <description>How to write a DataTable out as a real .xlsx file from C# — headers, formats, multiple sheets, and the ASP.NET Core download pattern. Side-by-side examples with ClosedXML, EPPlus, and ReoGrid.</description>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>excel</category>
      <category>xlsx</category>
      <category>datatable</category>
      <category>asp.net-core</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Announcing ReoGrid 4.4 — Performance Improvements for Large-Scale Data</title>
      <link>https://reogrid.net/articles/reogrid-v4-4-release</link>
      <guid isPermaLink="true">https://reogrid.net/articles/reogrid-v4-4-release</guid>
      <description>ReoGrid 4.4 maintains full API compatibility while delivering ~11,700× faster bulk data loading with conditional formatting, ~10× faster sorting of 10,000 rows, and ~3× faster bulk loading via SetRangeData.</description>
      <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
      <category>reogrid</category>
      <category>spreadsheet</category>
      <category>.net</category>
      <category>performance</category>
      <category>release</category>
    </item>
    <item>
      <title>Excel-Style Conditional Formatting in .NET Applications</title>
      <link>https://reogrid.net/articles/excel-style-conditional-formatting-dotnet</link>
      <guid isPermaLink="true">https://reogrid.net/articles/excel-style-conditional-formatting-dotnet</guid>
      <description>How to add conditional formatting — color highlights, data bars, icon sets — to a .NET WinForms or WPF spreadsheet. Covers the rule model, performance pitfalls when applied to large ranges, and patterns that round-trip cleanly to Excel.</description>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>conditional-formatting</category>
      <category>excel</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Choosing the Right Editable Grid for WinForms and WPF Apps</title>
      <link>https://reogrid.net/articles/choosing-editable-grid-winforms-wpf</link>
      <guid isPermaLink="true">https://reogrid.net/articles/choosing-editable-grid-winforms-wpf</guid>
      <description>A pragmatic guide to picking a data grid for desktop .NET apps. Compares DataGridView, WPF DataGrid, third-party grids, and full spreadsheet components — and explains which problems each one is actually built to solve.</description>
      <pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate>
      <category>winforms</category>
      <category>wpf</category>
      <category>.net</category>
      <category>data-grid</category>
      <category>spreadsheet</category>
    </item>
    <item>
      <title>Reading and Writing Excel Files in C# Without Office Interop</title>
      <link>https://reogrid.net/articles/reading-writing-excel-files-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/articles/reading-writing-excel-files-csharp</guid>
      <description>A practical guide to handling .xlsx files from C# without installing Microsoft Office. Compares the main approaches — OpenXML SDK, ClosedXML, EPPlus, NPOI, and ReoGrid — and shows working code for the common cases.</description>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>excel</category>
      <category>xlsx</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>