C program to read data from column A in excel file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dayah
    New Member
    • Feb 2008
    • 2

    C program to read data from column A in excel file

    Hi,

    Can someone provide me the c program to read the data in Excel file. Let say my file name is book.xls and there are 3 data in column A which are 2.400E1, 2.500E1 and 2.600E1. I tried my own program but it didn't work. Thanks.

    Regards,
    Dayah
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Nobody here will give you code or a program.

    However, if you post your program, we can help you work through it...

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Have you considered exporting your .xls file as a CSV text file in Excel?

      Comment

      • Dayah
        New Member
        • Feb 2008
        • 2

        #4
        Hi,

        What is the different if I use c# or c for my program ? Thanks.

        Regards,
        Dayah

        Comment

        • weaknessforcats
          Recognized Expert Expert
          • Mar 2007
          • 9214

          #5
          If you use C#, you will need to write the program in C#.

          Comment

          Working...