diff --git a/apps/spreadsheeteditor/main/app/template/CellSettings.template b/apps/spreadsheeteditor/main/app/template/CellSettings.template
index be422118a..c9bbb14b0 100644
--- a/apps/spreadsheeteditor/main/app/template/CellSettings.template
+++ b/apps/spreadsheeteditor/main/app/template/CellSettings.template
@@ -11,7 +11,7 @@
-
+
diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js
index 7252d6067..ba7941f79 100644
--- a/apps/spreadsheeteditor/main/app/view/CellSettings.js
+++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js
@@ -75,7 +75,7 @@ define([
CellAngle: undefined,
GradFillType: Asc.c_oAscFillGradType.GRAD_LINEAR,
CellColor: 'transparent',
- FillType: Asc.c_oAscFill.FILL_TYPE_SOLID,
+ FillType: Asc.c_oAscFill.FILL_TYPE_NOFILL,
FGColor: '000000',
BGColor: 'ffffff',
GradColor: '000000'
|