- or download this
if(decode('cp1252',$oWkC->{Val}) eq "Confi
+gurator mapping")
...
for (my $iR = $oWkS->{MinRow} +1; defi
+ned $oWkS->{MaxRow} && $iR <= $oWkS->{MaxRow} ; $iR++)
- or download this
if(defined $market_cel
+l_name and defined $market_cell and length(decode('cp1252',$market_ce
...
}
}
}
- or download this
my $market_Cmin = -1;
my $market_Cmax = -1;
...
for (my $iC = $oWkS->{MinCol}; defined $oWkS->{Max
+Col} && $iC <= $oWkS->{MaxCol} ; $iC++)
- or download this
} elsif(decode('cp1252',$oWkC->{Val}) eq "Market"){
foreach my $area ( @{ $oWkS->{MergedAr
+ea} } ) {
...
}
$brand_Cmin = $iC;
}
- or download this
for(my $iR = $title_row +1; defined $oWkS->{MaxRow} && $iR <=
+$oWkS->{MaxRow} ; $iR++){
$internal_cell = $oWkS->{Cells}[$iR][$map_
+Cmin];
$active_cell = $oWkS->{Cells}[$iR][$active
+_col];
$family_cell = $oWkS->{Cells}[$iR][$active
+_col];
- or download this
$oWkC = $oWkS->{Cells}[$oWkS->{MinRow}][$iC];
if(defined $oWkC)
{
if(decode('cp1252',$oWkC->{Val}) eq "Confi
+gurator mapping")
{
- or download this
my $map_Cmin = -1; # the first is internal
my $map_Cmax = -1;
...
my $market_Cmin = -1;
my $market_Cmax = -1;
my $title_row = -1;
- or download this
#set Brands
if($brand_Cmin gt 0 and $brand_Cma
+x gt 0)
...
my $brand_string = "";
my $ignored_brand_string = "";
for(my $brandC = $brand_Cmin;
+$brandC <= $brand_Cmax ; $brandC++)
- or download this
#set Brands
if($brand_Cmin gt 0 and $brand_Cma
+x gt 0)
...
}
}
}
- or download this
if(length($brand_string) gt 0){
$materialmapping_item2->se
+tAttribute('brand',$brand_string);
...
if(length($ignored_brand_strin
+g) gt 0){
$materialmapping_item2->se
+tAttribute('ignore_brand',$ignored_brand_string);
}