Roane
Results
1
issues of
Roane
Attempting to parse and write to an existing XLSM file ```ruby require 'rubyXL' XLSM_PATH = File.join(Rails.root, '/lib/templates/my-file.xlsm') book = RubyXL::Parser.parse(XLSM_PATH) sheet = book.worksheets[0] puts sheet[0][0] # should be STORE sheet[0][1].change_contents("136",...
compatibility issue