view · edit · sidebar · attach · print · history

VBS, grouping and hiding of columns in Ruby Spreadsheet

Install Ruby on Windows

  1. VBS scripts should not be destroyed when opening and closing an XLS file on Microsoft Windows with RubySpreadsheet.
  2. RubySpreadsheet has to be able to Group (and Group in Group) columns and lines.
  3. RubySpreadsheet has to be able to hide columns and lines.

Additional

Use of ole/file_system is deprecated

  • Rails arbeitet korrekt weiter. Es ist nur eine "Warnung" beim start
  • Warnung tritt auf, sobald spreadsheet mit Rails > 2.3.4 verwendet wird.
  • Ich vermute, dass im Code ole/file_system durch ole/storage ersetzt werden müsste

Rails environment:

  1. gem install rails (installiert rails > 2.3.4)
  2. gem install thin (installiert webserver)
  3. rails new testapp (erzeugt application)
  4. in Datei config/environment.rb einbinden: require 'spreadsheet.rb'
  5. cd testapp
  6. thin start
view · edit · sidebar · attach · print · history
Page last modified on December 01, 2010, at 04:27 PM