Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[load] handle webextensions #900

Open
JanMarvin opened this issue Jan 19, 2024 · 0 comments
Open

[load] handle webextensions #900

JanMarvin opened this issue Jan 19, 2024 · 0 comments

Comments

@JanMarvin
Copy link
Owner

Currently we neither write nor copy the webextension folder around.

Needs folders (could be copied over):

xl/webextensions/
xl/webextensions/_rels/

Needs in _rels/.rels (currently unused):

<Relationship Id="rId2" Type="http://schemas.microsoft.com/office/2011/relationships/webextensiontaskpanes" Target="xl/webextensions/taskpanes.xml"/>

Needs in Content_Types:

<Override PartName="/xl/webextensions/taskpanes.xml" ContentType="application/vnd.ms-office.webextensiontaskpanes+xml"/>
<Override PartName="/xl/webextensions/webextension1.xml" ContentType="application/vnd.ms-office.webextension+xml"/>

Though, at the moment I have only a single file with webextensions. Do I?

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

No branches or pull requests

1 participant