makeplane / makeplane/plane

[feature]: Missing MIME type support for Microsoft Office macro-enabled and binary files

Open
#9,038 1 comment 0 reactions 2 assignees View on GitHub

@vihar is already working on this.

Since May 10, 2026.

✨feature plane
Dominant language
TypeScript
Stars
59.6k
Forks
5.8k
Avg merge
1d 22h
Merged PRs (30d)
49

Description

Is there an existing issue for this?
  • I have searched the existing issues
Summary

Some valid Microsoft Office file formats are currently missing from the allowed MIME type list.

The main affected files are Excel .xlsb and .xlsm files, but the same issue may also affect other Office formats such as macro-enabled documents, templates, add-ins, and slideshow files.

Examples of missing MIME types include:

application/vnd.ms-excel.sheet.binary.macroEnabled.12
application/vnd.ms-excel.sheet.macroEnabled.12
application/vnd.ms-excel.template.macroEnabled.12
application/vnd.ms-excel.addin.macroEnabled.12
application/vnd.openxmlformats-officedocument.spreadsheetml.template

application/vnd.ms-word.document.macroEnabled.12
application/vnd.ms-word.template.macroEnabled.12
application/vnd.openxmlformats-officedocument.wordprocessingml.template

application/vnd.ms-powerpoint.presentation.macroEnabled.12
application/vnd.ms-powerpoint.template.macroEnabled.12
application/vnd.ms-powerpoint.slideshow.macroEnabled.12
application/vnd.ms-powerpoint.addin.macroEnabled.12
application/vnd.openxmlformats-officedocument.presentationml.template
application/vnd.openxmlformats-officedocument.presentationml.slideshow

### Why should this be worked on?

Microsoft Office files are commonly used in business environments, especially Excel spreadsheets.

Files such as `.xlsb` and `.xlsm` are valid Excel formats and are frequently used for reports, financial spreadsheets, operational controls, data exports, and macro-enabled workflows.

Without support for these MIME types, users may be unable to upload or attach valid documents even though the file format is widely supported by Microsoft Office.

Adding these MIME types improves file compatibility, reduces false rejections, and makes document handling more consistent with real-world business usage.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.