install
来自「Excel reader library with source code」· 代码 · 共 49 行
TXT
49 行
Installation instructions for antiexcelAdministrators:Please, dont install a system wide copy of this program. It is only in ALPHA state- you be warned.USERS:Let's say, your login name is 'john'- TRY out theese programExample: ./antiexcel example.xls You should see on the screen a simple spreadsheet. - PLACE theese files into your bin directorie.Example: mkdir ~/bin cp csvviewer ~/bin/. cp antiexcel ~/bin/. cp antiexcel-parse.pl ~/bin/.- Modify your .mailcap in order to viewing the attachments If you dont want to use this program to viewing xls email- attachments, you dont have to do this. Append theese two lines into your ~/.mailcap file: application/msexcel; ~/bin/antiexcel %s; needsterminal; application/vnd.ms-excel; ~/bin/antiexcel %s; needsterminal;Example:cp ~/.mailcap mailcap.bak# DANGEROUS: DONT FORGET THE DOUBLE '>' SIGN!# IF YOU MAKE A MISTAKE DO : cp mailcap.bak ~/.mailcapcat >>~/.mailcap <<DONEapplication/msexcel; ~/bin/antiexcel %sapplication/vnd.ms-excel; ~/bin/antiexcel %sDONE- Enjoy it.Peter Borkutiborkutip@sourceforge.net
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?