+ Reply to Thread
Results 1 to 1 of 1

Help retrieving data

  1. #1
    Registered User
    Join Date
    03-01-2005
    Posts
    5

    Help retrieving data

    I need to retrieve/export the data from an excel file. I can't just save the file as txt because I noticed that the comments on cells are not saved with it.

    So I need all the comments attached to cells and I need the data from cells who are formatted as General or text

    So what I need to do is:

    buffer []


    for each sheet
    {
    getbounds // get maxrange or something like that

    for all cells => buffer += getNotes // get the comments attached to cells

    for the cells that are not empty
    {
    if formattype is general or txt
    buffer += cell.getValue.toString
    }
    }



    Anyone who can help me to program this in VB or prefferable in C++ ??
    Last edited by ceekay; 03-03-2005 at 05:48 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1