You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Andreas Beeker <ki...@apache.org> on 2017/07/06 20:37:58 UTC

Re: corruption in xlsx spreadsheet generated by poi?

This could behave differently in POI 3.17-beta2 (to be released in 2-3 months) or the trunk
because of the changes of #61182

https://bz.apache.org/bugzilla/show_bug.cgi?id=61182

Andi

On 7/6/17 9:08 PM, Carl Buxbaum wrote:
> Thank you.  I had not realized that it was a zip file.  I was able to
> generate another, non corrupt version from a different platform,
> presumably with the same code.  The difference is that the corrupt version
> has the DOS CTRL-M ^M cr lf after a number of lines, especially the xml
> header.  What in the environment of poi would cause that OS default return
> character to be inserted?