
Closed
Posted
Paid on delivery
I receive a steady flow of customer emails in Gmail every day and need an automated way to pull just the senders’ names into Excel. The task is straightforward: • Source: all data comes from my Gmail inbox. • Data required: only the names, no addresses or phone numbers. • Excel layout: one single column, with each new name appended beneath the previous entries. An ideal solution would run daily—either on a fixed schedule or triggered when new mail arrives—collect the fresh names, and update the spreadsheet with zero manual effort from me. Google Apps Script, Python with the Gmail API, Zapier, or a comparable toolset are all fine as long as the result is reliable and easy for me to maintain. Deliverables: 1. Working script or automated workflow that connects to my Gmail, extracts the sender names, and writes them into the designated Excel file (XLSX). 2. Clear instructions so I can adjust the schedule or reconnect the script later if my credentials change. 3. Quick hand-off session (video or written) confirming everything runs end-to-end on my machine or cloud environment. If you’ve set up similar Gmail-to-Excel automations before, I’d love to see a brief example or screenshot when you submit.
Project ID: 40663741
51 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
51 freelancers are bidding on average ₹18,836 INR for this job

Hi Sir/Madam, Thank you for going through your proposal. I have reviewed your requirements carefully. I am an Expert Google Apps Script & Full Stack Developer with 8+ years of experience building Gmail, Google Workspace, Excel, and workflow automation solutions. I can create a reliable Gmail-to-Excel automation that reads new inbox messages, extracts only the sender's name, and appends each new name to a single XLSX column without duplicates. The workflow can run automatically on a daily schedule or through a suitable trigger, with secure Google authentication and clear error handling. Skills: Google Apps Script, Gmail API, Google Sheets, Microsoft Excel/XLSX, Python, REST API, Zapier, JavaScript, Automation. => Gmail Sender Name Extraction => Automatic XLSX Updates => Scheduled Workflow => Duplicate/Error Handling => Secure API Authentication => Easy Configuration & Maintenance I recommend Google Apps Script + Gmail API, with the Excel file updated through a reliable cloud workflow, keeping the solution simple and low-maintenance. I’ll provide the complete automation, setup instructions, testing, and a brief handover. I can start immediately. Thanking you, All the very best, Cheers!!
₹28,000 INR in 15 days
7.9
7.9

Hello, I can help you with "Automate Gmail Name Extraction" as per your given project description. We can discuss more in detail during a chat conversation when you are available. I've worked on many PHP projects in recent times. So I am confident on achieving your expected Goals. Please initiate a communication thread to discuss further and start with the project. ⭐ 5.0/5 from a recent client: "A more professional version: “Excellent work! The job was completed within the committed timeline. Great quality, professionalism, and timely delivery. Highly appreciated and recommended.”" Final timeline and cost will be confirmed in chat after a complete understanding and documentation of the project expectations in detail.
₹22,500 INR in 5 days
7.6
7.6

Hi, I’ll set this up so new sender names appear in your Excel file automatically each day—no copying, filtering or manual updates. The file will remain a simple one-column list, with every new sender added underneath the last entry. For reliability and easy maintenance, I recommend a Google-based workflow: it runs within your own account, does not require your computer to stay on, and can be scheduled daily. It will process only newly received emails, extract the sender’s displayed name, prevent repeat processing, and leave email addresses and phone numbers untouched. You will receive: - Automatic daily Gmail-to-Excel name updates - One clean column of sender names - No duplicate processing of the same email - Simple schedule and reconnection instructions - A short handover confirming the complete workflow works in your account I have built email-related automation and multi-template email workflows, including integrations where reliability, logging and maintainable handover matter. One important question: should a sender’s name be added every time they email you, or only once even if they send multiple emails? Regards, Raj
₹12,500 INR in 2 days
7.6
7.6

Hi there! I read your project description and I can develop your required Gmail to Excel tool very well. It will be a tiny tool which could sit in your system tray all the time and it will watch your Gmail inbox. As soon as a new email drops in, it will automatically fetch the user name and insert it into a designated Microsoft Excel file. Everything will be fully automatic. There will be no manual intervention. I have great experience in automating custom user workflows using Python. I hope we can meet to start working on it ASAP! Best regards, Ishaq
₹12,500 INR in 2 days
7.0
7.0

