<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ReoGrid 記事</title>
    <link>https://reogrid.net/jp/articles</link>
    <atom:link href="https://reogrid.net/jp/articles/rss.xml" rel="self" type="application/rss+xml" />
    <description>.NET スプレッドシート開発、Excel 互換のノウハウ、ReoGrid のリリース情報をお届けします。</description>
    <language>ja</language>
    <item>
      <title>ReoGrid V5 のご案内 — コアから作り直した次世代版と、2026年8月19日からの新ライセンス体系</title>
      <link>https://reogrid.net/jp/articles/reogrid-v5-next-generation-announcement</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/reogrid-v5-next-generation-announcement</guid>
      <description>ReoGrid V5 は、完全仮想化アーキテクチャを基盤にコアから作り直した次世代版です。WinForms・WPF の双方で高速化し、メモリ使用量も大きく削減。さらに新プラットフォームとして Avalonia に対応します。V5 のリリース（2026年8月19日）にあわせて、ライセンス・価格体系も新しくなります。詳細は V5 の発売と同時に公開いたします。</description>
      <pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate>
      <category>announcement</category>
      <category>release</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>avalonia</category>
      <category>reogrid</category>
    </item>
    <item>
      <title>IF のネストが 3 段を超えたら IFS — IF / AND / OR / IFERROR で条件分岐を整理する</title>
      <link>https://reogrid.net/jp/articles/conditional-branching-if-ifs-iferror-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/conditional-branching-if-ifs-iferror-csharp</guid>
      <description>合否判定、ランク分け、達成率の評価——業務の表は条件分岐だらけ。定番の IF はネストが深くなると括弧の対応が追えなくなる。ネストを平らにする IFS、条件を束ねる AND / OR、エラーを既定値に丸める IFERROR の使い分けを例で整理し、ReoGrid（IFS / IFERROR は V4.5 で対応）で WinForms / WPF アプリに同じ数式を載せる方法まで解説する。</description>
      <pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>formula</category>
      <category>if</category>
      <category>ifs</category>
      <category>iferror</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>「氏名を姓と名に分ける」「住所から都道府県を取り出す」— LEFT / MID / FIND / SUBSTITUTE で文字列を数式で加工する</title>
      <link>https://reogrid.net/jp/articles/text-functions-split-join-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/text-functions-split-join-csharp</guid>
      <description>名簿の氏名を姓と名に分割する、住所から都道府県だけ取り出す、商品コードをハイフンで分解する——業務データの文字列加工は C# なら Split 一発だが、「ユーザーが画面上で確認・修正できる形」にしたいならスプレッドシートの数式が向いている。LEFT・MID・FIND・SUBSTITUTE・TEXTJOIN の定番レシピと落とし穴（全角スペース、神奈川県・和歌山県・鹿児島県の 4 文字問題）を整理し、ReoGrid（V4.5 で対応）で WinForms / WPF アプリに同じ数式を載せる方法まで解説する。</description>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>formula</category>
      <category>text</category>
      <category>substitute</category>
      <category>textjoin</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>EDATE / EOMONTH / WORKDAY / NETWORKDAYS — 支払期日・営業日を数式で計算する</title>
      <link>https://reogrid.net/jp/articles/business-date-calculation-eomonth-workday-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/business-date-calculation-eomonth-workday-csharp</guid>
      <description>「月末締め翌月末払い」「5 営業日以内に発送」「期日の 3 営業日前にリマインド」——業務アプリの日付ルールは、DateTime で自前実装すると意外に面倒。Excel には EDATE・EOMONTH・WORKDAY・NETWORKDAYS という専用関数がある。4 つの役割と定番の落とし穴（起点日を数える・数えない問題、月末への丸め）を整理し、ReoGrid（V4.5 で対応）で WinForms / WPF アプリ内に同じ日付計算を載せる方法まで解説する。</description>
      <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>formula</category>
      <category>datetime</category>
      <category>eomonth</category>
      <category>workday</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>SUMIF / SUMIFS / COUNTIF / COUNTIFS の違いを整理する — 条件付き集計を使い分ける</title>
      <link>https://reogrid.net/jp/articles/conditional-aggregation-sumif-countif-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/conditional-aggregation-sumif-countif-csharp</guid>
      <description>「条件に合う行だけ合計する・数える」ための関数が SUMIF・COUNTIF・SUMIFS・COUNTIFS。単数形（〜IF）は条件 1 つ、複数形（〜IFS）は条件を AND で重ねられる。両者の仕組みと引数順の落とし穴（SUMIF と SUMIFS で並びが逆）を例で整理し、ReoGrid（V4.5 で対応）で WinForms / WPF アプリ内に同じ集計を載せる方法まで解説する。</description>
      <pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>formula</category>
      <category>sumif</category>
      <category>countif</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>MATCH と XMATCH の違いを整理する — 「位置」を返す検索関数を使い分ける</title>
      <link>https://reogrid.net/jp/articles/match-xmatch-difference-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/match-xmatch-difference-csharp</guid>
      <description>MATCH と XMATCH はどちらも「探した値が何番目にあるか（位置）」を返す関数。違いは既定の一致モード・逆方向検索・ワイルドカードの扱いにある。両者の仕組みと使い分けを例で整理し、INDEX と組み合わせて VLOOKUP より柔軟に値を引く方法、そして ReoGrid（V4.5 で対応）で WinForms / WPF アプリ内に同じ数式を載せる方法まで解説する。</description>
      <pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>formula</category>
      <category>match</category>
      <category>xmatch</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>「郵便番号を入れたら住所が出る」を C# 業務アプリで実装する — ReoGrid のセル編集イベントで住所オートコンプリート</title>
      <link>https://reogrid.net/jp/articles/postal-code-address-autofill-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/postal-code-address-autofill-csharp</guid>
      <description>顧客マスタや受注入力で住所を毎回手打ちしていると、入力が遅く、表記ゆれも増える。郵便番号を入れた瞬間に都道府県・市区町村・町域を自動で埋めれば、入力は速く正確になる。ReoGrid なら AfterCellEdit イベントで編集確定を捕まえ、日本郵便の郵便番号データを引いて隣のセルへ書き込むだけ。外部 API もクラウドも不要で、オフラインで完結する住所オートコンプリートを C# で実装する。</description>
      <pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>postal-code</category>
      <category>data-entry</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>VLOOKUP / HLOOKUP / XLOOKUP の違いを整理する — C# スプレッドシートで使い分ける</title>
      <link>https://reogrid.net/jp/articles/vlookup-hlookup-xlookup-difference-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/vlookup-hlookup-xlookup-difference-csharp</guid>
      <description>Excel の代表的な検索関数 VLOOKUP・HLOOKUP・XLOOKUP は、似ているようで「探す方向」「列番号の指定方法」「見つからないときの挙動」が違う。それぞれの仕組みと使い分けを表と例で整理し、ReoGrid（V4.5 で対応）を使って WinForms / WPF アプリの中で同じ数式をそのまま動かす方法まで解説する。XLOOKUP が VLOOKUP の弱点をどう解消したのかが分かる。</description>
      <pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>formula</category>
      <category>vlookup</category>
      <category>xlookup</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>自社の業務ロジックを「Excel数式」として開放する — C# で ReoGrid にカスタム関数を登録する</title>
      <link>https://reogrid.net/jp/articles/custom-formula-functions-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/custom-formula-functions-csharp</guid>
      <description>税込計算・自社ルールの端数処理・商品コードからの単価引き当て — 同じ業務ロジックが C# のコードとスプレッドシートの数式に二重化し、仕様変更のたびに修正漏れが起きる。ReoGrid なら C# のメソッドをカスタム関数として登録でき、利用者はセルに =TAXIN(B2) と書くだけで自社ロジックを呼び出せる。標準の 200+ Excel 互換関数に、自社の計算を一級市民として並べる方法を解説する。</description>
      <pubDate>Sun, 21 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>formula</category>
      <category>custom-function</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>GrapeCity SPREAD と ReoGrid を比較する — .NET スプレッドシートを「軽さ・速さ・大規模データ」で選ぶ</title>
      <link>https://reogrid.net/jp/articles/reogrid-vs-grapecity-spread-dotnet</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/reogrid-vs-grapecity-spread-dotnet</guid>
      <description>.NET の表計算コンポーネントとして実績のある GrapeCity SPREAD（現 MESCIUS / SPREAD.NET）と、軽量・高速な ReoGrid を公平に比較します。機能の網羅性や日本語サポートの厚みでは SPREAD に分があり、配布の軽さ・描画速度・大規模データの扱い・無料から始められる導入のしやすさでは ReoGrid が効きます。どんなプロジェクトでどちらを選ぶべきかを整理します。</description>
      <pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>spreadsheet</category>
      <category>comparison</category>
      <category>performance</category>
    </item>
    <item>
      <title>「半角カナの住所」「全角の電話番号」で検索も名寄せも効かない — C# 業務アプリで全角・半角を正規化する</title>
      <link>https://reogrid.net/jp/articles/zenkaku-hankaku-normalization-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/zenkaku-hankaku-normalization-csharp</guid>
      <description>住所が半角カナ、電話番号が全角数字、同じ取引先が「(株)」と「（株）」で二重登録 — 日本の入力データは全角・半角がバラバラで、そのままでは検索も名寄せも合計も効かない。ReoGrid なら Excel 互換の JIS / ASC 関数で一括変換でき、入力時に AfterCellEdit で自動正規化もできる。C# で「表記ゆれで壊れない」業務データを作る。</description>
      <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>zenkaku-hankaku</category>
      <category>data-format</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>「請求書の合計が1円ずれる」を防ぐ — C# で通貨書式・消費税（軽減税率）・端数処理を ReoGrid で正しく扱う</title>
      <link>https://reogrid.net/jp/articles/currency-tax-rounding-invoice-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/currency-tax-rounding-invoice-csharp</guid>
      <description>金額を double で持つと誤差が出る、文字列にすると合計もソートも壊れる、消費税の端数処理が取引先と1円合わない — 日本の業務アプリで金額が崩れる原因は決まっている。ReoGrid なら、セルのデータは数値のまま「¥1,234,567」と表示し、軽減税率8%/10%の税率別集計とインボイス対応の端数処理まで数式で組める。C# で「金額が崩れない」帳票を作る。</description>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>currency</category>
      <category>invoice</category>
      <category>data-format</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>「ReoGrid」が商標登録されました — 商標登録第7052809号</title>
      <link>https://reogrid.net/jp/articles/reogrid-trademark-registered</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/reogrid-trademark-registered</guid>
      <description>Excel ライクなスプレッドシートコンポーネント「ReoGrid」が、日本国特許庁にて商標登録されました（商標登録第7052809号）。第9類・第42類を指定区分とし、登録日は2026年6月9日、権利者はUNVELL株式会社です。</description>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <category>reogrid</category>
      <category>trademark</category>
      <category>brand</category>
      <category>announcement</category>
    </item>
    <item>
      <title>ReoGrid 4.5 リリース — Excel 互換関数 47 種と数式ポイントモード編集</title>
      <link>https://reogrid.net/jp/articles/reogrid-v4-5-release</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/reogrid-v4-5-release</guid>
      <description>Excel 互換の数式関数を 47 種追加し、数式のポイントモード編集、XLSX アウトライン（グループ化）の入出力、読み込み性能とメモリの大幅改善を実現した ReoGrid 4.5 をご紹介します。</description>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <category>reogrid</category>
      <category>spreadsheet</category>
      <category>.net</category>
      <category>formula</category>
      <category>release</category>
    </item>
    <item>
      <title>「CSV を Excel で開いたら郵便番号の 0 が消えた」を自社アプリで防ぐ — C# でエンコーディングと列の型を開発者が握る</title>
      <link>https://reogrid.net/jp/articles/csv-leading-zeros-dates-encoding-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/csv-leading-zeros-dates-encoding-csharp</guid>
      <description>郵便番号 0010048 が 10048 に、商品コード 1-2-3 が「2001年2月3日」に、Shift_JIS が文字化け — CSV が壊れるのは、型情報を持たないファイルを開いた側が中身を勝手に推測するから。自社アプリなら、文字コードも列ごとの型も開発者が宣言できる。ReoGrid で「壊さない」CSV ビューア／インポータを C# で作る。</description>
      <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>csv</category>
      <category>encoding</category>
      <category>data-format</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>和暦（令和）対応の日付セル — C# 業務アプリでデータは DateTime のまま「令和8年6月6日」と表示する</title>
      <link>https://reogrid.net/jp/articles/wareki-japanese-era-dates-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/wareki-japanese-era-dates-csharp</guid>
      <description>請求書・契約書・生年月日 — 日本の業務アプリに和暦は避けて通れない。ToString で文字列化するとソートも数式も壊れる。ReoGrid なら書式パターン 1 つで、セルのデータを DateTime のまま和暦表示・入力・印刷できる。</description>
      <pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>datetime</category>
      <category>wareki</category>
      <category>data-format</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>約30行のC#で領収書発行アプリを作る — Excel テンプレート × ReoGrid</title>
      <link>https://reogrid.net/jp/articles/receipt-generator-app-30-lines-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/receipt-generator-app-30-lines-csharp</guid>
      <description>領収書のレイアウトをコードで組まない。Excel でひな形を一度作り、ReoGrid で読み込んで空欄を埋め、控えを保存して印刷する。完成した WinForms アプリが C# で約30行。</description>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>excel</category>
      <category>xlsx</category>
      <category>printing</category>
      <category>template</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>C# でスプレッドシートを印刷する — WinForms / WPF の印刷・プレビュー・PDF出力</title>
      <link>https://reogrid.net/jp/articles/print-spreadsheet-winforms-wpf-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/print-spreadsheet-winforms-wpf-csharp</guid>
      <description>.NET デスクトップアプリからワークシートを印刷する方法 — 印刷プレビュー、システム印刷ダイアログ、PDF への直接出力、さらに用紙サイズ・余白・向き・スケーリング・改ページまで。WinForms / WPF で動作する C# コード。</description>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>printing</category>
      <category>pdf</category>
      <category>excel</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>WinForms / WPF スプレッドシートにカスタムセルを追加する — CellBody で作るプログレスバー・スライダー・ドロップダウン</title>
      <link>https://reogrid.net/jp/articles/custom-cell-body-renderer-editor</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/custom-cell-body-renderer-editor</guid>
      <description>ReoGrid の CellBody API を使って、独自の見た目と操作を持つセルを WinForms / WPF アプリに組み込む方法。プログレスバー、インタラクティブなスライダー、ドロップダウンリストの実装例を C# で解説します。</description>
      <pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate>
      <category>csharp</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>custom-cell</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>VB.NET で Excel ファイルを読み込み・書き出し・表示する</title>
      <link>https://reogrid.net/jp/articles/reading-writing-displaying-excel-vbnet</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/reading-writing-displaying-excel-vbnet</guid>
      <description>VB.NET で `.xlsx` ファイルを扱うための実践ガイド — データの読み込み、レポートの生成、WinForms / WPF デスクトップアプリへのライブスプレッドシートビューアの埋め込み。Office のインストール不要。</description>
      <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
      <category>vbnet</category>
      <category>.net</category>
      <category>winforms</category>
      <category>wpf</category>
      <category>excel</category>
      <category>xlsx</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>WPF で大量データを効率よく表示する — DataGrid がスケールしなくなる地点</title>
      <link>https://reogrid.net/jp/articles/wpf-datagrid-large-data</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/wpf-datagrid-large-data</guid>
      <description>WPF DataGrid は最初から仮想化が効いていますが、「仮想化されている」ことと「速い」ことは同じではありません。10 万行を超えるあたりで DataGrid のどこが詰まり、チューニングでどこまで戻せて、その先で UI を止めずに 100 万行を扱うために必要になる「遅延データソース」のパターンを解説します。</description>
      <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
      <category>wpf</category>
      <category>.net</category>
      <category>datagrid</category>
      <category>performance</category>
      <category>large-data</category>
      <category>virtualization</category>
    </item>
    <item>
      <title>ReoGrid V3 から V4 への移行 — 実践ガイド</title>
      <link>https://reogrid.net/jp/articles/migrate-reogrid-v3-to-v4</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/migrate-reogrid-v3-to-v4</guid>
      <description>既存の ReoGrid V3 アプリケーションを V4 にアップグレードする際の変更点を整理しました。コンパイル時に発生する破壊的変更、実行時の挙動の違い、そして採用を検討したい新 API を簡潔にまとめています。</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>ReoGrid Studio のご紹介 — AI エージェントのためのスプレッドシートエンドポイント</title>
      <link>https://reogrid.net/jp/articles/introducing-reogrid-studio</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/introducing-reogrid-studio</guid>
      <description>ReoGrid Studio は、公開 MCP エンドポイントを備えたブラウザ上で動作するスプレッドシートです。データを分析した AI エージェントが、その結果をライブなスプレッドシートとして公開し、短い URL を返してくれます。markdown のテーブルを貼り直す日々はもう終わりです。</description>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <category>studio</category>
      <category>reogrid</category>
      <category>spreadsheet</category>
      <category>ai</category>
      <category>mcp</category>
      <category>claude</category>
    </item>
    <item>
      <title>Claude Code(その他の MCP クライアント)から ReoGrid Studio を使う</title>
      <link>https://reogrid.net/jp/articles/use-reogrid-studio-from-claude-code</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/use-reogrid-studio-from-claude-code</guid>
      <description>Claude Code、Claude Desktop、Cursor、そして Anthropic API を ReoGrid Studio の MCP サーバーに接続するための実践的なセットアップガイド。コマンド 2 行とプロンプト 1 つで、AI からライブのスプレッドシート URL を受け取れるようになります。</description>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <category>studio</category>
      <category>reogrid</category>
      <category>mcp</category>
      <category>claude</category>
      <category>claude-code</category>
      <category>anthropic-api</category>
      <category>cursor</category>
    </item>
    <item>
      <title>C# で WinForms / WPF アプリに Excel ファイルを表示・編集する</title>
      <link>https://reogrid.net/jp/articles/display-excel-file-winforms-wpf-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/display-excel-file-winforms-wpf-csharp</guid>
      <description>.NET デスクトップアプリに動作する Excel ビューアを埋め込む方法 — `.xlsx` を読み込み、セルや数式をユーザーに編集させ、ディスクに保存し直すまで。WinForms と WPF の最小サンプルを 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>Office Interop を使わずに C# で DataTable を Excel(.xlsx)に出力する</title>
      <link>https://reogrid.net/jp/articles/export-datatable-to-excel-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/export-datatable-to-excel-csharp</guid>
      <description>C# から DataTable を実際の `.xlsx` ファイルに書き出す方法 — ヘッダー、書式設定、複数シート、そして ASP.NET Core でのダウンロード処理パターン。ClosedXML、EPPlus、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>ReoGrid 4.4 リリース — 大規模データのパフォーマンス改善</title>
      <link>https://reogrid.net/jp/articles/reogrid-v4-4-release</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/reogrid-v4-4-release</guid>
      <description>API 互換性を保ったまま、条件付き書式を伴う一括データ投入を約 11,700 倍、1 万行のソートを約 10 倍、SetRangeData による一括ロードを約 3 倍高速化した ReoGrid 4.4 をご紹介します。</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>.NET アプリケーションで Excel 風の条件付き書式を実装する</title>
      <link>https://reogrid.net/jp/articles/excel-style-conditional-formatting-dotnet</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/excel-style-conditional-formatting-dotnet</guid>
      <description>WinForms / WPF のスプレッドシートに条件付き書式 — カラーハイライト、データバー、アイコンセット — を組み込む方法。ルールモデルの考え方、大きな範囲に適用したときの落とし穴、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>WinForms / WPF アプリで編集可能グリッドを選ぶときの考え方</title>
      <link>https://reogrid.net/jp/articles/choosing-editable-grid-winforms-wpf</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/choosing-editable-grid-winforms-wpf</guid>
      <description>デスクトップ .NET アプリ向けにデータグリッドを選ぶための実践ガイド。DataGridView、WPF DataGrid、サードパーティ製グリッド、本格的なスプレッドシートコンポーネントを比較し、それぞれが本来どの問題を解決するために作られているかを解説します。</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>Office Interop を使わずに C# で Excel ファイルを読み書きする</title>
      <link>https://reogrid.net/jp/articles/reading-writing-excel-files-csharp</link>
      <guid isPermaLink="true">https://reogrid.net/jp/articles/reading-writing-excel-files-csharp</guid>
      <description>Microsoft Office をインストールせずに、C# から `.xlsx` ファイルを扱うための実践ガイド。OpenXML SDK、ClosedXML、EPPlus、NPOI、ReoGrid という主要な選択肢を比較し、よくあるユースケースの動くコードを示します。</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>