DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13265>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13265 Could not generate Excel File. Having all ASCII characters. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2002-10-04 13:48 ------- Okay...from this the best I can say is your code looks fine overall. Nothing jumps out at me. (Since I can't run it this doesn't mean much). However the file has crap in the header. I ran org.apache.poi.hssf.dev.BiffViewer on it and even the first few bytes are garbled. It looks as if some other garbage got written to the top of the file. I opened it in vi and the header has some strange things in it that I would not expect to see: ��^Y4��^Z��*^C^P�*^C^P�*^C^P�*^C^P;^@^C^@�� ^@�*^C^P�*^C^P�*^C^P^@�^A^P^D^@^@^@�*^C^P�*^C^P^D^@^@^@�*^C^P~X��^P~X��^P�*^C^P������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ^H^P^@^@^F^E^@�^P�^GA^@^@^@^F^@^@^@�^@^B^@�^D�^@^B^@^@^@�^@^@^@\^@p^@^D^@^@db2admin B This is the header from a healthy file: ��^Qࡱ^Z�^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@;^@^C^@�� ^@^F^@^@^@^@^@^@^@^@^@^@^@^A^@^@^@^H^@^@^@^@^@^@^@^@^P^@^@����^A^@^@^@����^@^@^@^@ ^@^@^@������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ^H^P^@^@^F^E^@�^X�^G�@^@^@^F^A^@^@�^@^B^@�^D�^@^B^@^@^@�^@^@^@\^@p^@^D^@^@nameas Wegmueller B Granted this is a goofy check since its binary and I'm opening it with a text editor, however if you look at the first few characters its always the same. I'm closing this as a bug as it doesn't seem to be a bug in POI rather some quirkiness in WS. Repost to the poi-users list and see if any websphere folks there can help you. I know someone had a similar problem awhile back that they were able to resolve. I'd also like to make the suggestion that if you'd like to fix this you're going to have to invest the time to do the legwork as no one is going to do the dirty work for you for free (even if they can) just because you "don't have time". My attitude is generally "I'm willing to help (especially if it helps the project as a whole), but you have to commit to doing the bulk of the work." -Andy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
