Results 1 comments of woremacx

Got same issue. I put workaround method for my project to prevent this issue. ``` module RubyXL module CellConvenienceMethods def change_value(data) self.change_contents(data) self.formula = nil self.datatype = nil workbook.calculation_chain.cells.select! {...