As far as your (web)server side is concerned .html and .xls format files are just
two different views on the same model. If you have generated .html already
you're too late, i.e. given the model data you should have *two* view generators:
one for .html and one for .xls views.
Comment