Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- GitLab
- endpoint security
- 보안양파
- macos
- miniconda
- Windows
- 로그인불가
- Kibana server is not ready yet
- pfsense
- G-suite
- XCP-ng
- ELASTIC
- Elasticsearch
- application security
- bash
- x-pack
- proxycfg
- Kibana
- elastic stack
- xe guest utilities
- 한글가이드
- docker
- PlayBook
- Proxy
- ansible
- centos 8
- ssh key 배포
- freebsd
- hardening
Archives
- Today
- Total
선 밖에 선 자유인
xls 에서 csv 변경 본문
xls2csv 를 이용하여 csv 파일로 변환 가능
우선 아래의 패키지들이 설치되어 있어야 하므로 cpan을 통해 설치
# yum install perl-CPAN perl-YAML
# perl -MCPAN -e'shell'
Locale::Recode Unicode::Map Spreadsheet::ParseExcel Text::CSV_XS 설치 필수
cpan[1]> install Locale::Recode
(centos 7 => ftp://rpmfind.net/linux/centos/7.3.1611/os/x86_64/Packages/perl-libintl-1.20-12.el7.x86_64.rpm)
cpan[1]> install Unicode::Map
cpan[1]> install Spreadsheet::ParseExcel
cpan[1]> install Spreadsheet::ParseExcel::FmtUnicode
cpan[1]> install Text::CSV_XS
첨부파일 압축 풀고 들어가서
# perl Makefile.PL
# make
# make test
# make install
Comments