Skip to content

Commit 639a7ec

Browse files
committed
Modified file name and word
1 parent 94fd522 commit 639a7ec

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

templates/excel-styles.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<excelStyles>
3-
<!-- 기본 스타일 -->
4-
<style id="default" name="기본 스타일" description="기본 엑셀 스타일">
3+
<!-- default style -->
4+
<style id="default" name="default style" description="default style">
55
<header>
6-
<font name="맑은 고딕" size="12" color="FFFFFF" bold="true"/>
6+
<font name="Arial" size="12" color="FFFFFF" bold="true"/>
77
<fill color="4F81BD"/>
88
<colwidths min="20" max="50"/>
99
<alignment horizontal="center" vertical="middle"/>
@@ -12,7 +12,7 @@
1212
</border>
1313
</header>
1414
<body>
15-
<font name="맑은 고딕" size="11" color="000000" bold="false"/>
15+
<font name="Arial" size="11" color="000000" bold="false"/>
1616
<fill color="FFFFCC"/>
1717
<alignment horizontal="left" vertical="middle"/>
1818
<border>
@@ -21,10 +21,10 @@
2121
</body>
2222
</style>
2323

24-
<!-- 모던 스타일 -->
25-
<style id="modern" name="모던 스타일" description="현대적인 디자인">
24+
<!-- modern style -->
25+
<style id="modern" name="modern style" description="modern design">
2626
<header>
27-
<font name="맑은 고딕" size="11" color="FFFFFF" bold="true"/>
27+
<font name="Arial" size="11" color="FFFFFF" bold="true"/>
2828
<fill color="2E75B6"/>
2929
<colwidths min="15" max="40"/>
3030
<alignment horizontal="center" vertical="middle"/>
@@ -33,7 +33,7 @@
3333
</border>
3434
</header>
3535
<body>
36-
<font name="맑은 고딕" size="10" color="2F2F2F" bold="false"/>
36+
<font name="Arial" size="10" color="2F2F2F" bold="false"/>
3737
<fill color="F8F9FA"/>
3838
<alignment horizontal="left" vertical="middle"/>
3939
<border>
@@ -42,10 +42,10 @@
4242
</body>
4343
</style>
4444

45-
<!-- 다크 스타일 -->
46-
<style id="dark" name="다크 스타일" description="어두운 테마">
45+
<!-- 다크 style -->
46+
<style id="dark" name="다크 style" description="어두운 테마">
4747
<header>
48-
<font name="맑은 고딕" size="12" color="FFFFFF" bold="true"/>
48+
<font name="Arial" size="12" color="FFFFFF" bold="true"/>
4949
<fill color="343A40"/>
5050
<colwidths min="20" max="50"/>
5151
<alignment horizontal="center" vertical="middle"/>
@@ -54,7 +54,7 @@
5454
</border>
5555
</header>
5656
<body>
57-
<font name="맑은 고딕" size="11" color="FFFFFF" bold="false"/>
57+
<font name="Arial" size="11" color="FFFFFF" bold="false"/>
5858
<fill color="495057"/>
5959
<alignment horizontal="left" vertical="middle"/>
6060
<border>
@@ -63,10 +63,10 @@
6363
</body>
6464
</style>
6565

66-
<!-- 컬러풀 스타일 -->
67-
<style id="colorful" name="컬러풀 스타일" description="다채로운 색상">
66+
<!-- 컬러풀 style -->
67+
<style id="colorful" name="컬러풀 style" description="다채로운 색상">
6868
<header>
69-
<font name="맑은 고딕" size="12" color="FFFFFF" bold="true"/>
69+
<font name="Arial" size="12" color="FFFFFF" bold="true"/>
7070
<fill color="FF6B6B"/>
7171
<colwidths min="18" max="45"/>
7272
<alignment horizontal="center" vertical="middle"/>
@@ -75,7 +75,7 @@
7575
</border>
7676
</header>
7777
<body>
78-
<font name="맑은 고딕" size="11" color="2C3E50" bold="false"/>
78+
<font name="Arial" size="11" color="2C3E50" bold="false"/>
7979
<fill color="FFF8DC"/>
8080
<alignment horizontal="left" vertical="middle"/>
8181
<border>
@@ -84,10 +84,10 @@
8484
</body>
8585
</style>
8686

87-
<!-- 미니멀 스타일 -->
88-
<style id="minimal" name="미니멀 스타일" description="간결한 디자인">
87+
<!-- 미니멀 style -->
88+
<style id="minimal" name="미니멀 style" description="간결한 design">
8989
<header>
90-
<font name="맑은 고딕" size="11" color="333333" bold="true"/>
90+
<font name="Arial" size="11" color="333333" bold="true"/>
9191
<fill color="F5F5F5"/>
9292
<colwidths min="15" max="35"/>
9393
<alignment horizontal="left" vertical="middle"/>
@@ -96,7 +96,7 @@
9696
</border>
9797
</header>
9898
<body>
99-
<font name="맑은 고딕" size="10" color="666666" bold="false"/>
99+
<font name="Arial" size="10" color="666666" bold="false"/>
100100
<fill color="FFFFFF"/>
101101
<alignment horizontal="left" vertical="middle"/>
102102
<border>
@@ -105,10 +105,10 @@
105105
</body>
106106
</style>
107107

108-
<!-- 비즈니스 스타일 -->
109-
<style id="business" name="비즈니스 스타일" description="업무용 스타일">
108+
<!-- business style -->
109+
<style id="business" name="business style" description="business style">
110110
<header>
111-
<font name="맑은 고딕" size="12" color="FFFFFF" bold="true"/>
111+
<font name="Arial" size="12" color="FFFFFF" bold="true"/>
112112
<fill color="1E3A8A"/>
113113
<colwidths min="20" max="50"/>
114114
<alignment horizontal="center" vertical="middle"/>
@@ -117,7 +117,7 @@
117117
</border>
118118
</header>
119119
<body>
120-
<font name="맑은 고딕" size="11" color="1F2937" bold="false"/>
120+
<font name="Arial" size="11" color="1F2937" bold="false"/>
121121
<fill color="F9FAFB"/>
122122
<alignment horizontal="left" vertical="middle"/>
123123
<border>
@@ -126,10 +126,10 @@
126126
</body>
127127
</style>
128128

129-
<!-- 프리미엄 스타일 -->
130-
<style id="premium" name="프리미엄 스타일" description="고급스러운 디자인">
129+
<!-- premium style -->
130+
<style id="premium" name="premium style" description="premium design">
131131
<header>
132-
<font name="맑은 고딕" size="12" color="FFFFFF" bold="true"/>
132+
<font name="Arial" size="12" color="FFFFFF" bold="true"/>
133133
<fill color="8B4513"/>
134134
<colwidths min="22" max="55"/>
135135
<alignment horizontal="center" vertical="middle"/>
@@ -138,7 +138,7 @@
138138
</border>
139139
</header>
140140
<body>
141-
<font name="맑은 고딕" size="11" color="2F2F2F" bold="false"/>
141+
<font name="Arial" size="11" color="2F2F2F" bold="false"/>
142142
<fill color="FFF8DC"/>
143143
<alignment horizontal="left" vertical="middle"/>
144144
<border>

0 commit comments

Comments
 (0)