-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreports.html
More file actions
111 lines (96 loc) · 4.07 KB
/
reports.html
File metadata and controls
111 lines (96 loc) · 4.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ExCella Reports</title>
<meta http-equiv="Content-Language" content="Japanese" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="excel,Excel,Java,POI,Reports,帳票,データ移行" />
<link href="excella.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="container-header">
<div id="container-name">ExCella Reports</div>
</div>
<div id="container-content">
<div id="content">
<p>
ExCella ReportsはExcelで作成したテンプレート定義とデータ(Javaオブジェクト)からレポートを作成するためのツールです。
</p>
<h1>特徴</h1>
<p>
<b>レポートテンプレートをExcelで簡単作成</b><br>
Excelでテンプレートが作成できるため、専用のデザインツールの習得は不要です。<br>
いままでのデザインツールでは面倒だった罫線の調節や、文字サイズ、折り返しの設定などがExcelの機能を使って簡単に出来ます。
<br><br>
<b>様々なタイプのレポートに対応</b><br>
・請求書のような定型帳票<br>
・ピボットテーブル、ピボットグラフを利用した分析帳票<br>
など様々なタイプのレポートに対応しています。<br>
<br>
<b>ExcelおよびPDFでの出力に対応</b><br>
<br>
</p>
<h1>イメージ図</h1>
<p>
<img src="images/reports_image.png" alt="ExCella Reports" />
<br><br>
</p>
<h1>出力サンプル</h1>
<p>
<b>定型帳票</b><br>
Excel上に定義したタグにデータやイメージを埋め込みます。<br>
<a href="images/sample_invoice_l.png"><img src="images/sample_invoice_s.png" width="300" border="0"></a>
<br>
<br>
<b>分析レポート(ピボットグラフ)</b><br>
ピボットグラフを使用した分析レポート。<br>Excel上で定義したピボットグラフに動的に値を埋め込みます。<br>
<a href="images/sample_graph_l.png"><img src="images/sample_graph_s.png" width="300" border="0"></a>
<br>
<br>
<b>分析レポート(ピボットテーブル)</b><br>
ピボットテーブルを使用した分析レポート。<br>
Excel上で定義したピボットテーブルに動的に値を埋め込みます。
<a href="images/sample_pibot_l.png"><img src="images/sample_pibot_s.png" width="300" border="0"></a>
<br>
</p>
</div> <!-- CONTENT END -->
<div id="border">
<ul>
<li><a href="https://github.com/excella-core/excella-reports/releases">ダウンロード</a></li>
<li><a href="excella-reports/reference/index.html">リファレンス</a></li>
<li><a href="excella-reports/javadoc/index.html">Javadoc</a></li>
<li><a href="https://github.com/excella-core/excella-reports">GitHub</a></li>
</ul>
<hr />
<ul>
<li><a href="./index.html">Top</a></li>
<li><a href="http://groups.google.co.jp/group/excella">ユーザグループ</a></li>
<li><a href="http://www.bbreak.co.jp/technique/excella.html">有償サポート/サービス</a></li>
</ul>
<hr />
<h4>更新履歴</h4>
<ul>
<li>2015/07/25 1.7リリース</li>
<li>2014/08/18 1.6リリース</li>
<li>2013/03/18 1.5リリース</li>
<li>2010/11/19 1.4リリース</li>
<li>2010/01/20 1.3リリース</li>
<li>2009/11/20 1.2リリース</li>
<li>2009/10/30 1.1リリース</li>
<li>2009/06/25 1.0リリース</li>
</ul>
</div>
</div>
</div> <!-- ENDE container -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11878956-2");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>