File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Document-Processing/code-snippet/spreadsheet/javascript-es6/note-cs3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ var spreadsheet = new ej.spreadsheet.Spreadsheet({
8383 saveUrl : 'https://document.syncfusion.com/web-services/spreadsheet-editor/api/spreadsheet/save' ,
8484 created : function ( ) {
8585 spreadsheet . cellFormat ( { fontWeight : 'bold' } , 'A1:C1' ) ;
86- spreadsheet . updateCell ( { notes : { text : 'This website is best for buying sports shoes.' } } , 'C3:C3' )
86+ spreadsheet . updateCell ( { notes : { text : 'This website is best for buying sports shoes.' } } , 'C3:C3' ) ;
8787 }
8888} ) ;
8989spreadsheet . appendTo ( '#spreadsheet' ) ;
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ let spreadsheet: Spreadsheet = new Spreadsheet({
8686 saveUrl : 'https://document.syncfusion.com/web-services/spreadsheet-editor/api/spreadsheet/save' ,
8787 created : function ( ) : void {
8888 spreadsheet . cellFormat ( { fontWeight : 'bold' } , 'A1:C1' ) ;
89- spreadsheet . updateCell ( { notes : { text : 'This website is best for buying sports shoes.' } } , 'C3:C3' )
89+ spreadsheet . updateCell ( { notes : { text : 'This website is best for buying sports shoes.' } } , 'C3:C3' ) ;
9090 }
9191} ) ;
9292spreadsheet . appendTo ( '#spreadsheet' ) ;
You can’t perform that action at this time.
0 commit comments