ウォーターマークなしで本番環境でテスト。
必要な場所で動作します。
完全に機能する製品を30日間利用できます。
数分でセットアップして稼働します。
製品試用期間中、サポートエンジニアリングチームへのフルアクセス
30DAYFREE
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にご連絡ください。
C#でExcelの読み取り、書き込み、編集を行います。Office Interopは不要です。Windows、Linux、macOS、クラウドで動作します。
WorkBook.Load(), WorkBook.Create(), worksheet["A1"].Value.WorkSheet["A1:B10"]範囲構文。System.Data.DataSet and DataTableデータベースワークフローに。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ファイルを読み取り、作成、編集できるか?はい!
XLS、XLSX、CSV、TSV、JSONフォーマットに1つのAPIでネイティブ対応しているか?はい!
データベース統合のためにワークシートとDataTable/DataSetオブジェクト間の組み込み変換があるか?はい!
数式を動的に追加、変更、および再計算できるか?はい!
フォント、ボーダー、整列、背景、数値フォーマットを含む詳細なスタイリングをサポートしているか?はい!
Windows、Linux、macOS、Docker、Azure上で.NET Core、Standard、Frameworkに完全にクロスプラットフォーム対応していますか?はい!
パスワードで保護されたスプレッドシートを開いて編集し、保存できるか?はい!
ソート、トリミング、グルーピング、結合などの範囲操作をサポートしているか?はい!
XMLやJSONにシートデータを直接エクスポートできるか?はい!
メタデータ、ペインの固定、および印刷領域をプログラムで設定できるか?はい!
標準のExcelセル表記(例:「A1:B10」)を使用して高速バルク編集をサポートしているか?はい!
今すぐ本番プロジェクトでIronXLを無料でテストできるか?はい! 30日間の無料トライアルを始めるにはここをクリック