Obsolete
Status Update
Comments
di...@gmail.com <di...@gmail.com> #2
I too would like to see this feature added as well, but make it so it randomizes the numbers every time.
ry...@google.com <ry...@google.com>
jp...@google.com <jp...@google.com> #3
My vote would be to randomize the number locations and leave OK in the same "bottom right" location.
I'm coming here from "obsoleted" Issue 36920396 : https://code.google.com/p/android/issues/detail?id=10496
I'm coming here from "obsoleted"
Description
function whatever(){
var ss = SpreadsheetApp.getActiveSpreadsheet();
var pdf = ss.getAs('application/pdf');
var rootFolder = DriveApp.getFolderById("0B_0VvbH19xMTaThNTExGcmd0UEk");
rootFolder.createFile(pdf);
}
What steps will reproduce the problem?
1. Create a spreadsheet in google docs. Create several sheets. Hide some
2. Insert the above script or use the script found at
3.Run code
Should I expect all sheets to export? As the owner of the sheet and script. Even if specify the GID.
Using the code in the link and returning the response var to logger.
When I visit the link and sheet is visible, link works.
When I visit the link and sheet is hidden, link gives error.
If this is by design, then feature request, I'd like to export hidden sheets via script. Thank you
Project key - MsSqLSenONPLbIMRQED377ZW
Please provide any additional information below.
To subsequent readers: If you are also experiencing this issue, please
click the star next to the issue number. We prioritize issues with the
most stars.