I can do it for much less amount - >> Hi there! Automating your Gmail incoming sender name extraction directly into a structured Excel (.xlsx) file on a daily schedule or trigger is right in my wheelhouse. I regularly build Python automation scripts, Google Apps Script workflows, and data processing integrations, so feel free to check my profile portfolio. Before we get started, do you prefer a lightweight Google Apps Script solution that runs natively inside your Google account without local setup, or a Python script using the Gmail API to write directly to your local Excel file? Once you share the details, I can map out everything cleanly and deliver the working automation step-by-step. Looking forward to working together! Best regards, Ahmad Hassan
₹12,500 INR in 1 day
6.6
6.6

Hello, We would be glad to support you with this project. Protovo Solutions LLP provides reliable virtual assistance, data entry, research, and remote business support services to clients worldwide. Our team can handle both short-term assignments and ongoing support with accuracy, confidentiality, and clear communication. Our services include: • Data entry, data cleaning, and data formatting • Web research and information collection • Excel, Google Sheets, and document management • CRM data entry and database updates • Lead generation and contact-list building • Email and calendar management • Product listing and e-commerce support • Social media and content assistance • Customer and administrative support • Bookkeeping and accounting assistance • PDF conversion, copy-paste, and file organization • AI-assisted research and repetitive task automation We follow clear instructions carefully, provide regular progress updates, and review the completed work before submission. Our team can also adapt to your preferred tools, processes, working hours, and reporting format. Protovo Solutions LLP has been serving global clients since 2016 and has earned more than 100 client reviews on Freelancer. Please connect with us through chat to discuss the work. We can review your requirements and start with a small task or milestone before moving to the complete assignment. Kind regards, Protovo Solutions LLP
₹37,500 INR in 30 days
6.8
6.8

I can automate this end to end using the Gmail API with Python or Google Apps Script, extracting only sender names from new emails and appending them into a single Excel column automatically each day. I’ll set up the schedule, prevent duplicate entries, handle credential refresh/reconnection, and provide clear handover instructions so you can maintain or adjust the workflow easily.
₹12,500 INR in 1 day
6.2
6.2

Your Gmail API will hit quota limits if you're processing more than 250 emails per day without implementing batch requests, and appending rows one-by-one to Excel will corrupt the file if two automation runs overlap. This creates data loss during high-volume periods. Quick questions - are you expecting more than 500 emails daily that would require pagination handling? And do you need deduplication logic if the same sender emails you multiple times in one day? Here is the architectural approach: - GMAIL API + PYTHON: Build a batch-fetch script that pulls sender metadata in chunks of 100, extracts display names using regex parsing, and handles OAuth2 token refresh automatically so credentials don't expire. - EXCEL AUTOMATION: Use openpyxl to append names atomically with file-locking to prevent corruption, plus add a timestamp column so you can audit when each name was captured. - ZAPIER FALLBACK: Configure a Gmail trigger with Python Code step as backup if API quotas hit, routing through Google Sheets first then exporting XLSX hourly via scheduled task. I've built 8 similar Gmail extraction pipelines for CRM teams processing 2K+ daily emails without data loss. Let's schedule a 15-minute call to confirm your email volume and whether you need cloud hosting or local execution.
₹22,500 INR in 7 days
6.3
6.3

Sender names look simple until you hit "John Smith via Shopify", quoted-printable encoding, and headers where the name field is just the email again. I'll build this in Google Apps Script so it writes straight to a Google Sheet (exportable as XLSX), runs on a time trigger, and dedupes against what's already there. A Gmail label marks processed threads so nothing gets counted twice. 1) Should I pull from the whole inbox, or a specific label or search query? 2) Keep duplicate names, or one row per unique sender? Cheers Shayan
₹21,250 INR in 3 days
5.6
5.6

I can build a reliable Gmail-to-Excel workflow that extracts only sender names, appends new entries to a single Excel column, and runs automatically on a schedule or new-mail trigger. I’ll provide the working automation, setup/reconnection guide, and a simple end-to-end handoff so you can maintain it easily.
₹12,500 INR in 1 day
5.6
5.6

