in reply to Re: Linking to Perl from Pascal
in thread Linking to Perl from Pascal

> As an aside, I wrote Spreadsheet::WriteExcel and as it happens I wrote one of its simpler precursors in Pascal. :-)
Could you show me some code? I was reading all the MS specifications on excel files (BIFF, XML, etc.), and I figured out that the worst work is to write all the headers, data structures and constants. With all this stuff in my hand, it would be easy to port SpreadSheet::WriteExcel back to Pascal.

I use the freepascal compiler. A unit similar to Spread... would be a useful contribution.

my email is inpromptu at operamail dot com

Replies are listed 'Best First'.
Re: Re: Re: Linking to Perl from Pascal
by flyingmoose (Priest) on May 17, 2004 at 17:39 UTC
    FYI -- you can download his code from CPAN (see search.cpan.org or perl -MCPAN -e 'shell'), without asking for it... it's pretty easy, try it out!
      Yeah, I was looking inside SpreadSheet::WriteExcel . But I mean pascal source code ;) !! Anyway, thanks !!