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=20146>. 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=20146 [PATCH] for making "getWorkbook" method public in HSSFWorkbook.java [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Additional Comments From [EMAIL PROTECTED] 2003-08-30 18:50 ------- What we do with the Workbook is iterate over all the FormatRecords and call setUnicode(true) on them. Otherwise we're get garbage output when we have sheets with DBCS's like Chinese. I can see why we would want to promote that functionality up a level into the user model. Any suggestions on how to expose this? Perhaps a setUnicode (boolean) in HSSFWorkbook that would apply to all contained formats? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
