Bug 38432 - how can i change direction of a sheet (to be right to left)
Summary: how can i change direction of a sheet (to be right to left)
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.5-FINAL
Hardware: Other Windows 2000
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 13:01 UTC by barak cohen
Modified: 2011-06-24 12:29 UTC (History)
0 users



Attachments
the exel option I am refering to (41.90 KB, image/jpeg)
2006-01-29 13:09 UTC, barak cohen
Details

Note You need to log in before you can comment on or make changes to this bug.
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