I get the following error when trying to XLSX.read a workbook after classifying it as "technical data" and saving it with MS Excel in Office 365.

If I change the classification of the file to another type, I'm able to read it with SheetJS. Is there anything I can do to still be able to read it regardless of its classification?
Note: the classification is done by the Azure Information Protection. It somehow labels the file according to the classification selected.
I get the following error when trying to
XLSX.reada workbook after classifying it as "technical data" and saving it with MS Excel in Office 365.If I change the classification of the file to another type, I'm able to read it with SheetJS. Is there anything I can do to still be able to read it regardless of its classification?
Note: the classification is done by the Azure Information Protection. It somehow labels the file according to the classification selected.