<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ReoGrid Blog</title>
    <link>https://reogrid.net/blog</link>
    <atom:link href="https://reogrid.net/blog/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>Announcing ReoGrid 4.4 — Performance Improvements for Large-Scale Data</title>
      <link>https://reogrid.net/blog/reogrid-v4-4-release</link>
      <guid isPermaLink="true">https://reogrid.net/blog/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/blog/excel-style-conditional-formatting-dotnet</link>
      <guid isPermaLink="true">https://reogrid.net/blog/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/blog/choosing-editable-grid-winforms-wpf</link>
      <guid isPermaLink="true">https://reogrid.net/blog/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/blog/reading-writing-excel-files-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/blog/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>