Agents still can't automate Excel AI agents still cannot reliably automate Excel evaluation, especially in cloud environments without the Excel application installed, according to Orcaset's eval suite. Agents often fall back to hidden Python scripts to estimate cell values, which can produce results that do not match the workbook's actual calculated output, as demonstrated by a benchmark run where a sensitivity table returned #NAME? errors but the agent reported Python-estimated values. Agents Still Can't Automate Excel AI agents have become much better at building and editing Excel workbooks over the past six months but still struggle to evaluate them. Agents especially struggle in environments where the Excel application isn't installed, an increasingly common bottleneck as AI moves to always-on, scaled cloud setups. In those environments, agents may silently fall back to shadow analysis in hidden Python scripts. Analysis with Excel Working with Excel involves two main components: the workbook file, and the Excel application, which interprets the file and performs calculations. Excel Files Accessing a file's content is straightforward in most cases. The xlsx format is a zipped archive containing a collection of files, most of them written in highly structured XML. On Windows or macOS, you can inspect xlsx files by changing the file extension to .zip or opening the workbook with an archive utility. Cell contents are defined in worksheet XML files. For example, a cell might be represented as follows: The