File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -420,9 +420,10 @@ WorksheetWriter.prototype = {
420420 xml . addText ( '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>' ) ;
421421 xml . addText ( '<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac">' ) ;
422422
423+ this . _writeSheetProperties ( xml , this . properties , this . pageSetup ) ;
424+
423425 xml . addText ( xform . sheetViews . toXml ( this . views ) ) ;
424426
425- this . _writeSheetProperties ( xml , this . properties , this . pageSetup ) ;
426427 this . _writeSheetFormatProperties ( xml , this . properties ) ;
427428
428429 this . stream . write ( xml ) ;
You can’t perform that action at this time.
0 commit comments