sponsor Vim development Vim logo Vim Book Ad

spreadsheet.vim : SpreadSheet Functionality

 script karma  Rating 89/59, Downloaded by 3729  Comments, bugs, improvements  Vim wiki

created by
Miguel Jaque Barbero
 
script type
utility
 
description
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.
 
install details
Just copy spreadsheet.vim in your .vim/plugin directory
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
spreadsheet.vim 0.1b 2003-02-17 6.0 Miguel Jaque Barbero Added functions to save and recover cursor position (even between windows).
spreadsheet.vim 0.1a 2003-02-11 6.0 Miguel Jaque Barbero Functionality added for quickly cell definition (command and key mapping)
Support for different number sintax other than bc's. By default, "," is used for decimal separation and "." for thousands.
spreadsheet.vim 0.1 2003-02-09 6.0 Miguel Jaque Barbero Initial upload
ip used for rating: 3.144.17.45

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github