Hello all,
To simulate what i need, you may go to the page layout menu inside any excel file then click the sheet right to left button which will order the columns to start from right to left. Is it possible to generate a right to left exel file using your libraries?
Thank you.
generate right to left excel file ?
-
- Posts: 33
- Joined: Fri Aug 20, 2010 3:46 am
- Location: Lebanon - Beirut
generate right to left excel file ?
Hello,
Please set the static property StiOptions.Export.Excel.ColumnsRightToLeft to true (or StiOptions.Export.Excel2007.ColumnsRightToLeft to true, if you use the Excel2007 export).
Thank you.
Please set the static property StiOptions.Export.Excel.ColumnsRightToLeft to true (or StiOptions.Export.Excel2007.ColumnsRightToLeft to true, if you use the Excel2007 export).
Thank you.
-
- Posts: 33
- Joined: Fri Aug 20, 2010 3:46 am
- Location: Lebanon - Beirut
generate right to left excel file ?
Thank you Ivan,
It worked successfully ,,,
It worked successfully ,,,
generate right to left excel file ?
Ok! Great!