在生產環境中無水印測試。
無論您需要它在哪裡運作都可以。
取得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
您的試用密鑰應該在電子郵件裡。
如果沒有,請聯繫
[email protected]
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文件?是的!
它是否原生支持單一API中的XLS、XLSX、CSV、TSV和JSON格式?是的!
是否有內建的工作表與DataTable/DataSet物件之間的轉換,以便資料庫整合?是的!
公式是否可以動態添加、修改和重新計算?是的!
它是否支持細粒度的樣式設定,包括字體、邊框、對齊方式、背景和數字格式?是的!
它是否在.NET Core、Standard和Framework上跨平台,在Windows、Linux、macOS、Docker和Azure上運行?是的!
它可以打開、編輯並保存受密碼保護的電子表格嗎?是的!
它是否支持排序、修剪、分組和合併等範圍操作?是的!
工作表數據可以直接導出為XML和JSON嗎?是的!
元數據、凍結窗格和打印區域可以編程設置嗎?是的!
它是否支持使用標準Excel單元格標記(例如"A1:B10")進行快速批量編輯?是的!
我可以立即在我的實時專案中免費測試IronXL嗎?是的! 點此開始您的30天免費試用