@odoo/o-spreadsheet
Version:
A spreadsheet component
14 lines (13 loc) • 653 B
TypeScript
import { ActionSpec } from "./action";
export declare const sortRange: ActionSpec;
export declare const sortAscending: ActionSpec;
export declare const dataCleanup: ActionSpec;
export declare const removeDuplicates: ActionSpec;
export declare const trimWhitespace: ActionSpec;
export declare const sortDescending: ActionSpec;
export declare const createRemoveFilter: ActionSpec;
export declare const createRemoveFilterTool: ActionSpec;
export declare const splitToColumns: ActionSpec;
export declare const columnStatistics: ActionSpec;
export declare const reinsertDynamicPivotMenu: ActionSpec;
export declare const reinsertStaticPivotMenu: ActionSpec;