Skip to content

Commit c58eb73

Browse files
committed
disable xlsx editing
1 parent a704c98 commit c58eb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odr/internal/ooxml/spreadsheet/ooxml_spreadsheet_document.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class ElementAdapter final : public abstract::ElementAdapter,
181181
[[nodiscard]] bool
182182
element_is_editable(const ElementIdentifier element_id) const override {
183183
(void)element_id;
184-
return true;
184+
return false;
185185
}
186186
[[nodiscard]]
187187
DocumentPath

0 commit comments

Comments
 (0)