|
@@ -22,7 +22,7 @@ git diff --name-only HEAD 策划脚本| grep '\.xml$'|xargs sed -b -i \
|
|
|
-e '/^ *<\/Table>/a<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">'\
|
|
|
'<Unsynced\/> <FrozenNoSplit\/> <SplitHorizontal>3<\/SplitHorizontal> <TopRowBottomPane>3<\/TopRowBottomPane> <SplitVertical>1<\/SplitVertical>'\
|
|
|
'<LeftColumnRightPane>1<\/LeftColumnRightPane> <ActivePane>0<\/ActivePane>'\
|
|
|
-'<\/WorksheetOptions>'
|
|
|
+'\n<\/WorksheetOptions>'
|
|
|
|
|
|
|
|
|
git diff --name-only HEAD 策划脚本| grep '\.xml$'| while read n ;
|