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=26574>. 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=26574 ActiveSheet.DisplayRightToLeft = True Summary: ActiveSheet.DisplayRightToLeft = True Product: POI Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi In Tools->Options->International (OfficeXP) or View (Earlier Office versions) There is an option to view current sheet right to left. It means that columns will be shown : ..DBCA instead of the usual ABCD.. When I recorded the action as a Macro I got the following : Sub Macro1() ' ' Macro1 Macro ' Macro recorded 01/02/2004 by Administrator ' ' Keyboard Shortcut: Ctrl+q ' ActiveSheet.DisplayRightToLeft = True End Sub Is there a way in HSSF to do it using HSSFSheet or something like that ? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
