bouaik

Results 2 issues of bouaik

I'm generating a xlsm format but office 365 excel can't open it ```ruby workbook = RubyXL::Workbook.new worksheet = workbook.add_worksheet('Sheet2') worksheet.add_cell(0, 0, 'Test') # Sets cell A1 to string "Test" workbook.write("file.xlsm")...

After seeing #22174 and #22146 if find it weird to pass fields_attributes in this format since we are not using the integer index ``` { "fields_attributes": { "0": { "name":...

bug