mirror of
https://github.com/dream-num/univer.git
synced 2026-09-17 16:42:58 +08:00
style-univer
English| 简体中文
Introduction
UniverSheet Plugin AlternatingColors
Installation
npm i @univerjs/sheets-plugin-alternating-colors
Usage
import { AlternatingColors } from '@univerjs/sheets-plugin-alternating-colors';
const univerSheet = new UniverSheet();
univerSheet.installPlugin(new AlternatingColors());
Local development
Requirements
Installation
pnpm install
Development
# Current directory ./packages/sheets-plugin-alternating-colors/
npm run dev
# Or project root directory ./
pnpm run --filter @univerjs/sheets-plugin-alternating-colors dev
Package
# Current directory ./packages/sheets-plugin-alternating-colors/
npm run build
# Or root directory ./
pnpm run --filter @univerjs/sheets-plugin-alternating-colors build