IRONSOFTWAREHOME
C#에서 Excel 메타데이터 편집
using IronXL;
using System;

WorkBook workBook = WorkBook.Load("sample.xlsx");

// Set author
workBook.Metadata.Author = "Your Name";
// Set comments
workBook.Metadata.Comments = "Monthly report";
// Set title
workBook.Metadata.Title = "July";
// Set keywords
workBook.Metadata.Keywords = "Report";

// Read the creation date of the excel file
DateTime? creationDate = workBook.Metadata.Created;

// Read the last printed date of the excel file
DateTime? printDate = workBook.Metadata.LastPrinted;

workBook.SaveAs("editedMetadata.xlsx");
Imports IronXL
Imports System

Dim workBook As WorkBook = WorkBook.Load("sample.xlsx")

' Set author
workBook.Metadata.Author = "Your Name"
' Set comments
workBook.Metadata.Comments = "Monthly report"
' Set title
workBook.Metadata.Title = "July"
' Set keywords
workBook.Metadata.Keywords = "Report"

' Read the creation date of the excel file
Dim creationDate As DateTime? = workBook.Metadata.Created

' Read the last printed date of the excel file
Dim printDate As DateTime? = workBook.Metadata.LastPrinted

workBook.SaveAs("editedMetadata.xlsx")
NuGet Download
PM > Install-Package IronXL.Excel
C#에서 Excel 메타데이터 편집

C#에서 Excel 메타데이터 편집

프로그램적으로 Excel 메타데이터를 C#IronXL을 사용하여 편집하면 개발자가 수동 상호작용 없이 저자, 제목, 주제 또는 사용자 정의 메타데이터 필드와 같은 워크북 속성을 원활하게 업데이트 또는 조작할 수 있습니다. 이 기능은 특히 자동화된 워크플로우, 대규모 데이터 처리 또는 SQL 데이터베이스와 같은 다른 시스템과의 통합이 필요한 시나리오에서 유용합니다.

IronXL은 XLSX, XLSCSV과 같은 인기있는 Excel 형식을 지원하여 이 프로세스를 효율적으로 만듭니다. 이 기능은 보고서, 감사 또는 메타데이터 중심 애플리케이션을 다루는 팀의 수작업을 최소화하고 정확성을 보장합니다. 이는 Excel 파일과 백엔드 시스템 간의 통합을 단순화하여 실제 비즈니스 환경에서 효과적으로 확장할 수 있는 동적 메타데이터 중심 솔루션을 가능케 합니다.

Explore How to Edit Workbook Metadata with IronXL
GitHub에서 보기

시작할 준비 되셨나요?

Nuget Downloads 2,237,574버전:2026.9방금 출시

Key in blue circle

무료 30일 체험 키를 즉시 받으세요.

Your trial license will be sent to your email address

제한 없음. 100% 무제한 이용. 신용카드 불필요.

bullet_checked신용카드나 계정 생성은 필요하지 않습니다.제한 없음. 100% 무제한 이용. 신용카드 불필요.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
무료 라이브 데모를 예약하세요
Booking Badge

전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.

Iron Software의 고객 로고
부담 없는 무료 상담을 받아보세요
아래 양식을 작성하시거나 sales@ironsoftware.com으로 이메일을 보내주세요.
고객님의 정보는 항상 비밀로 유지됩니다.
전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.
Iron Software의 고객 로고
지금 바로 30일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.