need_quote_in_formula method

need_quote_in_formula(, sheet_name)

Indicates whether the name of the sheet should be enclosed in single quotes

Returns


@staticmethod
def need_quote_in_formula(sheet_name):
    ...
ParameterTypeDescription
sheet_namestrThe name of the sheet

See Also