We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 372baf3 + 1969dcb commit a2a4a30Copy full SHA for a2a4a30
import_export_development/src/libs/lib.utils.sheets.js
@@ -49,6 +49,7 @@ function SheetsUtilitiesLibrary(config) {
49
SheetsUtilitiesLibrary.prototype.getCurrentActiveSpreadsheet = function() {
50
var loadLocal = ((typeof this.config.sheets !== 'undefined') &&
51
(typeof this.config.sheets.debugSpreadsheetId !== 'undefined') &&
52
+ (this.config.sheets.debugSpreadsheetId !== null) &&
53
(this.config.sheets.debugSpreadsheetId !== ''));
54
if (loadLocal) {
55
return SpreadsheetApp.openById(this.config.sheets.debugSpreadsheetId);
0 commit comments