I read an excel file...then write data to each sheet in the workbook. The resulted workbook is added to a zip file, then send back with the servlet outputstream.
At this one cell, the value is not there when I open the workbook on the client side. I am able to write other data on the same sheet, and they are displayed. I am able to print out "cell.getStringCellValue()", however, I can not see it at the same location ( row, cell) in the excel file. Any idea for debugging this?? Thanks in advance. th.
