renebigot/XlsxReaderWriter

Cannot write to cell.

Closed this issue · 3 comments

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

Who did you close it ? Did you manage to fix this ? I had the same problem.

@vishwas513 yes i got it fixed.

@AmbroseSilveira Can you tell how you fixed the issue. I am stuck on the same.