Menu

How to find a column in excel file

2001-10-25
2012-09-26
  • Nobody/Anonymous

    Hi,

    Is it possible to write a source code to open an excel file & search for a particular column? i want to extract data from that column.

     
    • Nobody/Anonymous

      Try saving the Excel file in TXT format, is easier to scan.

       
    • Nobody/Anonymous

      It's bettter to save excel sheet in csv format (industry standard), you can use string functions then, or use it as input data for a database (there is odbc library in dev-c++). It doesn't make much sense to write a program what reads data in excel format, there are so many versions of it that I didn't yet see a single program what can read all excel files.

      Simple spreadsheet program what loads and saves in csv format:
      http://sourceforge.net/projects/tkorrovi

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.