in reply to Re: OLE::Storage_Lite problems
in thread OLE::Storage_Lite problems
{ my $oOl = OLE::Storage_Lite->new('test.xls'); my $oPps = $oOl->getPpsTree(1); die( "test.xls must be a OLE file") unless($oPps); my $oFile = new IO::File; $oFile->open('test.tmp', 'r'); $oPps->save('add_none.xls'); }
Test.xls and add_none.xls are different sizes and I expect them to be the same size. Should I not expect them to be the same sizes?16 -rw-rw-r--. 1 alvin alvin 15872 Apr 16 16:33 add_io2.xls 16 -rw-rw-r--. 1 alvin alvin 15872 Apr 16 16:33 add_io.xls 16 -rw-rw-r--. 1 alvin alvin 15872 Apr 16 16:33 add_name.xls 16 -rw-rw-r--. 1 alvin alvin 14336 Apr 16 16:33 add_none.xls 16 -rw-rw-r--. 1 alvin alvin 15872 Apr 16 16:33 add_test.xls 16 -rw-rw-r--. 1 alvin alvin 15872 Apr 16 16:33 add_tmp.xls 16 -rw-r--r--. 1 alvin alvin 13824 Apr 16 16:31 test.xls
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: OLE::Storage_Lite problems
by Anonymous Monk on Apr 16, 2014 at 21:28 UTC | |
by alvinstarr (Initiate) on Apr 16, 2014 at 23:24 UTC | |
by Anonymous Monk on Apr 17, 2014 at 07:18 UTC |