Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
I'm want to use the name of the sheet into a javascript function.
Could you please tell me how to load into the script.js le name of the sheet?
If it is not possible, I have an other solution is to use the value of a variable. Is it possible?
Thanks for your help
Alex
This thread might help:
Getting sheet name in Javascript
Please remember to mark this as helpful or the correct answer if I have helped you or answered your question.
This will help users identify the answers should they come across this thread in the future.
Hi Adam,
I had found this solution, but it did not work on my script.
I have used another solution:
I read objects of the sheet, an into each sheet, I have the name of the sheet.
$('.QvFrame').each(function(){ | ||||||||
var lesClasses=$(this).attr('class'); | ||||||||
var SheetName = "QvFrame Document_" + sheetTitle; |