UNPKG

@odoo/o-spreadsheet

Version:
17 lines (16 loc) 810 B
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; export declare const calculationMode: ActionSpec; export declare const automaticCalculation: ActionSpec; export declare const manualCalculation: ActionSpec;