@@ -203,23 +203,6 @@ sql2excel.exe list-styles
203203<?xml version =" 1.0" encoding =" UTF-8" ?>
204204<queries maxRows =" 10000" >
205205 <excel db =" sampleDB" output =" output/SalesReport.xlsx" style =" modern" >
206- <header >
207- <font name =" Arial" size =" 12" color =" FFFFFF" bold =" true" />
208- <fill color =" 4F81BD" />
209- <colwidths min =" 20" max =" 50" />
210- <alignment horizontal =" center" vertical =" middle" />
211- <border >
212- <all style =" thin" color =" 000000" />
213- </border >
214- </header >
215- <body >
216- <font name =" Arial" size =" 11" color =" 000000" bold =" false" />
217- <fill color =" FFFFCC" />
218- <alignment horizontal =" left" vertical =" middle" />
219- <border >
220- <all style =" thin" color =" CCCCCC" />
221- </border >
222- </body >
223206 </excel >
224207
225208 <vars >
@@ -280,18 +263,7 @@ sql2excel.exe list-styles
280263 "db" : " sampleDB" ,
281264 "output" : " output/SalesReport.xlsx" ,
282265 "style" : " modern" ,
283- "maxRows" : 10000 ,
284- "header" : {
285- "font" : {
286- "name" : " Arial" ,
287- "size" : 12 ,
288- "color" : " FFFFFF" ,
289- "bold" : true
290- },
291- "fill" : {
292- "color" : " 4F81BD"
293- }
294- }
266+ "maxRows" : 10000
295267 },
296268 "vars" : {
297269 "startDate" : " 2024-01-01" ,
@@ -576,14 +548,6 @@ You can use the same query definition across multiple sheets while applying diff
576548- ** Boolean** : ` true ` , ` false `
577549- ** Date** : ` "2024-01-01" `
578550
579- ##### Log Output Example
580- ```
581- [쿼리 참조] 시트 "SeoulCustomers"이(가) 쿼리 정의 "customer_base"을(를) 참조합니다.
582- [파라미터 재설정] 시트 "SeoulCustomers"에서 파라미터 재설정: {
583- regionList: [ 'Seoul' ],
584- startDate: '2024-01-01'
585- }
586- ```
587551
588552### 3. Separate Table of Contents
589553
@@ -869,7 +833,7 @@ sql2excel.bat
869833 "db" : " sampleDB" ,
870834 "output" : " output/SalesReport.xlsx" ,
871835 "style" : " business" ,
872- "maxRows" : 5000 ,
836+ "maxRows" : 5000
873837 },
874838 "vars" : {
875839 "year" : " 2024" ,
0 commit comments