Teste em produção sem marcas d'água.
Funciona onde você precisar.
Receba 30 dias de produto totalmente funcional.
Deixe-o pronto para usar em minutos.
Acesso total à nossa equipe de suporte técnico durante o período de teste do produto.
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
Projetado para C#, F# e VB.NET executados no .NET 10, 9, 8, 7, 6, 5, Core, Standard ou Framework.
Sua chave de avaliação deve estar no e-mail.
Caso contrário, entre em contato.
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";
}
O IronXL pode ler, criar e editar arquivos Excel sem Microsoft Office ou Excel Interop instalados?SIM!
Ele suporta nativamente os formatos XLS, XLSX, CSV, TSV e JSON em uma única API?SIM!
Há conversão embutida entre objetos Worksheets e DataTable/DataSet para integração com banco de dados?SIM!
As fórmulas podem ser adicionadas, modificadas e recalculadas dinamicamente?SIM!
Ele suporta estilização granular, incluindo fontes, bordas, alinhamento, fundos e formatos numéricos?SIM!
É totalmente multiplataforma em .NET Core, Standard e Framework em Windows, Linux, macOS, Docker e Azure?SIM!
Ele pode abrir, editar e salvar planilhas protegidas por senha?SIM!
Ele suporta operações de intervalo como classificação, corte, agrupamento e fusão?SIM!
Os dados das planilhas podem ser exportados diretamente para XML e JSON?SIM!
Os metadados, a congelamento de painéis e as áreas de impressão podem ser configurados programaticamente?SIM!
Ele suporta edição em massa rápida usando notação de célula Excel padrão (por exemplo, "A1:B10")?SIM!
Posso testar o IronXL em meu projeto ao vivo gratuitamente agora?SIM! Clique aqui para iniciar seu teste gratuito de 30 dias