carloea2 opened a new issue, #8112: URL: https://github.com/apache/texera/issues/8112
### What happened? Dataset file preview classifies `.xlsx` files as generic binary data. The MIME lookup uses the file extension as a key, but the map only has an `MSEXCEL` key. Texera already has an Excel parser, yet a valid workbook shows "Preview of the file type is currently not supported" instead of its table. Before: a valid workbook shows the unsupported preview message. After: the same workbook renders its rows and columns. ### How to reproduce? 1. Run current main locally. 2. Create a dataset and add a version containing a valid `.xlsx` file. 3. Open the file under Versions & Files. 4. Observe that the preview is reported as unsupported. ### Version/Branch 1.3.0-incubating-SNAPSHOT (main) ### Commit Hash 04b213d9aa ### Browsers Chrome -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
