Obsolete
Status Update
Comments
di...@gmail.com <di...@gmail.com> #2
PLEASE KEEP THIS FEATURE!
Many developers rely on hidden sheets to filter out sheets that they don't need rendered to PDF. Please DO NOT remove it.
Many developers rely on hidden sheets to filter out sheets that they don't need rendered to PDF. Please DO NOT remove it.
ry...@google.com <ry...@google.com>
jp...@google.com <jp...@google.com> #3
I'm marking this issue as obsolete because it hasn't received many votes and it's been a while since it was reported. If you still believe that this issue is important, please open a new issue. Thank you!
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.