in reply to Re: Is there a way to embed Word or other Office applications into my perl app?
in thread Is there a way to embed Word or other Office applications into my perl app?

Thank you both for your advice. I shall look into the modules you have suggested. Allow me to explain my idea for this app.

I am an instructor for certification school. We have all our data tied up in Access databases. All our billing documents in VB enhanced Excel pages. And a whole lot evaluations form tied up in mail-merged and locked Word documents.

Instead of redoing everything (meaning shifting to a system based on a true RDMS, web scriting, and browser) I'd rather use all the MS office based forms within a web-app for our intranet. This way I can improve (make completing our daily tasks faster and easier) our current system while creating a more robust future system that will eventually replace the current system.

I have recently found that PHP can do this with it's poorly documented COM support. I was hoping that Perl had a better documented method.

  • Comment on Re: Re: Is there a way to embed Word or other Office applications into my perl app?

Replies are listed 'Best First'.
Re: Re: Re: Is there a way to embed Word or other Office applications into my perl app?
by Ryszard (Priest) on Sep 09, 2002 at 14:14 UTC
    TBH i reckon you're wasting your time. Why spend the time automating something you're going to get rid of anyways?

    Think, scalability, structural integrity of your system, maintainability, data integrity - then think, how easy is this to import into an RDBMS?