Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8578867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:29:27+00:00 2026-06-11T20:29:27+00:00

I have a library containing a webApp (using UiApp with doGet) intended to work

  • 0

I have a library containing a webApp (using UiApp with doGet) intended to work with a specific spreadsheet from each user of that library.

How a user of that library could pass the Id of his own spreadsheet to the library?

Thanks

Notes about the current code, on the library (myLib)

var mainDoc = SpreadsheetApp.openById("abc123"); // should be user's spreadsheet Id 
function mainUiApp() {   
  // something here using handler1 below 
  return app; 
}
function handler1() {
  // using mainDoc spreadsheet 
}

Notes about the current code, on the user of myLib

var mainDocClient = SpreadsheetApp.openById("xyz789");
function doGet() {
  return myLib.mainUiApp();
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T20:29:28+00:00Added an answer on June 11, 2026 at 8:29 pm

    You can pass a spreadsheet ID as a parameter of the mainUiApp function. Here is an example

    The myLib code is

    var mainDoc = null;
    
    function mainUiApp(ssID) {   
      mainDoc = SpreadsheetApp.openById(ssID);
      // ...
      return app; 
    }
    

    User code is

    function doGet() {
      return myLib.mainUiApp("xyz789");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Windows Form Application Project that references a class library containing user
I have a class library containing several structures each consisting of several value and
We have a cookie management library that writes a cookie containing some sensitive information,
I have a compiled class library containing a user control and I'd like to
I have a class library containing a number of classes, and in each class
I have a .NET class library containing a class with a method that performs
I have a WCF Service Library containing a custom ServiceHostFactory derived from DefaultServiceHostFactory. I
I have an assembly containing a number of classes. This is a class library
I have a library made in C++/GDI that I am trying to port to
I have a library project that should be the base for several web applications.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.