`RPA.Excel.Files` investigate and fix `xml:space='preserve'` invalid format
See original GitHub issueSub-library openpyxl adds an xml:space='preserve' under the created core.xml during workbook saving and that invalidates the file.
References
- Stackoverflow
- Slack thread
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Excel File Format or File Extension is Invalid
I can't open two of my Excel files. Message says "file format or file extension is invalid" Both are files I have been...
Read more >Excel.Files — RPA Framework documentation
The Excel.Files library can be used to read and write Excel files without the need to start the actual Excel application.
Read more >RPA.Excel.Files library | Robocorp documentation
Files library can be used to read and write Excel files without the need to start the actual Excel application. It supports both...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

The document properties are not exposed from the underlying
Workbookclass so I am not sure how to proceed, @cmin764 you might need to consider if there’s anything you can think of to do here as a workaround.Upstream issue on the
openpyxllibrary: https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1713