Skip to content

Commit 81d51a3

Browse files
committed
Import/Export example - fixing indent...try 2
1 parent 245861e commit 81d51a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

import_export_development/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ To get the initial setup working for you, perform the following steps. In a real
1818
3. Create a new standalone [Google Apps Script](https://script.google.com) project, and copy the ID of the script. The file ID is found in the URL to the script project:
1919
script.google.com/a/macros/google.com/d/***DRIVE_FILE_ID***/edit
2020
4. Perform the following commands:
21+
2122
```
2223
mkdir build
2324
cd build
@@ -27,6 +28,7 @@ To get the initial setup working for you, perform the following steps. In a real
2728
cd ../..
2829
gulp upload-latest --env dev
2930
```
31+
3032
5. Refresh your Apps Script project. You should now see a copy of some of the files from the local source location.
3133
3234
You can run the code either by publishing it as a web app, or testing it as an addon (It just counts the number of sheets in your spreadsheet). Because the code finds a valid Spreadsheet ID in the configuration, it uses that instead of `SpreadsheetApp.getActiveSpreadsheet`.

0 commit comments

Comments
 (0)