VBS, grouping and hiding of columns in Ruby Spreadsheet
Install Ruby on Windows
- VBS scripts should not be destroyed when opening and closing an XLS file on Microsoft Windows with RubySpreadsheet.
- RubySpreadsheet has to be able to Group (and Group in Group) columns and lines.
- 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:
- gem install rails (installiert rails > 2.3.4)
- gem install thin (installiert webserver)
- rails new testapp (erzeugt application)
- in Datei config/environment.rb einbinden: require 'spreadsheet.rb'
- cd testapp
- thin start