https://issues.apache.org/bugzilla/show_bug.cgi?id=53323
--- Comment #3 from Lucian Curelaru <[email protected]> --- Oops.. it seems my second comment has been lost. So... I'll write it again. In the mean time I've done some debugging and find out that the problem was somehow in my import code: the inline strings tags was not properly parsed in my side. It seems that with same unittest if I save a file with XSSF and SXSSF the result is quite diffrent . With SXSSF the richtext cells are saved as inline strings and with XSSF as shared strings. This mislead me and also the fact that opening the file with excel and save it without any modification has fixed the problem ( changed from inline to shared ) Still there is a kind of inconsistency. I expected to have same result with same input if changing from XSSF to SXSSF. So I've switched to weak priority and enhancement level. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
