goffice Package Installation on Mac

About goffice : Gnumeric spreadsheet program!
More Information: https://developer.gnome.org/goffice/
Steps:

  1. Open terminal
  2. Install brew first, with the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install
    brew install goffice

Done!