I am currently working on a script using Google Spreadsheet Apps Script interface and I need to set the marker for 'Treat labels as text' to true.
Despite searching through App Script documentation, I couldn't find any specific mention of this marker. The closest thing I found was the setOption(option, value)
method which seems to be a general way to set values without their own dedicated method. However, I'm not sure what values I need to pass in order to access that particular option; it's quite frustrating. Here are some direct links to the documentation: