在生产环境中测试,没有水印。
在您需要的地方使用。
使用功能齐全的产品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
为在.NET 10, 9, 8, 7, 6, 5, Core, Standard, or Framework上运行的C#, F#, & VB.NET而设计
您的试用密钥应在电子邮件中。
如果没有,请联系我们
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文件?是的!
在单个API中是否支持XLS、XLSX、CSV、TSV和JSON格式?是的!
是否有内置的工作表与DataTable/DataSet对象之间的转换以进行数据库集成?是的!
能否动态添加、修改和重新计算公式?是的!
是否支持精细的样式,包括字体、边框、对齐、背景和数字格式?是的!
是否在.NET Core、Standard和Framework上全面跨平台,跨Windows、Linux、macOS、Docker和Azure?是的!
能否打开、编辑和保存受密码保护的电子表格?是的!
是否支持排序、修剪、分组和合并等范围操作?是的!
工作表数据能否直接导出为XML和JSON?是的!
能否以编程方式配置元数据、冻结窗格和打印区域?是的!
是否支持使用标准Excel单元格表示法(例如,"A1:B10")快速批量编辑?是的!
我现在可以在实时项目中免费测试IronXL吗?是的! 点击这里开始您的30天免费试用