-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore swizzling xlsx file in Survey123 form #1418
Comments
I can reproduce it with the sample item and the solution.js .xlsx file drops from 66,850 bytes to 63,783 bytes |
This is caused by an attempt to swizzle values inside the XLSX file. Remove the swizzling, and the file is openable after deployment. I don't know if swizzling is possible within the binary XLSX file, but there should be a way through Microsoft APIs. Do we want swizzling, @shoe913? |
@MikeTschudi, if you are able to that would be great. I wasn't sure if this would be possible. We have times now where we need to have the user do a post deployment configuration because we haven't been able to swizzle the XLSX file. Would it be possible to pull out the swizzling of the XLSX for now so that people using the develop testing app can continue to work while we work on adding support for swizzling XLSX in a separate issue? |
Also to add XLSX is actually a zip file itself, if you rename the extension in windows explorer and extract it you can see all the individual files that define the XLSX. |
After a survey has been deployed with a solution, the xlsx file cannot be opened.
Steps:
BUG: The file will not open and gives errors indicating the XLSX file is corrupt.
In looking at the before/after deployment for the xlsx file, it seems that 3 KB are getting lost. This is occurring for multiple surveys.
This does not affect currently release solutions.
The text was updated successfully, but these errors were encountered: