Skip to content
Crazy Coders Club

Crazy Coders Club

Menu
  • Home
  • About
  • App Script
  • Android
  • youtube
    • youtube api

Category: QR code

Automation of Sheet Activities using APP Script

By admin
|
April 19, 2018
| No Comments
| AppScript, Automation, google, google spread sheet, QR code, spread sheet

This tutorial explains on automation of sheet activities like creating a sheet, copying sheet, clearing values using App script. For demonstration, I have taken 2 scenario   Creating new Spreadsheet every Month’s 1st day. copying data from daily sheet to the Monthly sheet at a specified time every day. Step 1: Create a Spreadsheet which holds […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
Leave a comment

QR Scan Attendance App using App Inventor, Google Sheet & App Script

By admin
|
April 19, 2018
| 5 Comments
| android, AppScript, google, google spread sheet, QR code, spread sheet

This tutorial is the continuation part of previous QR scanner App. Here we are making real-world application with little modification in the logic. Please follow every step carefully.   This App Development consists two parts creating backend using app script & Sheets. Building an Android app using App Inventor. 1 creating backend using app script & Sheets. Step 1: […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
5 Comments

ABCD 3 | Create User Verification android app using MIT App Inventor | Google Sheet | App Script

By admin
|
March 29, 2018
| 1 Comment
| android, AppScript, google, google spread sheet, QR code, spread sheet

  Step 1: Create New Project in App Inventor   Step 2: Add new Screen                         Step 3: Add Block Logic as below                   Step 4: Create Screen2 and add the following components       […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
1 Comment

Search Operation on Google Sheets using AppScript

By admin
|
March 28, 2018
| 1 Comment
| android, AppScript, google, google spread sheet, QR code, spread sheet

This tutorial explains to write an app script to search Key element in a sheet. This is useful in many scenarios. Please refer other tutorials to know the application of this operation.   var ss = SpreadsheetApp.openByUrl(“Your Spread Sheet URL”); var sheet = ss.getSheetByName(“Sheet1”); function doGet(e){ return search(e) ; } function doPost(e){ return search(e) ; […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
1 Comment

Scan QRCode and Save it in Google Sheet using Google App Script

By admin
|
June 24, 2017
| 16 Comments
| android, AppScript, google, google spread sheet, QR code, spread sheet

This tutorial explains about storing QR code scanned data in Google Spread Sheet. This is very simple application which uses Zxing Qr code api, Android http client and Goolge App script.   Here It consists of 2 Parts, Google App Script Part (Back End) Android Part (Front End)    [maxbutton id=”1″ url=”https://github.com/androidLabsCode/QrCodeToGsheet” ]   1.Google […]

Read More »

Posted in %1$s
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /home4/crazycod/public_html/wp-content/themes/terminal-lite/content.php on line 52
16 Comments

Hosting Partner

Recent Posts

  • Test
  • How To Use Google Sheet As Database for Android App -5 Displaying Item Details
  • How To Use Google Sheet As Database for Android App -3 Read Operation
  • How To Use Google Sheet As Database for Android App -1 Insert Operation
  • Automation of Sheet Activities using APP Script

Categories

  • android
  • AppScript
  • Automation
  • google
  • google spread sheet
  • QR code
  • spread sheet
  • Uncategorized
  • web
  • youtube
  • youtube api

Archives

  • September 2019
  • March 2019
  • December 2018
  • November 2018
  • April 2018
  • March 2018
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • February 2017
  • December 2016
  • October 2016

Hosting Partner

Recent Posts

  • Test
  • How To Use Google Sheet As Database for Android App -5 Displaying Item Details
  • How To Use Google Sheet As Database for Android App -3 Read Operation
  • How To Use Google Sheet As Database for Android App -1 Insert Operation
  • Automation of Sheet Activities using APP Script

Categories

  • android
  • AppScript
  • Automation
  • google
  • google spread sheet
  • QR code
  • spread sheet
  • Uncategorized
  • web
  • youtube
  • youtube api

Archives

  • September 2019
  • March 2019
  • December 2018
  • November 2018
  • April 2018
  • March 2018
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • February 2017
  • December 2016
  • October 2016

Powered by WordPress Crazy Coders Club 2025 | All Rights Reserved.