Preserve QExcell cell notes in XLSX

This commit is contained in:
Курнат Андрей
2026-06-02 05:50:30 +03:00
parent 57cce9ea96
commit 22d2903f10
7 changed files with 300 additions and 24 deletions
+3
View File
@@ -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" },