Forum Discussion
LearnExcelScript
Sep 27, 2023Copper Contributor
Problem ExcelScript in excel files with compatibility mode 97-2003
I don't really know if this is the problem, but after many times of trying to run the most simple lines of code in Excel Typescript, function main(workbook: ExcelScript.Workbook) { const shee...
- Sep 27, 2023
LearnExcelScript I hoped to find an answer here:
https://learn.microsoft.com/en-us/office/dev/scripts/testing/platform-limits
but it does not mention the Excel file type.
MichelleRanMSFT
Microsoft
Sep 27, 2023Hi LearnExcelScript, thanks for your question! Office Scripts should be supported in .xls files as long as you open them in a recent Excel client. It's possible there are other issues with your workbook that prevent the script from working properly. Could you share a session id and/or a sample workbook (sensitive data removed as needed)?
JKPieterse
Sep 28, 2023Silver Contributor
MichelleRanMSFT Thank you for jumping in!