EveryDev.ai
Subscribe
Home
Developers

3,241+ AI companies

  • Radar
  • Trending
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Developers
    3. lianghsun

    lianghsun

    Liang-Hsun Huang is an independent programmer and AI scientist focused on applying AI to scientific and legal domains, including drug discovery, NLP, and model fine-tuning. His open-sheet project applies that agent-native approach to spreadsheets: an agent writes React source while the framework handles cell addressing, formula references, recalculation, and export.

    Visit Website

    At a Glance

    1Tool Listed
    6Products
    9Capabilities
    Discussions
    TaiwanHeadquarters
    Focus Areas
    Agent Frameworks
    AI Development Libraries
    MCP Servers
    Connect
    Latest News
    open-sheet.dev landing page launched and deployed to Cloudflare PagesAug 26, 2026
    Framework site separated from the open-source repository and repository/package links updatedAug 26, 2026
    Markets
    • Coding-agent and AI-agent developers
    • Engineering teams generating spreadsheets from source/data pipelines
    • Finance and operations teams producing repeatable models and reports
    • Users of Excel, Google Sheets, and LibreOffice who need live formulas rather than static exports
    • +1 more

    AI Tools by lianghsun

    (1)
    View open-sheet
    open-sheet tool icon

    open-sheet

    AI Spreadsheet Framework for Agents

    Agent FrameworksAI Dev LibrariesMCP Servers

    Discussions

    No discussions yet

    Be the first to start a discussion about lianghsun

    Latest News

    08/26/2026

    open-sheet.dev landing page launched and deployed to Cloudflare Pages

    github.com
    08/26/2026

    Framework site separated from the open-source repository and repository/package links updated

    github.com
    08/26/2026

    Version 0.2.0 package release published for core, CLI, and MCP packages

    npmjs.com
    08/26/2026

    Formula coverage and recipient affordances expanded to 127 whitelisted functions, spill, validation, protection, notes, printing, charts, sparklines, and appendable tables

    github.com

    Products & Services

    6
    open-sheet
    2026-08-26

    Open-source spreadsheet framework built for coding agents. Users describe a workbook as React/TypeScript source; open-sheet performs coordinate-free cell references, automatic placement, formula AST serialization/evaluation, live .xlsx generation, and CSV/HTML/PDF export. It includes a viewer, inspect mode, skills/scaffolder, and an MCP server.

    @open-sheet/core
    2026-08-26

    The npm core package containing the compiler, placement and reference system, formula engine, viewer, Vite plugin, and open-sheet runtime/CLI functionality; version 0.2.0 is publicly published.

    @open-sheet/cli
    2026-08-26

    The npm scaffolding/command-line package; its documented entry point is npx @open-sheet/cli init my-sheets.

    @open-sheet/mcp
    2026-08-26

    The npm MCP server package that exposes open-sheet operations over Streamable HTTP so agent frameworks can drive the development server and inspect/describe workbooks.

    Market Position

    open-sheet positions itself as a source-first, agent-native spreadsheet compiler rather than an assistant that edits an existing workbook. Its stated contrast is Claude for Excel: Claude for Excel helps a person work inside an existing file, while open-sheet is intended to generate the spreadsheet output of a repeatable pipeline and eliminate fragile hand-authored A1 addresses; open-slide and open-doc are adjacent medium-specific frameworks rather than direct spreadsheet competitors.

    Leadership

    Founders

    LH

    Liang-Hsun Huang

    Independent programmer and AI scientist. His public profiles describe experience spanning web technologies, cybersecurity, networking, deep learning, TensorFlow, PHP/Laravel, penetration testing, and drug-discovery work using TensorFlow and RDKit; he is also identified as the founder of Twinkle AI and founder/community lead of Taiwan Llama.

    Founding Story

    open-sheet was started around the observation that coding agents are good at analysis but unreliable at hand-authoring spreadsheet coordinates such as =SUM(B2:B13). Its initial vision is to let an agent describe a model in React/source code while the framework owns layout, references, recalculation, and live workbook export, so regenerated spreadsheets remain correct when data grows.

    Business Model

    Revenue Model

    The framework is distributed as MIT-licensed open-source software and its npm packages are public; the inspected sources show no paid plan, subscription, API charge, or commercial revenue model.

    Pricing Tiers

    MIT open-source software
    $0

    The repository and framework are available under the MIT License; the documented setup uses Node/npm or pnpm.

    Target Markets

    Industries & Segments
    • Coding-agent and AI-agent developers
    • Engineering teams generating spreadsheets from source/data pipelines
    • Finance and operations teams producing repeatable models and reports
    • Users of Excel, Google Sheets, and LibreOffice who need live formulas rather than static exports
    • Traditional-Chinese NLP and AI research communities for Huang's separate model projects
    Use Cases
    • Generated monthly board packs and financial models
    • Regenerating workbooks when data lands
    • Batch production of invoices and quotations
    • Departmental budget-versus-actual reporting
    • SaaS KPI dashboards and cohort/conversion analysis
    • Fixed-asset registers and depreciation schedules

    Quick Facts

    Headquarters
    Taiwan

    History & Milestones

    2026-08-18

    The open-sheet repository was scaffolded as a pnpm/Turbo monorepo, with core, CLI, MCP, and demo components; the repository license identifies Liang-Hsun Huang as the contributor associated with the scaffold commit.

    2026-08-19

    The project documented its 0.1.0 proof-of-life and testing workflow: a demo exports a live workbook, and LibreOffice is used to verify recalculation and evaluator agreement.

    2026-08-24

    Version 0.2.0 was prepared, adding broader formula coverage including lookup/conditional aggregation and text/date functions.

    2026-08-26

    The open-sheet.dev landing site launched/deployed to Cloudflare Pages and was separated from the open-source framework repository; repository and package metadata were updated to point to the site.

    2026-08-26

    The project reached 127 whitelisted spreadsheet functions and added recipient-oriented capabilities including spill formulas, validation, filters, protection, cell notes, printing, additional chart types, sparklines, and appendable tables.

    Key Capabilities

    9
    Coordinate-free references such as r.cell(), r.prev(), ref().column(), ref().total(), and named scalar assumptions
    Automatic grid placement through Stack and Row layout primitives
    One formula tree with Excel formula serialization and an in-process evaluator
    Cross-engine verification against LibreOffice
    Live .xlsx output with formulas, number formats, defined names, frozen panes, conditional formatting, and Excel tables
    CSV, HTML, and PDF export

    Integrations & Partnerships

    Platform Integrations

    • Excel-compatible live .xlsx export
    • Google Sheets-compatible workbook output
    • LibreOffice used as the recalculation and cross-engine verification backend
    • Node.js/npm/pnpm via @open-sheet/cli
    • React and TypeScript source authoring
    • MCP over Streamable HTTP for agent-framework integration
    • Vite plugin and browser viewer
    • CSV, HTML, and PDF export

    Connect

    Website
    open-sheet.dev
    GitHub
    lianghsun

    AI Topics

    3

    lianghsun focuses on these topics:

    Agent Frameworks(1)
    AI Development Libraries(1)
    MCP Servers(1)
    Back to all developersSuggest an edit