Greetings, I have reviewed your project description and recently worked on a similar project. I believe I can help you deliver this successfully. Let’s open a chat to discuss your requirements in detail and determine the best approach for your project. Regards
₹15,000 INR in 2 days
5.7
5.7

Hello, I can set up a reliable **Gmail → Excel automation** that automatically collects sender names and appends them to your spreadsheet with zero manual effort. ✅ Gmail API / Google Apps Script Integration ✅ Extract Sender Names Only ✅ Automatically Append New Names to XLSX ✅ It will autorun on every 24 hours or 12 hours, whatever you say ✅ Duplicate Handling & Error Recovery ✅ Secure Google Authentication ✅ Easy-to-Maintain Script & Documentation ✅ End-to-End Testing & Handover With **7+ years of experience** in automation, Excel, APIs, and business workflow development, I've built similar email-to-spreadsheet automation solutions. I can keep the setup lightweight and reliable, with clear instructions for changing schedules or reconnecting your Google account. I will create tool using .NET Winforms. I'm ready to get started and can quickly demonstrate the workflow with a sample Gmail account. Thanks Mahesh
₹15,000 INR in 3 days
5.8
5.8

Ready to create the required script to Automate Gmail Name Extraction to Excel. All the required. no worries
₹12,500 INR in 7 days
5.2
5.2

Having excelled in AI Automation and data-driven solutions for over 6 years, your project is right up my alley, and I'm confident I can build the optimal solution for you. One of my main fortes has been developing automation systems for clients across different industries. From lead follow-ups, data syncing, to intricate reporting - I specialize in turning overwhelming tasks into effortless processes. In fact, I've recently built a similar Gmail-to-Excel automation system for a real estate client that has dramatically decreased their manual effort and saved a substantial amount of time. A curse of modern-day businesses is time spent on work that should have been automated already. However, the good news is that I'm here to close that gap for you. My extensive technical skills range from building scalable web and mobile apps to creating fully autonomous AI agents that can execute complex tasks efficiently. Programming languages like Python and PHP are my second nature, and with a solid understanding of tools like Google Apps Script, Python with the Gmail API and Zapier, I guarantee to deliver an automated workflow that seamlessly fetches sender names from your Gmail inbox and archives them in your Excel file.
₹12,500 INR in 2 days
4.8
4.8

Your workflow is a good fit for a lightweight daily automation: pull only the sender display name from new Gmail messages, append each one to a single Excel column, and leave everything else untouched. I have 9+ years of experience with Python, API integrations, data processing, Excel automation, and scheduled workflows. I’d build this either with Python + Gmail API or Google Apps Script depending on where you want it to run, with duplicate protection, simple logging, and configurable scheduling so it works without manual intervention. The XLSX file can be updated in place or regenerated from a controlled data source, and credentials/schedule settings would stay outside the core logic for easy maintenance. I’ll also provide clear reconnection instructions and a short handoff guide. Do you want repeated senders added every time they email, or should each sender name appear only once?
₹20,000 INR in 4 days
4.3
4.3

Hi, I can build an automated Gmail-to-Excel workflow that extracts sender names from incoming emails and appends them into a single-column XLSX file with no manual effort. My approach will be to first confirm your Gmail access method, target Excel file location, and daily schedule or trigger preference. Then I’ll create a reliable automation using Google Apps Script, Python with Gmail API, Zapier, or another suitable tool depending on your setup. I’m comfortable with: * Gmail API automation * Google Apps Script * Python scripting * Excel/XLSX updates * Scheduled workflows * New-email triggers * Data extraction * Duplicate handling * Credential setup documentation Deliverables: * Working Gmail name extraction workflow * Sender names appended into one Excel column * Daily or trigger-based automation * Basic duplicate/empty-name handling if required * Setup and reconnect instructions * Schedule adjustment notes * End-to-end handoff guide or walkthrough I’ll focus on making the workflow simple, reliable, and easy for you to maintain if credentials or schedule settings change later. Best regards Ankit
₹12,500 INR in 2 days
4.2
4.2

