Skip to content

Is it possible to use clean-names options as command? #1170

Answered by saulpw
aborruso asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aborruso, try making a command like this (this is untested):

Sheet.addCommand('', 'clean-names', '''
options.clean_names = True;
for c in visibleCols:
    c.name = c.name
''')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aborruso
Comment options

Answer selected by anjakefala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants