I see that opepyxl is supported in snow flake snowpark python https://repo.anaconda.com/pkgs/snowflake/ but every time I do import inside snowpark, I see the the below error: Python Interpreter Error: Traceback (most recent call last): File "_udf_code.py", line 4, in ModuleNotFoundError: No module named 'openpyxl' in function MYPROC with handler run
Not sure how to import. Can someone please share how I can use openpyxl in snowpark?
import openpyxl in snowpark and facing the below error: Python Interpreter Error: Traceback (most recent call last): File "_udf_code.py", line 4, in ModuleNotFoundError: No module named 'openpyxl' in function MYPROC with handler run