You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A word document (.docx) created via the desktop will be resolved as a document.xml.
Whereas a word document (.docx) created via office 365 will be resolved as document22.xml.
In function TemplateProcessor::getMainPartName returns the fixed name of word/document.xml which leads to ZipArchive::getFromName failing to get the file xml content.
Instead TemplateProcessor::getMainPartName could potentially use regex to cater 22 in the name incase this changes.