Excel Row Count
Text Example
txt
Help me generate an Excel row-count tool. The input is an Excel file path, and the output is JSON containing the total number of rows in the whole file plus the row count for each worksheet. Ignore the header row and any data rows where all columns are empty.
- Note
- The tool must be able to handle very large Excel files without crashing due to insufficient memory.