워터마크 없이 실제 운영 환경에서 테스트해 보세요.
필요한 곳 어디에서든 작동합니다.
모든 기능을 갖춘 제품을 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 또는 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 객체 간의 내장 변환이 있습니까?예!
공식을 동적으로 추가, 수정 및 재계산할 수 있습니까?예!
폰트, 테두리, 정렬, 배경 및 숫자 형식을 포함한 세밀한 스타일링을 지원합니까?예!
Windows, Linux, macOS, Docker, Azure의 .NET Core, Standard 및 Framework에서 완전히 크로스 플랫폼을 지원합니까?예!
암호로 보호된 스프레드시트를 열고, 편집하고, 저장할 수 있습니까?예!
정렬, 잘라내기, 그룹화 및 병합과 같은 범위 작업을 지원합니까?예!
시트 데이터를 XML 및 JSON으로 직접 내보낼 수 있습니까?예!
메타데이터, 창 고정 및 인쇄 영역을 프로그램적으로 구성할 수 있습니까?예!
표준 Excel 셀 표기법(예: "A1:B10")을 사용한 빠른 대량 편집을 지원합니까?예!
IronXL을 실시간 프로젝트에서 무료로 테스트할 수 있습니까?예! 30일 무료 체험을 시작하려면 여기를 클릭하세요