You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Excel bugs with long (>31 characters) sheet names.
Describe the solution you'd like
Just a quick warning to reduce titles to max. 31 chars and preferentially without specials and spaces.
Additional context
Try
arc s add -s 'This Is a very long Title that Excel does not like'
see Excel error (at least on Mac):
"We found a problem with some content in 'isa.study.xlsx'. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes."
The text was updated successfully, but these errors were encountered:
Hey @Brilator, good point! Besides this length constraint, also some other constraints like characters that clash with the different OS path names need to be blocked for some arguments. E.g. for windows:
Hey @Brilator, good point! Besides this length constraint, also some other constraints like characters that clash with the different OS path names need to be blocked for some arguments. E.g. for windows:
(Space) is difficult on Linux and should be avoided (though it is not forbidden). Maybe replacing with _ when OS is Linux?
Only / and NUL are forbidden in Linux. Don't know for Mac. @Brilator ?
Is your feature request related to a problem? Please describe.
Excel bugs with long (>31 characters) sheet names.
Describe the solution you'd like
Just a quick warning to reduce titles to max. 31 chars and preferentially without specials and spaces.
Additional context
Try
arc s add -s 'This Is a very long Title that Excel does not like'
see Excel error (at least on Mac):
"We found a problem with some content in 'isa.study.xlsx'. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes."
The text was updated successfully, but these errors were encountered: