u/mohammedalrehaili22

▲ 0 r/CRM

an app that automatically extracts data from any notification (WhatsApp, Telegram, Email) directly into Excel.

Hey guys. If anyone here runs a small business or handles a lot of manual data entry on their phone, you probably know how annoying it is to get messages like this:

"Hello! I would like to place an order, please. Name: Brian Miller Order: Ergonomic Office Mouse Phone: 415-555-0821 Address: 321 Maple Lane, TX Do you guys offer express shipping?"

Switching back and forth to copy-paste the name, phone, address, and order details into a spreadsheet is just a massive waste of time. I couldn't find a simple tool for this, so I spent the last few months building an app to completely automate it.

The app is called WExcel. It essentially catches the notification (or you can share a text/PDF to it), parses the text to extract the relevant details, and instantly appends a clean row to your Excel file. So the message above automatically becomes this in your sheet:

| Name | Order | Phone | Address | |---|---|---|---|---|---| | Brian Miller | Ergonomic Office Mouse | 415-555-0821 | 321 Maple Lane, TX |

A couple of technical notes on how it works:

● Privacy First: The parsing engine runs entirely offline on your phone. No data ever leaves your device. ​

● Select Any App: You can choose exactly which apps the tool should listen to (Whatsapp, Telegram, SMS, Email, etc.).

● ​Granular Custom Rules: You can set up specific extraction rules so the app knows exactly what to grab:

•​ Mandatory Keywords: Ignore the message completely if a specific word is missing.

•​ Alternative Keywords: If it can't find "Phone", tell it to look for "Mobile" or "Number".

•​ Smart Matching & Stop Points: Catch words even with extra characters attached, and define exactly where to stop reading (like at a newline or comma).

• ​Regex Support: For power users, you can use Regular Expressions to extract exact patterns.

● ​Local AI (Experimental/Beta): I recently added a fully on-device AI engine. It's currently in beta, but the goal is to let it parse completely unstructured, messy text without needing you to set up any manual rules.

It’s my main indie project right now, and I’d really appreciate any feedback, thoughts, or feature requests if you decide to try it out.

Also, I have some monthly promo codes if you're interested. DM me.

reddit.com
u/mohammedalrehaili22 — 3 days ago

What is the most useful app for improving productivity?

There are many apps in the store to improve productivity, but from your point of view and practical experience, which one is the most useful?

reddit.com
u/mohammedalrehaili22 — 3 days ago

an app that automatically extracts data from any notification (WhatsApp, Telegram, Email) directly into Excel.

hey guys i built an android app named WExcel that totally automates moving data from any notification to excel.

it basically takes any messy incoming message and organizes the data into excel columns automatically and it runs offline on your phone.

i just pushed a huge update adding a full regex engine for power users now you dont even need to set keywords you can just write a regex pattern and the app will hunt down things like phone numbers emails or ibans from anywhere in a random block of text.

you can also use keywords first to find a specific line then apply regex to clean it up so you get pure numbers ready for excel calculations.

Link:

https://play.google.com/store/apps/details?id=com.alrehaili.WExcel

u/mohammedalrehaili22 — 10 days ago

hey guys i built an android app that totally automates moving data from whatsapp to excel.

it basically takes any messy incoming message and organizes the data into excel columns automatically and it runs offline on your phone.

i just pushed a huge update adding a full regex engine for power users. now you dont even need to set keywords you can just write a regex pattern and the app will hunt down things like phone numbers emails or ibans from anywhere in a random block of text.

you can also use keywords first to find a specific line then apply regex to clean it up so you get pure numbers ready for excel calculations.

check the video i attached to see how it grabs names and numbers from a completely chaotic message the app is called wexcel would love to hear your feedback or any ideas to make it better.

u/mohammedalrehaili22 — 3 days ago

hey guys i built an android app named WExcel that totally automates moving data from any notification to excel.

it basically takes any messy incoming message and organizes the data into excel columns automatically and it runs offline on your phone.

i just pushed a huge update adding a full regex engine for power users now you dont even need to set keywords you can just write a regex pattern and the app will hunt down things like phone numbers emails or ibans from anywhere in a random block of text.

you can also use keywords first to find a specific line then apply regex to clean it up so you get pure numbers ready for excel calculations.

u/mohammedalrehaili22 — 14 days ago
▲ 31 r/BusinessIntelligence+4 crossposts

Hey everyone! I wanted to show you a quick demo of my app, WExcel. ​In the video, I’m sending messages from WhatsApp, Instagram, Telegram, and Emails to the other phone. The app listens to the notifications and automatically pulls ONLY the specific data I need into an organized Excel sheet.

​💡 The coolest part to watch: Notice how the app handles different phrasing! In one of the messages, I deliberately used the word "buyer" instead of "name". Because I set it up as an Alternative Keyword (Synonym), the app was smart enough to recognize it and place the data perfectly under the "Name" column!

​Key Features: ​Supports ANY messaging app + Emails. ​Smart Keyword Mapping (Synonyms & Stop Words). ​Supercharged engine (Handles 100k+ rows without lag). ​Fully privacy-focused (Extracts locally on your device).

​I’d love to hear your thoughts, feedback, or any features you'd like to see added!

Link: https://play.google.com/store/apps/details?id=com.alrehaili.WExcel

u/mohammedalrehaili22 — 2 days ago