biz-Streamマニュアル Excel出力ガイド 第3章 Excel出力機能を使用したアプリケーション開発の概要 3.2.1 ExcelEngineコンストラクタ

3.2.1 ExcelEngineコンストラクタ

Excel出力に必要な情報を作成します。

【構文】

public ExcelEngine(OutputStream output);
public ExcelEngine(File file) throws java.io.IOException;
public ExcelEngine(String filename) throws java.io.IOException;
public ExcelEngine();

【引数】
引数名 内容
output OutputStream OutputStreamクラス
file File ファイル情報を持ったFileクラス
filename String XMLファイル名

  • ExcelEngineクラスは、互換性を保つためPDFEngineクラスが提供するAPIが用意されていますが、基本的にExcelファイルに反映されません。