Formatting Excell doc from within MFC app

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • magic

    Formatting Excell doc from within MFC app

    Hello.

    I'm developing an application using MFC - VC++ 6.0
    I'm wondering if there is an ActiveX control or other component that would
    make possible to make simple editing and formatting MS EXCELL doc from
    rithin application.
    The operations i would like to perform:
    - opening .xls file
    - inserting values into cells and simple formatting the cells (alliginig,,
    etc)
    - save the file
    - printing and displaying (not necessary)

    Thank You all for any help

    Sincerelly,
    magic

  • John Harrison

    #2
    Re: Formatting Excell doc from within MFC app


    "magic" <magic_24@op.pl > wrote in message
    news:be8too$qaq $1@sklad.atcom. net.pl...[color=blue]
    > Hello.
    >
    > I'm developing an application using MFC - VC++ 6.0
    > I'm wondering if there is an ActiveX control or other component that would
    > make possible to make simple editing and formatting MS EXCELL doc from
    > rithin application.
    > The operations i would like to perform:
    > - opening .xls file
    > - inserting values into cells and simple formatting the cells[/color]
    (alliginig,,[color=blue]
    > etc)
    > - save the file
    > - printing and displaying (not necessary)
    >
    > Thank You all for any help
    >
    > Sincerelly,
    > magic
    >[/color]

    This group is for the C++ language only, not questions about ActiveX
    controls which are language independent and platform specific, so your
    question is doubly irrelevent to this group.

    That said, have you thought that Excel itself might be the component you
    need?

    john


    Comment

    Working...