展示excel数据的Vim插件:excel.vim
jopen
10年前
一个简单的vim插件用于展示来自一个excel文件的数据。
要求
-
It is required that vim is compiled with python support.
-
Python module
xlrd
is also required. (This can be installed usingpip install xlrd
). -
For
vim 7.3
and earlier, support is good for many file formats, including:
.xls
,.xlam
,.xla
,.xlsx
,.xlsm
,.xltx
,.xltm
,.xlt
etc -
For
vim 7.4
, please add the following to your.vimrc
file:
let g:zipPlugin_ext = '*.zip,*.jar,*.xpi,*.ja,*.war,*.ear,*.celzip,*.oxt,*.kmz,*.wsz,*.xap,*.docx,*.docm,*.dotx,*.dotm,*.potx,*.potm,*.ppsx,*.ppsm,*.pptx,*.pptm,*.ppam,*.sldx,*.thmx,*.crtx,*.vdw,*.glox,*.gcsx,*.gqsx'