C
cate
misc - this has got to be the place.
Sorry if this is outside the limits of a perl question, but has anyone
ever worked with HTML, preparing it for an Excel HTML import? We are
sending HTML to the client via
$Response->AddHeader("Content-Type","application/vnd.ms-excel");
$Response->AddHeader("Content-
Disposition","attachment;filename=Export2Excel_${filename}.xls");
$Response->BinaryWrite($postContent);
But the rendering in Excel is terrible. Is there a perl
ExcelPrepHTML.pm out there? I wish I knew more about the Excel import
rules, but I don't. Hoping someone else does; then stuck it all in a
module.
I see some code out there that use OLE to manipulate the workbook, but
this is strictly a hand off.
Thank you
Sorry if this is outside the limits of a perl question, but has anyone
ever worked with HTML, preparing it for an Excel HTML import? We are
sending HTML to the client via
$Response->AddHeader("Content-Type","application/vnd.ms-excel");
$Response->AddHeader("Content-
Disposition","attachment;filename=Export2Excel_${filename}.xls");
$Response->BinaryWrite($postContent);
But the rendering in Excel is terrible. Is there a perl
ExcelPrepHTML.pm out there? I wish I knew more about the Excel import
rules, but I don't. Hoping someone else does; then stuck it all in a
module.
I see some code out there that use OLE to manipulate the workbook, but
this is strictly a hand off.
Thank you