|
|
|
@ -319,7 +319,6 @@ public class SheetDataWriter implements Closeable {
|
|
|
|
|
//XSSFRichTextString rt = new XSSFRichTextString(cell.getStringCellValue());
|
|
|
|
|
RichTextString rt = cell.getRichStringCellValue(); |
|
|
|
|
int sRef = _sharedStringSource.addSharedStringItem(rt); |
|
|
|
|
int sRef = _sharedStringSource.addSharedStringItem(rt); |
|
|
|
|
|
|
|
|
|
writeAttribute("t", STCellType.S.toString()); |
|
|
|
|
_out.write("><v>"); |
|
|
|
|