5 Einträge, 1 Seite |
Quote$VAR1 = [
[
bless( do{\(my $o = 34598980)}, 'Win32::OLE::Variant' ),
'8513',
'485/142562',
'19',
'2506098',
'4',
bless( do{\(my $o = 34599196)}, 'Win32::OLE::Variant' ),
bless( do{\(my $o = 34591412)}, 'Win32::OLE::Variant' ),
undef,
undef,
undef,
undef,
undef,
undef,
undef,
undef,
'29.2',
'29.2',
undef,
undef
],
[
undef, undef, undef, undef, undef,
undef, undef, undef, undef, undef,
undef, undef, undef, undef, undef,
undef, undef, undef, undef, undef
],
[ 3mal-alles undef ], ...
];
$Sheet->Range("A1", $Sheet->Range("A1")->End($xl->{xlDown}))->Count();
1
2
3
my $last_row = $sheet->UsedRange->Find( { What => "*", SearchDirection => xlPrevious, SearchOrder => xlByRows } )->{Row};
my $last_col = $sheet->UsedRange->Find( { What => "*", SearchDirection => xlPrevious, SearchOrder => xlByRows } )->{Column};
1
2
3
my $last_row = $sheet->UsedRange->Find( { What => "*", SearchDirection => xlPrevious, SearchOrder => xlByRows } )->{Row};
my $last_col = $sheet->UsedRange->Find( { What => "*", SearchDirection => xlPrevious, SearchOrder => xlByRows } )->{Column};
5 Einträge, 1 Seite |