Newest Streamlit editable dataframe prevents Excel copying & pasting

Summary

This issue is related to v1.23.0 streamlit editable dataframe
When deployed locally you can copy from Excel and paste into editable dataframe. However, when using the deployed on the network (e.g. using the network url), that feature is no longer supported.

Steps to reproduce

A simple example is to head over here: https://docs.streamlit.io/library/api-reference/data/st.data_editor

Try copying a few cells from Excel into the table there. You have to click into an individual and then paste it. You can’t paste the multiple cells at once.

Thanks for reporting this issue. @snehankekre fixed it in our docs; we missed the clipboard permission for some examples.

Also, we have a section on copy to clipboard with some tips to get it working on the bottom of the section here. If none of the tips work for you, it would be great if you could share additional information about your deployment so that we can investigate that.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.