in reply to Re^2: how use Spreadsheet::ParseExcel::Stream;?
in thread how use Spreadsheet::ParseExcel::Stream;?

the xml output is null.
What XML output? You're not printing anything. And why do you have this code:
for(my $iSheet=0; $iSheet < $xls->{SheetCount} ; $iSheet++) { my $oWkS = $xls->{Worksheet}[$iSheet];
That code is for Spreadsheet::ParseExcel, not Spreadsheet::ParseExcel::Stream.

Replies are listed 'Best First'.
Re^4: how use Spreadsheet::ParseExcel::Stream;?
by cibien (Novice) on Feb 05, 2013 at 17:51 UTC
    Sorry, I'am confused... :( first step in perl...
      Post a minimal amount of code that doesn't work as expected, and explain why it doesn't work as expected.