Üretim ortamında su yas cızlar olmadan test edin.
İhtiyacınız olan her yerde çalışır.
30 gün boyunca tam işlevli ürün alın.
Dakikalar içinde çalışır hale getirin.
Ürün deneme sürecinizde destek mühendislik ekibimize tam erişim
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
.NET 10, 9, 8, 7, 6, 5, Core, Standard veya Framework üzerinde çalışan C#, F# ve VB.NET için tasarlanmıştır
Deneme anahtarınız e-postada olmalıdır.
Değilse, lütfen iletişime geçin
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 veya Excel Interop yüklü olmadan Excel dosyalarını okuyabilir, oluşturabilir ve düzenleyebilir mi?EVET!
XLS, XLSX, CSV, TSV ve JSON formatlarını tek bir API içinde doğal olarak destekliyor mu?EVET!
Veritabanı entegrasyonu için Çalışma Sayfaları ve DataTable/DataSet nesneleri arasında yerleşik dönüşüm var mı?EVET!
Formüller eklenebilir, değiştirilebilir ve dinamik olarak yeniden hesaplanabilir mi?EVET!
Yazı tipleri, kenarlıklar, hizalama, arka planlar ve sayı formatlarını içeren genişletilmiş stil desteği mevcut mu?EVET!
Windows, Linux, macOS, Docker ve Azure üzerinde .NET Core, Standard ve Framework üzerinde tamamen platformlar arası mı?EVET!
Şifre korumalı hesap tablolarını açabilir, düzenleyebilir ve kaydedebilir mi?EVET!
Aralık, gruplama ve birleştirme gibi işlem aralıklarını destekliyor mu?EVET!
Sayfa verileri doğrudan XML ve JSON'a aktarılabilir mi?EVET!
Meta veriler, dondurulan bölmeler ve yazdırma alanları programlama yoluyla yapılandırılabilir mi?EVET!
Standart Excel hücre notasyonu (örneğin, "A1:B10") kullanılarak hızlı toplu düzenleme destekleniyor mu?EVET!
IronXL'yi canlı projemde şimdi ücretsiz test edebilir miyim?EVET! 30 günlük ücretsiz denemeniz için buraya tıklayın