BenignVanilla wrote:
> ...
> One of the mgmt. requirements is to be able to export the
> data to excel, so it can be manipulated.
> ...
If you can guarantee that all your management team will be using IE ...
Deliver the content using the apprpriate mime type: application/vnd.ms-excel
Use HTML table markup and the result will be a spreadsheet - you can use the
Excel extensions for html
This way the spreadsheet will be delivered right into the browser. They can
manipulate the data and save it locally as with any other spreadsheet file.
This method is trivial to implement but I've only ever used it on an
intranet where the browsing environment is bolted down.
sorry - I've no idea what this does in other browsers - hopefully prompts
for save if you're lucky
If you decide to use this method I can probably dig out an example from way
back when if you need inspiration ;o)
btw: do not load MS-Office on your production server, no matter how
tempting it may be. Even Microsoft caution against such foolishness.
--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Q: Data to Excel From Web