renebigot / XlsxReaderWriter

XlsxReaderWriter is an Objective-C library for iPhone / iPad and Mac. It parses and writes MS Excel XLSX files.
MIT License
437 stars 119 forks source link

Cannot write to cell. #85

Closed AmbroseSilveira closed 7 years ago

AmbroseSilveira commented 7 years ago

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 7 years ago

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

AmbroseSilveira commented 6 years ago

@vishwas513 yes i got it fixed.

JasmeetDev commented 6 years ago

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