← 返回
未分类

univer-cli

Terminal-native spreadsheet engine for Excel-compatible .xlsx operations — read, write, format, formula, charts, and multidimensional tables via CLI.
终端原生电子表格引擎,支持 Excel 兼容的 .xlsx 读写、格式化、公式、图表及多维表,可通过 CLI 操作。
wuritu wuritu 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 245
下载
💾 0
安装
1
版本
#latest

概述

univer-cli

Terminal-native spreadsheet engine for Excel-compatible .xlsx files.

Install

npm i -g univer-cli

Verify:

unv --version

Core Capabilities

  • Read/write .xlsx — full Excel compatibility without Excel
  • Formulas — evaluate and edit formulas from the CLI
  • Formatting — cells, styles, number formats
  • Charts & shapes — generate or manipulate visual elements
  • Multidimensional tables — bitable-style operations
  • Interactive preview — live preview and viewer review comments
  • Versioning — built-in versioning support for spreadsheets
  • Pipe in/out — shell-native roundtrips: cat file.xlsx | unv run --formula SUM(A:A)

Common Commands

# Inspect a workbook
unv inspect file.xlsx

# Run a formula/script
unv run file.xlsx --formula "SUM(A1:A10)"

# Export to different format
unv convert file.xlsx --output result.csv

# Interactive viewer
unv view file.xlsx

# Create from template
unv create --template budget --name "Q1 Report"

Usage in OpenClaw

Load this skill when the user asks to:

  • Analyze, edit, or convert Excel/.xlsx files
  • Work with spreadsheet data from the CLI
  • Generate charts or formatted reports from data
  • Process multiple spreadsheets in a pipeline
// Example: inspect and extract summary
const { execSync } = require('child_process');
const result = execSync('unv inspect report.xlsx --json').toString();

Notes

  • Requires Node.js 18+
  • All operations are local (no cloud dependency)
  • Supports headless/automated workflows

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-23 23:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 461 📥 153,803
business-ops

Resume Screener Pro

wuritu
完整招聘解决方案 - 四阶段一站式流程(简历筛选→面试设计→面试评估→最终推荐)。整合Topgrading方法论、绩效预测、ATS优化、bias控制和深度追问技巧,适合HR招聘负责人、猎头、面试官使用。V3.0 超级增强版。
★ 4 📥 1,961
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 384 📥 146,205