Output as HTML why not. To keep the clean design I first would replace the excel class by a generic output provider abstract baseclass. Then you could implement different output formats by inheriting from it without changing anything in the code.
Any suggestions for html formating? Do it by an external css file referenced from it or by including css in one html file? The first approach give the user the ability ot change appearance after the files has been created, but you end up having two files. Regards, grubi. ------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/wpkg-users