You said the result needs to be reliable and easy for you to maintain, so I'd push back gently on the Python option and recommend Google Apps Script instead. Here's why. A Python/Gmail API script needs OAuth credentials that expire, a machine or cloud function running on a schedule, and periodic re-authentication — exactly the maintenance burden you mentioned wanting to avoid. Apps Script runs inside your own Google account. No external credentials to rotate, no server to keep alive, the time-based trigger is built in, and if you ever need to adjust the schedule it's a dropdown, not a code change. The part that actually needs care is deduplication. "Append each new name below the previous ones" means the script has to know where it left off, or every run rewrites the same senders. I'd mark processed threads with a Gmail label so the state lives in your mailbox and survives any reset — you can see exactly what's been handled. One thing worth flagging: the sender name comes from the From header, and some senders set it to an email address or a company name rather than a person. I'd normalise what I can and let you see the raw value alongside it. One question: do you need a true .xlsx file, or is a Google Sheet acceptable? A Sheet downloads as xlsx any time and keeps the whole thing inside one system.
₹20,000 INR in 7 days
3.8
3.8

Hi, Dear Freelancer.com community, Thank you for considering my services for this Gmail name extraction project. I understand that your current process involves manually extracting sender names from your emails, which can be time-consuming and prone to errors. I empathize with your challenges, as I have worked with data processing and automation tasks before. To address your specific requirements, I propose the following deliverables: * Delivery Method: I propose that we utilize Python and the Gmail API to automate the process. I have experience with both Python and the Gmail API, which ensures a reliable and efficient solution for your needs. I would provide a working sample before starting the project to demonstrate my expertise in these tools. Deliverables: 1. Python script: I will create a daily (or on-demand) Python script that connects to your Gmail account, retrieves the sender names, and saves the data into an Excel file. The script will adhere to your requirements: extracting names only, one column layout, and updating the spreadsheet when new mails arrive. 2. Documentation: As part of the project setup, I'll provide step-by-step instructions on how to execute the Python script, ensuring that you can manage the process independently moving forward. 3. Continuous Support: Throughout the project duration, I am available to assist with any queries or issues you may have regarding the script or data management in Excel. Delivery Timeline: As a Freelancer with a strong track record for delivering quality projects within tight deadlines, I propose the following timeline: 2 weeks. Best Regards, Anil Prajapati
₹17,705 INR in 3 days
4.0
4.0

Hi, **If you’re looking for someone who can turn your existing Google Sheets into a proper project-management system for construction and engineering work, I’d be a strong fit for this project.** I can build a clean, automated workspace that reduces manual updates and keeps projects, tasks, approvals, and budgets organized in one place. Based on your requirements, I can help with: * Creating a dashboard for project status, budgets, tasks, and important dates * Building dynamic charts and conditional formatting for quick visibility * Using Google Apps Script to create tasks and send reminders automatically * Adding overdue alerts, escalations, and automatic history records * Creating a multi-level approval process for engineers, managers, and finance * Locking approved fields to prevent unwanted changes * Setting role-based access for site teams, managers, and administrators * Using AppSheet where it improves the user experience I will keep everything inside Google Workspace and make the system simple enough for your team to use without technical knowledge. I am ready to review your existing spreadsheets and build the first working version around your current data structure. Regards, Ritendra Gour
₹25,000 INR in 7 days
3.6
3.6

I understand your need for a seamless automation that extracts sender names from Gmail to Excel daily. With expertise in Google Apps Script and Python, I've automated similar email data extractions and I'm confident in creating a reliable, maintenance-free solution for you. I’ll ensure the script runs efficiently on a schedule or upon incoming emails and will provide clear instructions for any necessary adjustments. I look forward to delivering a tailored solution that meets all your requirements and facilitating a smooth hand-off to ensure you're set up for success.
₹12,500 INR in 7 days
3.3
3.3

Gurugram, India
Member since Aug 19, 2026
$450 USD
₹600-1500 INR
₹600-1500 INR
$30-250 USD
$15-25 USD / hour
₹1500-12500 INR
₹12500-37500 INR
$30-250 USD
$750-1500 USD
₹1000-10000 INR
$2-8 USD / hour
₹750-1250 INR / hour
€20-28 EUR
₹120-240 INR / hour
₹12500-37500 INR
₹1250-2500 INR / hour
$30-250 USD
₹600-1500 INR
$25-50 USD / hour
₹100-400 INR / hour