-
Notifications
You must be signed in to change notification settings - Fork 3
SpreadSheet Functionality
vim-scripts/spreadsheet.vim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=558 This script lets you use vim as a spreadsheet, adding arithmetic calculations to your text files. Useful for bills, expenses, ratings and other numeric text templates. It provides three main functions: Get("cell") Set("cell", "value") Calculate("operation") Detailed instructions and examples are included in the script file. It uses 'bc' Linux OS comand for the Calculate function.