Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: how to send sms to mobile through excel sheet

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to send sms to mobile through excel sheet

    How to send sms to mobile through excel sheet .Number of persons data is available in excel sheet .i need to send sms to all persons who are there in excel sheet available phone numbers. i need to send interview dates for that mobile numbers.Using java technology i need to use which concept i will get the output.Any one have the sample code send me please.send me as early as possible.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: how to send sms to mobile through excel sheet

    You've either stated it badly, or your design concept needs rework. Rather than sending anything through an Excel spreadsheet, the reaquired data should be gathered from wherever it is stored and then sent.

    You send us sample code, ask us any specific questions you have about it, and we'll do our best to help.

  3. #3
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: how to send sms to mobile through excel sheet

    Greg, this is cross- and multiposted all over the place. Don't waste your time.

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: how to send sms to mobile through excel sheet

    Too late!

  5. #5
    Junior Member
    Join Date
    Oct 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: how to send sms to mobile through excel sheet

    Actually i am new to this environment.up to reading the data from excel sheet i know that then after how to send sms to mobile.

Similar Threads

  1. how to send sms to mobile through excel sheet
    By lavanya1610 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 9th, 2013, 05:03 AM
  2. read excel sheet into database
    By shri in forum JDBC & Databases
    Replies: 7
    Last Post: March 8th, 2013, 12:51 AM
  3. How To send sms from javaapplication to mobile
    By bramhi1212@gmail.com in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 21st, 2012, 07:45 AM
  4. Reading Excel sheet using apache poi 3.8
    By dnessapkota10 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: December 11th, 2012, 05:42 AM
  5. appending from shell script to excel sheet
    By krishnamohan in forum Java Theory & Questions
    Replies: 1
    Last Post: August 16th, 2010, 10:01 AM