2

birt レポートを介して定義済みのテンプレート ファイルを埋めることは可能ですか?

  • .xls 例: テンプレートには、列ヘッダー (nicly フォーマット) と、作成日、ユーザー、法的通知などのその他のものを定義する必要があります。

  • 一方、.pdf では、データを入力する ID フィールドを定義する必要があります。

  • .ppt は最後であり、最もトリッキーかもしれませんが、理想的には .pdf としても使用できるはずですが、私の知る限り、.ppt 自体はそのフィールドの ID を提供しないため、入力する場所を識別するために回避策を使用する必要があります

それができるかもしれないバートに代わるものはありますか?

私は答えに非常に興味があります:-)

どうもありがとう!

4

3 に答える 3

0

It could be very challenging to hit a predifined Excle format with the native BIRT Excel emitter, there are several after market Excel emitters that might help you get there.

The easier way is to set up your BIRT report to export with the format you want, then save report and use it as foundation for recreating the next report. You can use grids, and master pages to get just the layout you want, then plug in report pieces.

You can also use the library to save grids, tables & data sets that you use over and over.

于 2013-03-19T17:00:14.827 に答える
0

Templaterは docx と xlsx をサポートしています。そこから、LibreOffice を使用して PDF を生成しています。

ツールの作成者として、私はそれを強くお勧めします:)

興味のある方はサイトにたくさんの例があります。

于 2012-06-19T16:40:48.870 に答える