Hi,
I'm kinda hoping that someone can help me out here. I have following problem:
I'm developing reports that have to run on demand on an apache web server (unix box). I'm using PHP3 for the report creation and presentation on the web.
I also need to create an excel file on-the-fly for the user to download. We
have implemented a first version by generating a text file (fields separated by tabs, file extension renamed to .xls). This works fine, but now we need to add some additional functionality: charts
I was thinking about creating a sylk (symbolic link file) which has an imbedded chart or which has some VBA code to generate a chart once it gets opened in Microsoft Excel.
My problem is that I barely found information how this can be done.
How do you put chart information in a sylk file?
How do you put VBA code in a sylk file?
Is there another solution to this? Report generation script needs to run on a unix machine. The report download is intended for client pc's running microsoft excel 97 in an intranet network.
Already tried an excel forum, but no luck there...
Thanks.
Filip