in reply to Create Excel and HTML from same source

The problem I faced when writing Excel::Template was that there are different formatting and layout needs driving an Excel file vs. an HTML file. For example, where would you want to put the navbar in an Excel file?

Now, something else that's possible is that Excel will gladly read in an HTML table and plop stuff in the right place. Maybe that's what you want. I wouldn't trust it, personally.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: Create Excel and HTML from same source