google-apps-script

Google Spreadsheet: Anyone can edit but not able to save the changes

房东的猫 提交于 2020-12-05 12:13:52
问题 I would like to publish a Google Spreadsheet on a webpage in playground mode which would enable the visitors to edit the content, change the formulas etc. but all those changes must remain local and not be saved in the original Google Spreadsheet. Is it possible to publish and embed such a Google Spreadsheet like disabling the 'Save' functionality for end-users i.e. unable to auto-save on changes and can't save manually too? Any solution will do that even if it involves Google Apps Script!

Google Spreadsheet: Anyone can edit but not able to save the changes

百般思念 提交于 2020-12-05 12:13:30
问题 I would like to publish a Google Spreadsheet on a webpage in playground mode which would enable the visitors to edit the content, change the formulas etc. but all those changes must remain local and not be saved in the original Google Spreadsheet. Is it possible to publish and embed such a Google Spreadsheet like disabling the 'Save' functionality for end-users i.e. unable to auto-save on changes and can't save manually too? Any solution will do that even if it involves Google Apps Script!

Google Spreadsheet: Anyone can edit but not able to save the changes

无人久伴 提交于 2020-12-05 12:10:09
问题 I would like to publish a Google Spreadsheet on a webpage in playground mode which would enable the visitors to edit the content, change the formulas etc. but all those changes must remain local and not be saved in the original Google Spreadsheet. Is it possible to publish and embed such a Google Spreadsheet like disabling the 'Save' functionality for end-users i.e. unable to auto-save on changes and can't save manually too? Any solution will do that even if it involves Google Apps Script!

How do I get Google Apps Script to do SHA-256 encryption?

こ雲淡風輕ζ 提交于 2020-12-04 08:58:30
问题 I need to encrypt strings with TEXT input, 1 round, HEX output, SHA-256 encryption. Which should be a string of characters of length 64. Every SHA-256 encryption module I've tried in Google Apps Script docs returns a set of numbers. For example. function SHA256() { var signature = Utilities.computeHmacSha256Signature("this is my input", "my key - use a stronger one", Utilities.Charset.US_ASCII); Logger.log(signature); } Outputs [53, -75, -52, -25, -47, 86, -21, 14, -2, -57, 5, -13, 24, 105,

How do I get Google Apps Script to do SHA-256 encryption?

耗尽温柔 提交于 2020-12-04 08:58:12
问题 I need to encrypt strings with TEXT input, 1 round, HEX output, SHA-256 encryption. Which should be a string of characters of length 64. Every SHA-256 encryption module I've tried in Google Apps Script docs returns a set of numbers. For example. function SHA256() { var signature = Utilities.computeHmacSha256Signature("this is my input", "my key - use a stronger one", Utilities.Charset.US_ASCII); Logger.log(signature); } Outputs [53, -75, -52, -25, -47, 86, -21, 14, -2, -57, 5, -13, 24, 105,

How do I get Google Apps Script to do SHA-256 encryption?

本秂侑毒 提交于 2020-12-04 08:57:54
问题 I need to encrypt strings with TEXT input, 1 round, HEX output, SHA-256 encryption. Which should be a string of characters of length 64. Every SHA-256 encryption module I've tried in Google Apps Script docs returns a set of numbers. For example. function SHA256() { var signature = Utilities.computeHmacSha256Signature("this is my input", "my key - use a stronger one", Utilities.Charset.US_ASCII); Logger.log(signature); } Outputs [53, -75, -52, -25, -47, 86, -21, 14, -2, -57, 5, -13, 24, 105,

Google Apps script setValues() issue: timing out intermittently

时光怂恿深爱的人放手 提交于 2020-12-01 11:44:57
问题 The bounty expires in 3 days . Answers to this question are eligible for a +300 reputation bounty. zamazalotta is looking for a canonical answer : It would be good if somebody with experience in Google Sheets looks into this problem, it's making the service unusable. I have a Google Apps script that has been running without issues for 4 years. However, since 3 weeks I have this problem: the script is running for a very long time and failing. This happens every 3 out of 10 runs. The error

Google Apps Script - Copy data to different worksheet and append

China☆狼群 提交于 2020-12-01 08:02:43
问题 I have looked at all the previous questions I could find, but I can never seem to make the different examples fit what I'm trying to do. I have forms that will be filled out by different users. I want the data on the "Data" sheet to be copied to an identically formatted separate spreadsheet upon choosing "Yes" in the dropdown in All!H35. There will be a form ("Source") for each team that will be filled out daily and ideally they all copy data to the next empty row(s) in the same master

Google Apps Script - Copy data to different worksheet and append

我怕爱的太早我们不能终老 提交于 2020-12-01 07:57:57
问题 I have looked at all the previous questions I could find, but I can never seem to make the different examples fit what I'm trying to do. I have forms that will be filled out by different users. I want the data on the "Data" sheet to be copied to an identically formatted separate spreadsheet upon choosing "Yes" in the dropdown in All!H35. There will be a form ("Source") for each team that will be filled out daily and ideally they all copy data to the next empty row(s) in the same master

Google Apps Script - Copy data to different worksheet and append

馋奶兔 提交于 2020-12-01 07:57:48
问题 I have looked at all the previous questions I could find, but I can never seem to make the different examples fit what I'm trying to do. I have forms that will be filled out by different users. I want the data on the "Data" sheet to be copied to an identically formatted separate spreadsheet upon choosing "Yes" in the dropdown in All!H35. There will be a form ("Source") for each team that will be filled out daily and ideally they all copy data to the next empty row(s) in the same master