Results 1 to 4 of 4

Thread: Excel app for PPC

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Location
    Adelaide, Australia
    Posts
    2

    Excel app for PPC

    Hi,

    I have a VBA GUI that is used to enter data into an Excel spread sheet. I would like to run this on a PPC (PPC2003), but macros/VBA are not supported in the scaled down PPC excel.

    My question is:

    Does anyone know how many of the excel functions are available when writing in .net for PPC? Most importantly, I need to be able to open a PPC excel file, navigate the spreadsheet, write to given cells, find cells containing specific text and save the file.

    I have written in VB .net previously, am I best to stick to this and buy the appropriate software to write for PPC, or is there something free that will do the same thing?

    Thanks for your help!

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Excel app for PPC

    Hi,
    Pocket Excel does not expose an interface, so cannot be programmed in this way. Your only way would be to use the pxl file structure, and try and do it that way (not easy).

    I have attached the PXL file layout

    Pete
    Attached Files Attached Files

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Location
    Adelaide, Australia
    Posts
    2

    Re: Excel app for PPC

    Thanks Pete,

    Well that is a pity.

    Excuse my ignorance/stupidity, but given the reasonable computing power of the modern PPCs, why cant microsoft make a full blown (or near to it) version of excell available? It would make life a lot easier

    Cheers
    Yui

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Excel app for PPC

    Heck, you don't get a full blown version of anything on the PPC, not even .NET.

    I'm not sure how easy or difficult this would be, but I would try getting around your issues with a datagrid. After all, you can make a datagrid look pretty similar to a spreadsheet, and nothing is going to look all that much like a desktop system anyways. You could use this to enter data into cells, then move that database into a SQLCE database, then export it via XML to a desktop. I believe you can move XML into Excel, though I have never done it.

    Entering data into a spreadsheet on a PDA is painful. I use a technique similar to what I describe above, except that when the user clicks on a cell, they are taken to a form specific for entering the data in that cell (or more than one cell at a time). This all stores in a DB, and I don't deal with Excel, but the same sort of technique might be worth exploring for your needs. That would give you all the functionality of the .NET CF, rather than just pocket Excel, which will be painful anyways.
    My usual boring signature: Nothing

Posting Permissions

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



Click Here to Expand Forum to Full Width