ウォーターマークなしで本番環境でテスト。
必要な場所で動作します。
完全に機能する製品を30日間利用できます。
数分でセットアップして稼働します。
製品試用期間中、サポートエンジニアリングチームへのフルアクセス
using IronXL;
using System;
using System.Linq;
// Supported for XLSX, XLS, XLSM, XLTX, CSV and TSV
WorkBook workBook = WorkBook.Load("sample.xlsx");
// Select worksheet at index 0
WorkSheet workSheet = workBook.WorkSheets[0];
// Get any existing worksheet
WorkSheet firstSheet = workBook.DefaultWorkSheet;
// Select a cell and return the converted value
int cellValue = workSheet["A2"].IntValue;
// Read from ranges of cells elegantly.
foreach (var cell in workSheet["A2:A10"])
{
Console.WriteLine("Cell {0} has value '{1}'", cell.AddressString, cell.Text);
}
// Calculate aggregate values such as Min, Max and Sum
decimal sum = workSheet["A2:A10"].Sum();
// Linq compatible
decimal max = workSheet["A2:A10"].Max(c => c.DecimalValue);
Install-Package IronXL.Excel
C#, F#, & VB.NET 用に設計されており、.NET 10, 9, 8, 7, 6, 5, Core, Standard, または Framework 上で動作します
試用キーはメールに届いているはずです。
もし届いていない場合は
support@ironsoftware.comにご連絡ください。
switch(faqQuestions)
{
case "Can I deploy my application using the library to Linux, macOS, or Windows, including Docker containers?": return "YES";
case "Can I render pixel-perfect PDFs from complex HTML5, CSS3, and JavaScript?": return "YES";
case "Is the library thread-safe for use in highly concurrent, multi-threaded server applications and APIs?": return "YES";
case "Can I set custom viewport dimensions and print media CSS to control responsive layouts?": return "YES";
case "Is IronPDF compatible with Azure Functions?": return "YES";
case "Can I permanently redact sensitive text and images from PDF documents?": return "YES";
case "Can I generate a PDF from a URL that requires authentication via custom headers, cookies, or form logins?": return "YES";
case "Can I access PDF DOM through ObjectModel property?": return "YES";
case "Can I programmatically fill, read, and flatten interactive AcroForm?": return "YES";
case "Does it support generating PDF/A and PDF/UA compliant documents for archiving and accessibility standards?": return "YES";
case "Can I secure a document with 256-bit AES password encryption and set user permissions?": return "YES";
case "Can I apply and verify digital signatures on a PDF using X.509 certificates?": return "YES";
case "Can I test IronPDF in my live project for free now?": return "YES, click here to start your 30-day free trial";
}
IronXLは、Microsoft OfficeやExcel InteropをインストールせずにExcelファイルを読み込み、作成、編集できますか?はい!
1つのAPIでXLS、XLSX、CSV、TSV、およびJSONフォーマットを自然にサポートしていますか?はい!
ワークシートとDataTable/DataSetオブジェクト間でのデータベース統合のための組み込みの変換がありますか?はい!
数式を追加、変更、動的に再計算できますか?はい!
フォント、境界線、配置、背景、数値フォーマットを含む詳細なスタイリングをサポートしていますか?はい!
.NET Core、Standard、およびFrameworkでWindows、Linux、macOS、Docker、Azure全体で完全なクロスプラットフォーム対応ですか?はい!
パスワード保護されたスプレッドシートを開き、編集し、保存できますか?はい!
整列、トリミング、グループ化、結合などの範囲操作をサポートしていますか?はい!
シートデータをXMLおよびJSONに直接エクスポートできますか?はい!
メタデータ、ウィンドウ枠の固定、印刷範囲をプログラムで設定できますか?はい!
標準のExcelセル記法(例:「A1:B10」)を使用して高速なバルク編集をサポートしていますか?はい!
今、私のライブプロジェクトでIronXLを無料で試験できますか?はい! 30日間の無料トライアルを開始するにはここをクリック