79782826

Date: 2025-10-05 06:41:54
Score: 1
Natty:
Report link

Yes, it is absolutely possible to implement drag and drop in Word add-ins, even though the official documentation says otherwise.

A working solution uses a text-based strategy combined with document selection events. Essentially, you drag content that includes structured data (like JSON) in plain text format. Once the user selects that text in Word, it’s automatically detected and transformed into dynamic content, such as content controls.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: janmbaco