展示excel数据的Vim插件:excel.vim
jopen
11年前
一个简单的vim插件用于展示来自一个excel文件的数据。

要求
-
It is required that vim is compiled with python support.
-
Python module
xlrdis also required. (This can be installed usingpip install xlrd). -
For
vim 7.3and earlier, support is good for many file formats, including:
.xls,.xlam,.xla,.xlsx,.xlsm,.xltx,.xltm,.xltetc -
For
vim 7.4, please add the following to your.vimrcfile:
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'