How to Create a PDF and Email from Sheet data using Google Apps Script code lesson

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2022
  • Learn more about Google Apps Script
    Complete course for beginners to Professional 26.5hrs of HD video
    www.udemy.com/course/course-a...
    How to Create a PDF and Email from Sheet data using Google Apps Script code lesson Generate a PDF document on the fly and send that document as an attachment to an email with all the data coming from a spreadsheet. Standalone script connecting to a spreadsheet for data and updating the selected spreadsheet.
    Google Apps Script Complete Course New IDE 100+ Examples
    Google Apps Script New Version Create custom functions within G Suite Docs Sheets GMail Drive Calendar and more
    Loaded with coding examples and source code to create 100s of apps script coding projects. Course content web development and web design courses with coding examples and source code for the lesson content. Source Code is available within my Github account. Lessons posted are designed to help students learn more about a specific topic related to modern web development and applying code.
    Laurence Svekis is a professional top selling course author having instructed over 1 Million students both online and in person. Laurence Svekis is a Google Developer Expert specializing in Google Workspace automation using Google Apps Script Code.
    Check out my Website for more details at basescripts.com/
    Subscribe / @laurencesvekiscourses
    Tags and Keywords
    #DiscountPrice #GoogleAppsScript #CustomFunction #SpreadsheetFormula #DollarFormat #USCurrency #ColumnHeaders #OriginalCost #DiscountValue #NewTotal #Formatting #CalculatePrice #CalculateDiscount #CalculateTotal #PriceReduction #PercentageDiscount #ApplyDiscount #SpreadsheetCalculations #AutomateCalculations #IncreaseEfficiency #ProductPricing #SalesDiscount #SalesPrices #OnlineSelling #Ecommerce #SmallBusiness #Entrepreneur #Finance #Accounting #ProductManagement #CostManagement #PricingStrategy #Marketing #BusinessTools #GoogleDrive #CloudComputing #OnlineProductivity #Collaboration #DocumentManagement #OfficeTools #CustomizableFunctions #EfficientCalculations #TimeSaving #Budgeting #CostReduction #SalesAnalysis #DataAnalysis #FinancialPlanning #BusinessOperations #CostBenefitAnalysis #SalesReport #SalesMetrics #Revenue #Profit #ReturnOnInvestment #ROI #SmallBusinessTools #OnlineBusiness #VirtualBusiness #DigitalBusiness #OnlineSales #WebStore #DiscountedPrices #BulkDiscount #Promotion #SaleEvent #LimitedTimeOffer #ClearanceSale #FlashSale #DiscountCodes #CouponCodes #SocialMediaPromotions #MarketingCampaigns #ProductPromotions

ความคิดเห็น • 25

  • @lholhofox
    @lholhofox 8 หลายเดือนก่อน

    Great video Sir! Thank you very much!!

  • @muhammadmahfuzhhuda9332
    @muhammadmahfuzhhuda9332 ปีที่แล้ว +1

    Thank you sir! This is very helpful

  • @this_is_data
    @this_is_data ปีที่แล้ว +1

    thank you for your work!

    • @LaurenceSvekisCourses
      @LaurenceSvekisCourses  ปีที่แล้ว

      Thank you for your support please subscribe and share this channel

    • @this_is_data
      @this_is_data ปีที่แล้ว

      I already did it)))

  • @mandarinacontent
    @mandarinacontent ปีที่แล้ว +1

    Brilliant!

  • @kb7494
    @kb7494 ปีที่แล้ว +1

    I just wrote my first Apps Script! Thank you for you video. I'm encouraged to explore further and I'd like to extend this script to skip the recipients who received an email the first time the script was sent (as indicated in the "SENT" column). Additionally, I'm interested in learning about scheduling a script to run automatically, maybe at a certain time each day or trigger when a new line is added to the spreadsheet (from a form submission). Do you have a videos (or advice) that would point me in the right direction for these topics. Thank you again for you very easy to understand video and inspiration to finally learn more about Google Apps Scripts.

    • @LaurenceSvekisCourses
      @LaurenceSvekisCourses  ปีที่แล้ว

      Yes you can automate the scripts to run as needed, on events, time based or calendar based. I do have some videos, my latest shows how to setup a trigger in the dashboard there are also code setup of triggers in other videos.

  • @aizuhani84
    @aizuhani84 9 หลายเดือนก่อน +1

    hi, why my html content return error? my ${row[0]} all turned red color not black. please help.thanks

  • @sibanetics
    @sibanetics 5 หลายเดือนก่อน +1

    Fvck! 😂😂
    I love what you did here Bro...
    You just solved my problem🥲

  • @MessiFCBisseM
    @MessiFCBisseM ปีที่แล้ว +1

    Thanks for such an easy tutorial. May I know if you have another video explaining how to skip the rows with “sent” status, so next time when run the script it doesn’t duplicated the result. Thanks

    • @LaurenceSvekisCourses
      @LaurenceSvekisCourses  ปีที่แล้ว +1

      I do have several on that, unfortunately Im not very organized on here and not sure what they are called. This channel does not have many subscribers so hard to get time for better organization, if it grows I'll improve it.

  • @JohnPauloQuinoLocal1157-xo6rh
    @JohnPauloQuinoLocal1157-xo6rh 9 หลายเดือนก่อน

    Hi sir, this content is very helpful. Is it possible to link this in google form? And everytime a response is made it will automatically sends pdf and have an approval.

  • @satuiproject4561
    @satuiproject4561 10 หลายเดือนก่อน

    Bisakah mengirim file pdf ke email tanpa batas atau unlimited menggunakan apps script

  • @kcjoshiexceltrick990
    @kcjoshiexceltrick990 2 ปีที่แล้ว

    Hi, Sheet not pick the value it is showing like this 'New PDF ${row[0]} ${row[1]}' kindly resolve this.

  • @backofficearchtech6250
    @backofficearchtech6250 10 หลายเดือนก่อน +1

    if i have multiple sheet in one sheet then what to do

    • @LaurenceSvekisCourses
      @LaurenceSvekisCourses  10 หลายเดือนก่อน

      you can loop through all the sheets within the spreadsheet

  • @abhimanyukumarsingh5453
    @abhimanyukumarsingh5453 ปีที่แล้ว +1

    *data.forEach IS not a function*
    Error is showing after running the function.