Skip to content

feature: add checkbox support to sdkjs#22

Draft
DmySyz wants to merge 3 commits into
mainfrom
feature/checkbox
Draft

feature: add checkbox support to sdkjs#22
DmySyz wants to merge 3 commits into
mainfrom
feature/checkbox

Conversation

@DmySyz
Copy link
Copy Markdown

@DmySyz DmySyz commented May 27, 2026

add drawing support for checkbox and update the api

add drawing support for checkbox and update the api

Signed-off-by: dsyzov <dmytro.syzov@nextcloud.com>
Comment thread cell/model/Serialize.js
oPr.shape = oShape;
// Cannot use ReadPptxDrawing() in cell context — it accesses Word components
// (AscCommon.WW, AscWord) that are not available here. The shape is
// reconstructed from control properties (name, anchor) during ReadControls.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI hallucination. Ignore it for now

@juliusknorr juliusknorr linked an issue May 28, 2026 that may be closed by this pull request
@moodyjmz
Copy link
Copy Markdown
Member

moodyjmz commented May 29, 2026

btw you can run /code-review - this puts Claude into an analysis task mode, vs get shit done mode. Claude is task driven. It will likely surface issues.

dsyzov added 2 commits June 2, 2026 07:34
added a somewhat bruteforce override of the Write_ToBinary2 call. Likely a temporary solution.

Signed-off-by: dsyzov <dmytro.syzov@nextcloud.com>
Signed-off-by: dsyzov <dmytro.syzov@nextcloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Excel checkboxes

2 participants