[null,null,["最后更新时间 (UTC):2024-12-21。"],[[["This custom function, `getSheetsData()`, summarizes data from multiple sheets in a spreadsheet, excluding \"ReadMe\" and \"Summary\" sheets, based on the \"Status\" column."],["The function utilizes the Spreadsheet service to retrieve sheet data, count items matching specific statuses, and display the summarized information in a table."],["Users need a Google Account and a web browser to use this solution; to set it up, they should make a copy of the provided spreadsheet containing the script."],["To run the script, users navigate to the \"Summary\" sheet, observe the function output, modify data in other sheets, and check for updates on the \"Summary\" sheet, optionally refreshing the cache if necessary."]]],["The custom function `getSheetsData()` summarizes data from multiple sheets in a spreadsheet, excluding \"ReadMe\" and \"Summary\" sheets. It analyzes each sheet's \"Status\" column, counts tasks based on status (e.g., Complete, In-Progress), and totals all tasks per sheet. The script uses the Spreadsheet service to get sheet data and then adds the calculated information in a summary format to the location in the spreadsheet where the custom function is entered. It is designed for sheets with similarly structured data.\n"]]