Add QExcell cell text colors
This commit is contained in:
@@ -69,6 +69,11 @@ export const initialState: QOfficeState = {
|
||||
},
|
||||
mergedCells: [{ start: "A8", end: "E8" }],
|
||||
cellFormats: {
|
||||
A1: { bold: true, textColor: "FFFFFF", fillColor: "0F5FAE" },
|
||||
B1: { bold: true, textColor: "FFFFFF", fillColor: "0F5FAE" },
|
||||
C1: { bold: true, textColor: "FFFFFF", fillColor: "0F5FAE" },
|
||||
D1: { bold: true, textColor: "FFFFFF", fillColor: "0F5FAE" },
|
||||
E1: { bold: true, textColor: "FFFFFF", fillColor: "0F5FAE" },
|
||||
B2: { numberFormat: "# ##0.00 ₽" },
|
||||
C2: { numberFormat: "# ##0.00 ₽" },
|
||||
D2: { numberFormat: "# ##0.00 ₽" },
|
||||
|
||||
Reference in New Issue
Block a user