I'm having an issue when managing excel files (using Excel_Package) that are imported with protected view active.Scenario: - Upload an excel file with protected view active- Run an action that opens the Workbook (Workbook_Open_BinaryData)- update the data (not relevant, we can exclue this action)- Get the binary data (Workbook_GetBinaryData) and export the data.When downloading the file, the file it's currupted. However, you can open it, the date is there, but some columns are not correctly formated (date and integer columns)Any ideia about how to solve this issue?