PowerPointのスライドでは、データのグラフィカル表示のために編集可能なチャートを使用することは一般的な活動です。Asposeは、Aspose.Cells for Javaを使用してExcelチャートを作成するサポートを提供しており、さらにこれらのチャートはAspose.Slides for Javaを通じてPowerPointスライドにOLEオブジェクトとして埋め込むことができます。この記事では、Aspose.Cells for JavaとAspose.Slides for Javaを使用して、PowerPointプレゼンテーションにOLEオブジェクトとしてMS Excelチャートを作成し埋め込むための必要なステップと実装を説明します。
必要なステップ
ExcelチャートをOLEオブジェクトとしてPowerPointスライドに埋め込むためには以下の手順が必要です:# Aspose.Cells for Javaを使用してExcelチャートを作成します。# Aspose.Cells for Javaを使用してExcelチャートのOLEサイズを設定します。# Aspose.Cells for Javaを使用してExcelチャートの画像を取得します。# Aspose.Slides for Javaを使用してPPTXプレゼンテーション内にExcelチャートをOLEオブジェクトとして埋め込みます。# ステップ3で得られた画像でオブジェクト変更された画像を置き換えてオブジェクト変更問題に対応します。# 出力プレゼンテーションをPPTX形式でディスクに保存します。
必要なステップの実装
上記の手順の実装は以下の通りです:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aspose.Cells for JavaとAspose.Slides for Javaを使用することで、Aspose.Cells for Javaでサポートされている任意のExcelチャートを作成し、作成したチャートをPowerPointスライドにOLEオブジェクトとして埋め込むことができます。ExcelチャートのOLEサイズも定義できます。最終ユーザーは他のOLEオブジェクトと同様にExcelチャートをさらに編集できます。