Hi,
smartsheet_client.Cells.add_image_to_cell(sheet_id, row_id, col_id, r'/Users/me/pic_name', 'png')
result image added to cell: _Users_me_picname.png
I want it to just be picname.png
How do I ensure the path is stripped in the resulting image name/image display name?
Thanks