You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an agent like Cursor has a generic file-reading tool, it sometimes tries to read an Excel file directly after calling excel_describe_sheets. This fails because the agent attempts to read the binary Excel file as a plain text file.
I would recommend either modifying excel_describe_sheets to include the header (first row) of each sheet, or adding a new tool specifically for reading headers.