Get in Touch

We’d Love to Hear from You

Reach out to us for any inquiries, support, or feedback. We’re here to assist you with your educational journey.

Location

ABC,XYZ

Phone Number

+919999999999
+919999999999

Working Hour

Mon to Sat: 8 AM to 6 PM
Sunday: Closed

Contact Us

Drop Us a Message Today

Fill out the form below to connect with our team. We look forward to responding to your queries promptly.

This field is required.

Join Us

Start Your Learning Journey Today!

Sign up to access a world of knowledge and skill development tailored just for you.
Copy and Paste
function renameSheet() {
  var title = SpreadsheetApp.getActiveSpreadsheet().getSheetByName(“Title”).getRange(“A1”).getValue()

  SpreadsheetApp.getActiveSpreadsheet().rename(title)
}

Scroll to Top