AArmada
Results
1
comments of
AArmada
http://www.filedropper.com/testexcellfile The Excel file i was using ``` require 'rubyXL' parsedFile = RubyXL::Parser.parse("TestExcellFile.xlsx") parsedFile.write("TestExcellFile2.xlsx") ``` This is what i was testing it with.