Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java を使用して MS Excel ファイルを作成し、「変更の追跡」フラグを設定して、後で変更した場所を確認できるようにしています。jexcelapi または Apache HSSF でこのフラグを設定するにはどうすればよいですか?
JExcelAPI がその機能をサポートしているとは思わない。新しいワークブックを最初から作成するのではなく、オプション セットを使用して Excel ワークブックをセットアップし、その既存のファイルをテンプレートとして使用することは実行可能ですか?