Cannot write to cell.
Closed this issue · 3 comments
AmbroseSilveira commented
Trying to write to a cell gives no result.
frstWorksheet.cell(forCellReference: "B2", shouldCreate: true).setStringValue("new value")
The above code does not work, or reflect the changes in the #corresponding cells.
Also, as found in the previous issues, adding a border to the cell also does not help.
Please help. @renebigot
vishwas513 commented
Who did you close it ? Did you manage to fix this ? I had the same problem.
AmbroseSilveira commented
@vishwas513 yes i got it fixed.
JasmeetDev commented
@AmbroseSilveira Can you tell how you fixed the issue. I am stuck on the same.