Calling Simple toBytes()
does produce the bytes, but Excel throws Warning.
Lost Document information
Googling around gave me this link and looking at Javadocs for worksheet and POI HOW-TO say similar things. Basically, I cannot get Bytes
without losing some information and should use the write
method instead.
While write does work fine, I really need to send the bytes over. Is there any way I can do that? That is, get the bytes without getting any warning.