Hi There,
I am trying to write dynamic columns without locking the cell, eventually, it's failed and I find it's because of the below piece of code, it only sets the Locked = True, but the excel cell is locked by default, there is no way to set it as unlocked. The fix is simple, just remove the if(format.ssSTCellFormat.ssLocked) condition, but if it can be applied in the forge component, it would be easier for us to keep it up-to-date.