-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcore.html
More file actions
92 lines (76 loc) · 3.17 KB
/
core.html
File metadata and controls
92 lines (76 loc) · 3.17 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
<!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 Core</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 Core</div>
</div>
<div id="container-content">
<div id="content">
<p>
ExCella CoreはJavaでExcelファイルを操作するためのフレームワークです。<br>
ExCella Coreを利用することで、Excel上のデータを簡単にJavaから利用できるようになります
</p>
<h1>特徴</h1>
<p>
<b>拡張性に優れさまざま用途に利用可能</b><br>
カスタムタグを追加する事で、様々な用途での利用が可能です。<br>
ExCella Reports、ExCella Transもカスタムタグの追加によるExCella Coreの拡張版です。
<br><br>
<b>Excelデータを簡単にJavaオブジェクトに変換</b><br>
Excel上にタグを埋め込む事で簡単にJavaオブジェクトに変換する事ができます。<br>
配列、java.util.List、java.util.Map等様々なデータ型に対応しています<br><br>
</p>
<h1>イメージ図</h1>
<p>
<img src="images/core_image.png" alt="ExCella Core" />
</p>
</div> <!-- CONTENT END -->
<div id="border">
<ul>
<li><a href="https://github.com/excella-core/excella-core/releases">ダウンロード</a></li>
<li><a href="excella-core/reference/index.html">リファレンス</a></li>
<li><a href="excella-core/javadoc/index.html">Javadoc</a></li>
<li><a href="https://github.com/excella-core/excella-core">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.9リリース</li>
<li>2014/08/18 1.8リリース</li>
<li>2013/03/18 1.7リリース</li>
<li>2010/11/19 1.6リリース</li>
<li>2010/01/20 1.5リリース</li>
<li>2009/11/13 1.4リリース</li>
<li>2009/09/30 1.3リリース</li>
<li>2009/06/24 1.2リリース</li>
<li>2009/06/22 1.1リリース</li>
<li>2009/05/22 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>