Thread: ms excel library

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    1

    Question ms excel library

    Hi everybody,

    I'm looking for a library written in C/C++ ANSI that be able to manipulate ms excel spreadsheets, this library would be invoked by TUXEDO services in a Solaris platform. Anyone knows the existence of any library like described above???

    Thanks in advance,

  2. #2
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    You want to manipulate native Excel files on Solaris? What a nasty job you've been given.

    You could try looking at www.OpenOffice.org , as a start. Don't know what licensing the source is under, may be GNU.

    Could you not manipulate delimited text files intead? These could be loaded into Excel or any other spreadsheet. (You could then claim the your code manipulates Excel compatible files & your company managers & marketroids would just assume this means Excel files).

  3. #3
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    Yes indeed, we get asked to supply "Excel" format files all the time (we too use a Solaris platform) - what this USUALLY means is that they want a .csv file, or rather a comma delimited file.

    Dead easy to create, just make sure the data your exporting doesn't contain any native commas and unix2dos it once it's generated.
    Last edited by foniks munkee; 12-05-2002 at 10:41 PM.
    "Queen and huntress, chaste and fair,
    Now the sun is laid to sleep,
    Seated in thy silver chair,
    State in wonted manner keep."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Property Set Library (PSL) - Announcement
    By vultur_gryphus in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-29-2008, 06:04 AM
  2. Library Wrapper
    By cusavior in forum C Programming
    Replies: 3
    Last Post: 03-25-2008, 10:27 AM
  3. Difficulty choosing graphics library
    By jdiperla in forum Game Programming
    Replies: 11
    Last Post: 02-27-2008, 06:35 PM
  4. C++ and MS Excel
    By AML24 in forum C++ Programming
    Replies: 2
    Last Post: 06-05-2006, 08:16 PM
  5. Need help with calculator program
    By Kate in forum C# Programming
    Replies: 1
    Last Post: 01-16-2004, 10:48 AM