Kanshi TANAIKE

Results 50 comments of Kanshi TANAIKE

I have a question for correctly understanding about your proposal. When it measures the process cost of TextFinder, the values on the Spreadsheet are used. So in order to correctly...

Thank you for replying. About the cost of `Range` for `TextFinder`, I had thought that the process might be different between the search from `Sheet` and the search from `Range`...

Thank you for replying. I would like to start to measure the process cost. When I could obtain the result, I would like to publish it and tell here.

I published "Benchmark: Process Costs for Searching Values in Spreadsheet using Google Apps Script" as a report. Could you please confirm it? Gists: https://gist.github.com/tanaikech/0a6f03970b471ffa286f1dac0b79359e MyBlob: https://tanaikech.github.io/2020/09/30/benchmark-process-costs-for-searching-values-in-spreadsheet-using-google-apps-script/

Thank you for replying. I added the sample script for measuring the process cost.

Thank you for replying and posting it. To search a value from Spreadsheet is included in a lot of situations for applications. And I think that when a value is...

This has been implemented in version 1.3.2.

Thank you for your pull request. About changing `DriveApp.getFileById(tmpId).setTrashed(true);` to `Drive.Files.remove(tmpId);`, `Drive.Files.remove` sometimes occurs an internal error. I'm worried that this might be related to the process of the file....

Now, I came up with a direction. In this case, how about including `Drive.Files.remove` as an option? The default uses `DriveApp.getFileById(tmpId).setTrashed(true);`. When the option is used, `Drive.Files.remove` is used. How...

Thank you for your proposal. I also think that I would like to do it. But I have not shared drive. So I cannot test the script for it. When...