Thread: Reading/Writing an Excel Spreadsheet?

  1. #1
    60% Braindead
    Join Date
    Dec 2005
    Posts
    379

    Reading/Writing an Excel Spreadsheet?

    I'm decently sure there's no built-in operation for this, but is there a way to read & write to an excel spreadsheet? It probably uses some type of custom language for images and such, but there is a way to read the files, no? It makes things very easy to order, and it'd be nice to organize large amounts of data and at the same time, make it semi-legible.

    Well thanks for any input.
    Code:
    Error W8057 C:\\Life.cpp: Invalid number of arguments in function run(Brain *)

  2. #2

  3. #3
    Registered User mikeman118's Avatar
    Join Date
    Aug 2007
    Posts
    183
    You could also use DispHelper, after downloading go to the examples and one is called "excel" (or something like that).

  4. #4
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    You can always save the data as tab delimited text. This is the most common method used for analyzing engineering data.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading/Writing Excel Files
    By milwayh in forum C Programming
    Replies: 4
    Last Post: 11-09-2008, 01:10 PM
  2. Dissecting an Excel XML spreadsheet
    By desmond5 in forum C++ Programming
    Replies: 1
    Last Post: 05-22-2008, 04:32 PM
  3. Replies: 2
    Last Post: 11-30-2006, 08:04 AM
  4. Replies: 1
    Last Post: 05-05-2006, 11:17 PM
  5. Is it possible to write into an Excel spreadsheet?
    By rtsc17 in forum C++ Programming
    Replies: 6
    Last Post: 09-18-2003, 10:15 AM