@@ -86,15 +86,15 @@ describe('Workbook', function() {
86
86
var wb = new Excel . Workbook ( ) ;
87
87
var ws = wb . addWorksheet ( 'blort' ) ;
88
88
ws . getCell ( 'A1' ) . value = {
89
- ' richText' : [
90
- { ' font' : { ' size' : 12 , ' color' : { ' theme' : 0 } , ' name' : 'Calibri' , ' family' : 2 , ' scheme' : 'minor' } , ' text' : 'This is ' } ,
91
- { ' font' : { ' italic' : true , ' size' : 12 , ' color' : { ' theme' : 0 } , ' name' : 'Calibri' , ' scheme' : 'minor' } , ' text' : 'a' } ,
92
- { ' font' : { ' size' : 12 , ' color' : { ' theme' : 1 } , ' name' : 'Calibri' , ' family' : 2 , ' scheme' : 'minor' } , ' text' : ' ' } ,
93
- { ' font' : { ' size' : 12 , ' color' : { ' argb' : 'FFFF6600' } , ' name' : 'Calibri' , ' scheme' : 'minor' } , ' text' : 'colorful' } ,
94
- { ' font' : { ' size' : 12 , ' color' : { ' theme' : 1 } , ' name' : 'Calibri' , ' family' : 2 , ' scheme' : 'minor' } , ' text' : ' text ' } ,
95
- { ' font' : { ' size' : 12 , ' color' : { ' argb' : 'FFCCFFCC' } , ' name' : 'Calibri' , ' scheme' : 'minor' } , ' text' : 'with' } ,
96
- { ' font' : { ' size' : 12 , ' color' : { ' theme' : 1 } , ' name' : 'Calibri' , ' family' : 2 , ' scheme' : 'minor' } , ' text' : ' in-cell ' } ,
97
- { ' font' : { ' bold' : true , ' size' : 12 , ' color' : { ' theme' : 1 } , ' name' : 'Calibri' , ' family' : 2 , ' scheme' : 'minor' } , ' text' : 'format' }
89
+ richText : [
90
+ { font : { size : 12 , color : { theme : 0 } , name : 'Calibri' , family : 2 , scheme : 'minor' } , text : 'This is ' } ,
91
+ { font : { italic : true , size : 12 , color : { theme : 0 } , name : 'Calibri' , scheme : 'minor' } , text : 'a' } ,
92
+ { font : { size : 12 , color : { theme : 1 } , name : 'Calibri' , family : 2 , scheme : 'minor' } , text : ' ' } ,
93
+ { font : { size : 12 , color : { argb : 'FFFF6600' } , name : 'Calibri' , scheme : 'minor' } , text : 'colorful' } ,
94
+ { font : { size : 12 , color : { theme : 1 } , name : 'Calibri' , family : 2 , scheme : 'minor' } , text : ' text ' } ,
95
+ { font : { size : 12 , color : { argb : 'FFCCFFCC' } , name : 'Calibri' , scheme : 'minor' } , text : 'with' } ,
96
+ { font : { size : 12 , color : { theme : 1 } , name : 'Calibri' , family : 2 , scheme : 'minor' } , text : ' in-cell ' } ,
97
+ { font : { bold : true , size : 12 , color : { theme : 1 } , name : 'Calibri' , family : 2 , scheme : 'minor' } , text : 'format' }
98
98
]
99
99
} ;
100
100
0 commit comments