Results 1 to 4 of 4

Thread: to Read content from one excel file and paste that in master excel in one column

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2012
    Posts
    3

    to Read content from one excel file and paste that in master excel in one column

    Hi,

    I want to read a particular application from a excel (current) and count it the number of times it has appeared in the excel.
    Then in my master excel i have defined these applications, i want to create a column with name as "Aug 20" and corresponding to the application in excel it should add the count in master excel.
    If there are not applications found in current excel then in master excel i want to add the count value to corresponding application in master excel as 0.

    Please let me know how this can be achieved. I am not getting the logic to do this

    Thanks!

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: to Read content from one excel file and paste that in master excel in one column

    Moved From The CodeBank (which is for sharing code rather than posting questions )

  3. #3
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    Re: to Read content from one excel file and paste that in master excel in one column

    You could start by adding reference to Microsoft Excel Object Library in your application. Then, familiarize with Excel classes such as worksheet, workbook, range and etc...
    There, you can open/add columns and format excel values and the like..

    Cheers!
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

  4. #4
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    Re: to Read content from one excel file and paste that in master excel in one column

    You could start by adding reference to Microsoft Excel Object Library in your application. Then, familiarize with Excel classes such as worksheet, workbook, range and etc...
    There, you can open/add columns and format excel values and the like..

    Cheers!
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width