展示excel數據的Vim插件:excel.vim
一個簡單的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'
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!