레드햇 Enterprise 6 의 yum repository를 셋팅한다
/etc/yum.conf 에 추가한다
[base]
name=CentOS-$releasever - Base
baseurl=http://ftp.daum.net/centos/6/os/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-6
[updates]
name=CentOS-$releasever - Updates
baseurl=http://ftp.daum.net/centos/6/updates/$basearch
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-6
[extras]
name=CentOS-@releasever - Extras
baseurl=http://ftp.daum.net/centos/6/extras/@basearch
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-6
[centosplus]
name=CentOS-@releasever - Plus
baseurl=http://ftp.daum.net/centos/6/centosplus/@basearch
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-6
java 에서 excel을 read, write하기 위한 library
Apache POI : support 2007, 2003 (http://poi.apache.org/)
JExelAPI : only support 2003
OpenXls :
이부분을 해결하는 방법은 2가지가 있다
1. table-layout:fixed와 overflow:hidden을 사용하는방법
2. table-lyaout:fixedt와 word-wrap:break-word을 통해서 cell의 높이가 커지지만 모든 contents를 다 보여주는방법
table-layout
auto: table cell에 있는 contents의 width에 맞춰서 테이블이 구성된다
hypenate : hypenation point에 대해서 new line을 추가
firefox, opera에서는 동작안한다
width가 적용된 상태에서만 동작한다