- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=XLSBeans
软件介绍
XLSBeans是一个将Excel表映射成Java对象的类库。
示例代码:
@Sheet(name="Users")
public class UserList {
@LabelledCell(label="Title", type=LabelledCellType.Right)
public String title;
@HorizontalRecords(tableLabel="User list", recordClass=User.class)
public List<User> users;
}
Data Mining
Jiawei Han、Micheline Kamber、Jian Pei / Morgan Kaufmann / 2011-7-6 / USD 74.95
The increasing volume of data in modern business and science calls for more complex and sophisticated tools. Although advances in data mining technology have made extensive data collection much easier......一起来看看 《Data Mining》 这本书的介绍吧!
