W
Woland99
Hi, I use Win32::OLE to read in and manipulate data from
Excel files. When I try to SaveAs modified file and then
reopen it I always have to Unhide it.
For example:
$wbook = ....
in a loop....
{
.....
$wsheet->Cells($row_num,$col_num)->{Value} = "$cell_value";
.....
}
and then:
$wbook->SaveAs($fullname_output_file);
makes $fullname_output_file hidden.
I do not see any property I can set on $wbook to Unhide it
(same way as from Windows menu in Excel).
Thanks for any pointers,
JT
Excel files. When I try to SaveAs modified file and then
reopen it I always have to Unhide it.
For example:
$wbook = ....
in a loop....
{
.....
$wsheet->Cells($row_num,$col_num)->{Value} = "$cell_value";
.....
}
and then:
$wbook->SaveAs($fullname_output_file);
makes $fullname_output_file hidden.
I do not see any property I can set on $wbook to Unhide it
(same way as from Windows menu in Excel).
Thanks for any pointers,
JT