Merge pull request 'fix/get-external-worksheet' (#1489) from fix/get-external-worksheet into release/v9.1.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/1489
This commit is contained in:
Oleg Korshul
2025-10-03 15:18:54 +00:00
8 changed files with 54 additions and 47 deletions

View File

@ -160,6 +160,7 @@
"cell/model/CellInfo.js",
"cell/model/HeaderFooter.js",
"cell/view/DrawingObjectsController.js",
"cell/view/HandlerList.js",
"word/Editor/Paragraph/RunContent/Types.js",
"word/Math/mathTypes.js",

View File

@ -139,6 +139,7 @@
"common/wordcopypaste.js",
"common/intervalTree.js",
"cell/view/HandlerList.js",
"cell/model/SheetMemory.js",
"cell/model/WorkbookElems.js",
"cell/model/Workbook.js",

View File

@ -156,6 +156,7 @@
"common/intervalTree.js",
"cell/model/FormulaObjects/parserFormula.js",
"cell/view/HandlerList.js",
"cell/model/SheetMemory.js",
"cell/model/WorkbookElems.js",
"cell/model/Workbook.js",