ggreen86 / XLSX-Workbook-Class

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

Maximum length of a sheet name #60

Closed DougHennig closed 1 year ago

DougHennig commented 3 years ago

The maximum length of a sheet name is 31, not 30, characters, so in my copy, I changed the value of the LIMITS_MAX_SH_NAME constant in VFPXWorkbookXLSX.h

ggreen86 commented 3 years ago

A quick 'Google' of the length confirms your setting. Not sure why I had set it for 30 instead of 31... Anyway, I will also update my defines file as well.


From: Doug Hennig @.> Sent: Tuesday, July 20, 2021 10:27 AM To: ggreen86/XLSX-Workbook-Class @.> Cc: Subscribed @.***> Subject: [ggreen86/XLSX-Workbook-Class] Maximum length of a sheet name (#60)

The maximum length of a sheet name is 31, not 30, characters, so in my copy, I changed the value of the LIMITS_MAX_SH_NAME constant in VFPXWorkbookXLSX.h

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/XLSX-Workbook-Class/issues/60, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33P4FWKZCLLHIHS7R6LTYWBURANCNFSM5AV5LMCA.

ggreen86 commented 1 year ago

The include file has been corrected.