ggreen86 / XLSX-Workbook-Class

VFP Class to Create an XLSX Workbook without Excel Automation or Installed
45 stars 16 forks source link

rtl and ltr #94

Closed RezaUzer closed 1 year ago

RezaUzer commented 1 year ago

Dear Greg, Is it possible to change sheet direction from rtl to ltr and vice versa?

ggreen86 commented 1 year ago

Please provide me a sample workbook so that I can analyze it for RTL layout requirements.

From: RezaUzer @.> Sent: Wednesday, August 9, 2023 11:36 AM To: ggreen86/XLSX-Workbook-Class @.> Cc: Subscribed @.***> Subject: [ggreen86/XLSX-Workbook-Class] rtl and ltr (Issue #94)

Dear Greg, Is it possible to change sheet direction from rtl to ltr and vice versa?

— Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/XLSX-Workbook-Class/issues/94, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33PK7JF5ZZQUAD6A4JTXUOU4LANCNFSM6AAAAAA3KGE6UI. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>>

RezaUzer commented 1 year ago

Sheet Right-to-Left option in the Page Leyout menu in Excel. 001 002

ggreen86 commented 1 year ago

I have added support for Right-to-Left layout to the AddSheet method. There is a new parameter added. Please see Release 39 Beta 11 for the change.