Postingan
Sekolah Indonesia Kota Kinabalu (SIKK)
- Dapatkan link
- X
- Aplikasi Lainnya
Sekolah Indonesia Kota Kinabalu: Preserving Indonesian Culture and Nurturing Knowledge Muh. Dliyaul Haq Located in the vibrant city of Kota Kinabalu, Sekolah Indonesia Konabalu is a beacon of Indonesian culture and education. As one steps onto the school grounds, they are immediately greeted by a sense of familiarity and warmth, reminiscent of the homeland. The school stands proudly, showcasing the essence of Indonesian traditions and providing a nurturing environment for students to thrive. The architectural design of Sekolah Indonesia Konabalu reflects the fusion of modernity and Indonesian aesthetics. The buildings are adorned with intricate carvings, inspired by traditional Indonesian motifs, creating a visual representation of the rich cultural heritage. Colorful flags flutter in the breeze, displaying the national emblem, symbolizing unity and pride. Upon entering the school, one is immersed in a vibrant atmosphere filled with the sounds of studen
Insert a dynamic QR CODE in PDF
- Dapatkan link
- X
- Aplikasi Lainnya
Insert a dynamic QR CODE in PDF Appsscript Kode.gs function createPDF() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheetByName( "your_tableName" ); var range = sheet.getDataRange(); var values = range.getValues(); var folder = DriveApp.getFolderById( "folder_id" ); var existingPDFs = folder.getFilesByType(MimeType.PDF); // Mengumpulkan daftar ID yang telah memiliki file PDF var pdfIDs = []; while (existingPDFs.hasNext()) { var pdfFile = existingPDFs.next(); var pdfName = pdfFile.getName(); var id = pdfName.split( "_" )[ 0 ]; pdfIDs.push(id); } for ( var i = 1 ; i < values.length; i++) { var row = values[i]; var action = row[ 9 ]; var pdfLink = row[ 10 ]; if (action === "Create" && !pdfIDs.includes(row[ 0 ])) { var newFolder = folder.createFolder(row[ 0 ] + "_" + row[ 2 ]); var templateFile = DriveApp.get