|
@@ -9,6 +9,7 @@ git diff --name-only HEAD 策划脚本| grep '\.xml$'|xargs sed -b -i \
|
|
|
-e '/^ *<\(Last\)*Author>/d' \
|
|
|
-e '/^ *<TopRowVisible/d' \
|
|
|
-e '/^ *<LastSaved/d' \
|
|
|
+ -e '/^ *<FirstVisibleSheet/d' \
|
|
|
-e '/^ *<LeftColumnVisible/d' \
|
|
|
-e '/<Panes>/,/<\/Panes>/d' \
|
|
|
-e '/<Table */,/>/s/ ss:StyleID="\w\+"//' \
|
|
@@ -36,4 +37,5 @@ do
|
|
|
done
|
|
|
|
|
|
git diff --name-only HEAD 策划脚本| grep '\.xml$'|xargs sed -b -i \
|
|
|
+ -e 's/ x:Family="[^"]*"//g' \
|
|
|
-e '/^ *<Cell[ >].*<\/Cell>/s/ ss:StyleID="\w\+"//g'
|