Preserve QExcell cell notes in XLSX
This commit is contained in:
@@ -68,6 +68,9 @@ export const initialState: QOfficeState = {
|
||||
A8: "Объединённая строка примечания"
|
||||
},
|
||||
mergedCells: [{ start: "A8", end: "E8" }],
|
||||
comments: {
|
||||
E2: "Проверить сумму перед отправкой квартального отчета."
|
||||
},
|
||||
cellFormats: {
|
||||
A1: { bold: true, fontSize: 12, textColor: "FFFFFF", fillColor: "0F5FAE", horizontalAlign: "center" },
|
||||
B1: { bold: true, fontSize: 12, textColor: "FFFFFF", fillColor: "0F5FAE", horizontalAlign: "center" },
|
||||
|
||||
Reference in New Issue
Block a user