What problem does it solve? Managing WeCom (Enterprise WeChat) online spreadsheets requires navigating multiple APIs for creation, import, reading, and editing. This Skill consolidates those operations into guided wecom-cli commands so you can manipulate online sheets without memorizing API details. ## Core Features & Use Cases - Create and Import Sheets: Build a new blank or pre-populated online spreadsheet, or import local CSV/XLS/XLSX files into WeCom online sheets. - Read and Write Data: Retrieve sheet metadata and sub-sheet data (structured grid data or CSV), update cell ranges, and append rows to the end of a worksheet. - Sub-sheet Management: Add or delete worksheets within an online spreadsheet. - Use Case: A user provides a link like https://doc.weixin.qq.com/sheet/xxx and asks to append a new sales record row; the Skill extracts the docid, fetches the sheet_id, and appends the row with matching cell formatting. ## Quick Start Ask the assistant to read the data from your WeCom online spreadsheet link, or to import a local Excel file as a new online sheet.