Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. reading cell value from excel through C++

reading cell value from excel through C++

Scheduled Pinned Locked Moved C / C++ / MFC
c++jsonhelptutorialquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Dear friends, Am writing one application. am done with 60%. rest is to read and write the data in excel/csv file. Could you help me to how to write and read the excel/csv by cell by cell.?

    _ A _ 3 Replies Last reply
    0
    • L Lost User

      Dear friends, Am writing one application. am done with 60%. rest is to read and write the data in excel/csv file. Could you help me to how to write and read the excel/csv by cell by cell.?

      _ Offline
      _ Offline
      _Flaviu
      wrote on last edited by
      #2

      You can look here[^], or, here[^], or, if you write me an email, I can send you a excel class, packed into demo VC6 project, which show you how to use this class ...

      1 Reply Last reply
      0
      • L Lost User

        Dear friends, Am writing one application. am done with 60%. rest is to read and write the data in excel/csv file. Could you help me to how to write and read the excel/csv by cell by cell.?

        A Offline
        A Offline
        abhi sharma
        wrote on last edited by
        #3

        ;) :^)

        1 Reply Last reply
        0
        • L Lost User

          Dear friends, Am writing one application. am done with 60%. rest is to read and write the data in excel/csv file. Could you help me to how to write and read the excel/csv by cell by cell.?

          _ Offline
          _ Offline
          _AnsHUMAN_
          wrote on last edited by
          #4

          A csv file is nothing other than having values separated by a , So, in essence if you create a simple .txt file which contains values separated by a comma operator, the file should open quite happily in Excel. Steps: 1. From your code create a file ABC.csv 2. Put values in the file as 1,2,3.... and so on 3. Save the file from your code. 4. Open excel and you should see the correct contents in the format you wished.

          You talk about Being HUMAN. I have it in my name AnsHUMAN

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups