Replies: 1 comment 2 replies
-
It works on my machine. If it's still not working for you, please provide more details. You can file a bug report on GitHub issues, which will tell you which details to include. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
when reading a an Excel (XLSX) File via ui.file the contents return Bytes.
The pd.read_excel() function does not work with the marimo file object.
Am I missing something, is there a way to upload an excel file and convert it to a readable object, e.g. Pandas DataFrame?
Code:
`f = mo.ui.file()
f.contents()`
Output:
Output.txt
File used:
Testfile.xlsx
Beta Was this translation helpful? Give feedback.
All reactions