|
@@ -18,12 +18,12 @@ BEGIN{
|
|
|
if(match($0,"^ *<Row[ >]")){
|
|
|
if(rows<4)rows++
|
|
|
}
|
|
|
- if(rows>-1){
|
|
|
- if(rows<4)
|
|
|
- gsub(" ss:StyleID=\"\\w+\""," ss:StyleID=\"s1\"",$0)
|
|
|
- else
|
|
|
- gsub(" ss:StyleID=\"\\w+\"","",$0)
|
|
|
- }
|
|
|
+ # if(rows>-1){
|
|
|
+ # if(rows<4)
|
|
|
+ # gsub(" ss:StyleID=\"\\w+\""," ss:StyleID=\"s1\"",$0)
|
|
|
+ # else
|
|
|
+ # gsub(" ss:StyleID=\"\\w+\"","",$0)
|
|
|
+ # }
|
|
|
# if(match($0,"^ *<Style ")){
|
|
|
# if(styles<3) styles++
|
|
|
# }
|