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=18440>. 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=18440 [RFE]Add attriubute "default encoding" to HSSFWorkbook Summary: [RFE]Add attriubute "default encoding" to HSSFWorkbook Product: POI Version: 2.0-dev Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Because of same reason of Bug 18404,I hope to add this attribute. I hope,if once user setted an attribute about encoding to HSSFWorkbook instace,he need not to care about this at each HSSFCell object. 1.Add "default encoding" attribute to HSSFWorkbook and add setter/getter method. 2.When a HSSFCell instance is created in the HSSFWorkbook instance,constractor of HSSFCell set automatically a copy of this attribute to itself. And if you can,set default encoding automatically based upon the Locale of JVM (e.g by using java.util.ResouceBundle). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
