Hi,
We currently use shell script and AWK on Linux-based systems to pull data from various large flat-file databases and then Excel VBA macros to basically cut and paste the data into complex report templates. The final output is printed or output as PDF. Excel provides us with a very professional look and the ability to include charting, images and text on the page. It also shrinks to fit when the data would otherwise overflow the page. It also formats numbers simply and effectively, and allows for changes to be implemented quickly.
It has been suggested that a better approach would be to use PHP for the output process instead of Excel, since this could all run on the Linux servers without intervention.
I would be very interested to hear professional opinions as to the suitability of PHP for this type of application. Is PHP well suited to producing complex printed output which has an equivalent quality to Excel? Is it the right horse for this particular course?
Thanks in advance.
Phil
We currently use shell script and AWK on Linux-based systems to pull data from various large flat-file databases and then Excel VBA macros to basically cut and paste the data into complex report templates. The final output is printed or output as PDF. Excel provides us with a very professional look and the ability to include charting, images and text on the page. It also shrinks to fit when the data would otherwise overflow the page. It also formats numbers simply and effectively, and allows for changes to be implemented quickly.
It has been suggested that a better approach would be to use PHP for the output process instead of Excel, since this could all run on the Linux servers without intervention.
I would be very interested to hear professional opinions as to the suitability of PHP for this type of application. Is PHP well suited to producing complex printed output which has an equivalent quality to Excel? Is it the right horse for this particular course?
Thanks in advance.
Phil