Class PptGenerator


  • @Component
    public class PptGenerator
    extends java.lang.Object
    PPT 문서 생성기

    Apache POI를 사용하여 PowerPoint 프레젠테이션을 생성합니다.

    주요 기능:

    • 템플릿 로딩 및 플레이스홀더 치환
    • 동적 슬라이드 생성 (텍스트, 테이블, 차트)
    • 이미지 삽입
    Since:
    25.12.03
    • Constructor Summary

      Constructors 
      Constructor Description
      PptGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] generate​(ReportData data)
      ReportData를 기반으로 PPT 생성
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PptGenerator

        public PptGenerator()
    • Method Detail

      • generate

        public byte[] generate​(ReportData data)
        ReportData를 기반으로 PPT 생성
        Parameters:
        data - 리포트 데이터
        Returns:
        생성된 PPT 바이트 배열