【Office Scripts】 Summary of how to use regular expressions
This section describes the systematic use of regular expressions in Office scripts, such as matching the character string using regular expressions and replacing and splitting the character string.
【Office Scripts】How to convert character strings and numbers to each other【toString, parseInt】
Using an office script, we will explain how to convert each character string, numerical values, and character strings together with the sample code.
【Office Scripts】How to cut the string only【slice, substring】
Use office scripts to explain how to cut out the string, which is equivalent to Left, Mid, and Right in VBA, along with the sample code.
【Office Scripts】How to implement loop processing (repetitive processing)【for, while, forEach】
This section describes how to implement loop processing using the office script using for statement, While, and Foreach.
【Office Scripts】How to replace the string【replace】
This section describes the method of replacing a specific character string with another character string and the points to note when it cannot be replaced well.
【Office Scripts】How to wait for the number of specified seconds
If you create a program that is affected by external processes, you may want to wait for the process only for a specific time.This section describes how to implement the processing of the specified number of seconds, replacing Sleep in VBA, using an Office Scripts.
【Office Scripts】How to write conditional expressions (IF statement, Switch statement)
Introducing the conditional expression method in office scripts in conjunction with the sample code for single and multiple.
Do you lose when you learn? The difference between Office Scripts and VBA
This section describes the differences between office scripts in the web version of Excel and VBA in the on-premises version of Excel.
How to add a worksheet with an Office Scripts
This section describes how to add a worksheet from the Office Scripts in conjunction with the sample code.
How to copy a specific worksheet with an Office script
Explains how to copy a specific worksheet using an Office Scripts.
How to display (activate) a specific worksheet with an Office Scripts
Explains how to use an Office Scripts to activate a specific worksheet in conjunction with a sample code.
How to get a specific worksheet with an Office script
This section describes how to get a specific worksheet using an Office Scripts in conjunction with a sample code.
How to get the final line of the worksheet with an Office Scripts
This section describes how to get a specific worksheet with the final row using an Office Scripts in conjunction with a sample code.
How to implement asynchronous processing in Office scripts【async/await、Promise】
The outline of asynchronous processing and how to implement the asynchronous processing in the Office Scripts for Async/AWAIT and Promise, respectively.
How to operate the date in the Office Scripts summary
This section describes the current date acquisition, the addition / subtraction of the date, and how to find the difference between the two dates.The systematic operation method of the date is explained in conjunction with the sample code.
Summary of how to operate the array in the Office Scripts 【Preliminary, Declaration, Number of Elements】
In VBA, many people may have struggled to operate the array, but in the case of office scripts, the array can be operated flexibly.This section describes the systematic operation method of array in office scripts.
What is Google Apps Script? What can you do?
This section describes the current date acquisition, the addition / subtraction of the date, and how to find the difference between the two dates.The systematic operation method of the date is explained in conjunction with the sample code.
What is Office Scripts? What can you do?
This section describes the current date acquisition, the addition / subtraction of the date, and how to find the difference between the two dates.The systematic operation method of the date is explained in conjunction with the sample code.