Bug 38432

Summary: how can i change direction of a sheet (to be right to left)
Product: POI Reporter: barak cohen <brk_c>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.5-FINAL   
Target Milestone: ---   
Hardware: Other   
OS: Windows 2000   
Attachments: the exel option I am refering to

Description barak cohen 2006-01-29 13:01:09 UTC
Hello,
i use poi for exporting data from my application to exel file.
i use the hebrew language so the direction of the sheet should be from the
right to the left. 
This option is available on the exel but i could not found any way of doing it
using the api's that you provided (i alloso asked around and no one seem to 
know how to do that).

Is there a way to do that?
and if not, is there a chance you will add the ability on your next version?

thanks,
    Barak.
Comment 1 barak cohen 2006-01-29 13:09:33 UTC
Created attachment 17529 [details]
the exel option I am refering to
Comment 2 Yegor Kozlov 2011-06-24 12:29:19 UTC
HSSFSheet#setRightToLeft

Yegor