olugantipk1

Results 3 comments of olugantipk1

Hi, I get similar error while trying to write xlsx using jruby. Is there any workable solution? Any suggestion greatly appreciated. workbook = RubyXL::Workbook.new worksheet = workbook.add_worksheet('somesheet') worksheet.insert_row(1) worksheet.add_cell(0,0,'A1') workbook.write("/path/output.xlsx")...

Thank You @weshatheleopard . That workaround worked!

Hi @weshatheleopard, Would you be able to merge this up to master? Let me know if you need anything from me. Thanks!