recalc-univer
Safe HaskellSafe-Inferred
LanguageGHC2021

Recalc.Univer.Protocol

Description

 
Synopsis

Documentation

data SpreadsheetProtocol mode Source #

Constructors

SpreadsheetProtocol 

Fields

Instances

Instances details
Generic (SpreadsheetProtocol mode) Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep (SpreadsheetProtocol mode) :: Type -> Type #

type Rep (SpreadsheetProtocol mode) Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep (SpreadsheetProtocol mode) = D1 ('MetaData "SpreadsheetProtocol" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "SpreadsheetProtocol" 'PrefixI 'True) (((S1 ('MetaSel ('Just "rpcOpen") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "open" OpenParams ())) :*: S1 ('MetaSel ('Just "rpcSave") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "save" SaveParams ()))) :*: (S1 ('MetaSel ('Just "rpcClose") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "close" CloseParams ())) :*: S1 ('MetaSel ('Just "rpcSetRangeValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "setRangeValues" SetRangeValuesParams Cells)))) :*: ((S1 ('MetaSel ('Just "rpcInsertSheet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "insertSheet" InsertSheetParams ())) :*: S1 ('MetaSel ('Just "rpcRemoveSheet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "removeSheet" RemoveSheetParams ()))) :*: (S1 ('MetaSel ('Just "rpcSetWorksheetOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "setWorksheetOrder" SetWorksheetOrderParams ())) :*: (S1 ('MetaSel ('Just "rpcSetWorksheetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "setWorksheetName" SetWorksheetNameParams ())) :*: S1 ('MetaSel ('Just "rpcDefineFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (mode :- JsonRpc "defineFunction" DefineFunctionParams (Either Text [FunctionDescription]))))))))

data OpenParams Source #

Constructors

OpenParams 

Fields

Instances

Instances details
FromJSON OpenParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic OpenParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep OpenParams :: Type -> Type #

Show OpenParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep OpenParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep OpenParams = D1 ('MetaData "OpenParams" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "OpenParams" 'PrefixI 'True) (S1 ('MetaSel ('Just "open'uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI) :*: S1 ('MetaSel ('Just "open'sheetOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text])))

data SaveParams Source #

Constructors

SaveParams 

Fields

Instances

Instances details
FromJSON SaveParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic SaveParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep SaveParams :: Type -> Type #

Show SaveParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep SaveParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep SaveParams = D1 ('MetaData "SaveParams" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "SaveParams" 'PrefixI 'True) (S1 ('MetaSel ('Just "save'uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI) :*: S1 ('MetaSel ('Just "save'asUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI)))

newtype CloseParams Source #

Constructors

CloseParams 

Fields

Instances

Instances details
FromJSON CloseParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic CloseParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep CloseParams :: Type -> Type #

Show CloseParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep CloseParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep CloseParams = D1 ('MetaData "CloseParams" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'True) (C1 ('MetaCons "CloseParams" 'PrefixI 'True) (S1 ('MetaSel ('Just "close'uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI)))

data SetRangeValuesParams Source #

Instances

Instances details
FromJSON SetRangeValuesParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic SetRangeValuesParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep SetRangeValuesParams :: Type -> Type #

Show SetRangeValuesParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep SetRangeValuesParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep SetRangeValuesParams = D1 ('MetaData "SetRangeValuesParams" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "SetRangeValuesParams" 'PrefixI 'True) (S1 ('MetaSel ('Just "setRangeValues'uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI) :*: (S1 ('MetaSel ('Just "setRangeValues'sheetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "setRangeValues'cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Cells))))

data InsertSheetParams Source #

Instances

Instances details
FromJSON InsertSheetParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic InsertSheetParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep InsertSheetParams :: Type -> Type #

Show InsertSheetParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep InsertSheetParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep InsertSheetParams = D1 ('MetaData "InsertSheetParams" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "InsertSheetParams" 'PrefixI 'True) ((S1 ('MetaSel ('Just "insertSheet'uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI) :*: S1 ('MetaSel ('Just "insertSheet'index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "insertSheet'sheetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "insertSheet'sheetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))

data RemoveSheetParams Source #

Instances

Instances details
FromJSON RemoveSheetParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic RemoveSheetParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep RemoveSheetParams :: Type -> Type #

Show RemoveSheetParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep RemoveSheetParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep RemoveSheetParams = D1 ('MetaData "RemoveSheetParams" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "RemoveSheetParams" 'PrefixI 'True) (S1 ('MetaSel ('Just "removeSheet'uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI) :*: S1 ('MetaSel ('Just "removeSheet'sheetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data SetWorksheetOrderParams Source #

Instances

Instances details
FromJSON SetWorksheetOrderParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic SetWorksheetOrderParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep SetWorksheetOrderParams :: Type -> Type #

Show SetWorksheetOrderParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep SetWorksheetOrderParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep SetWorksheetOrderParams = D1 ('MetaData "SetWorksheetOrderParams" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "SetWorksheetOrderParams" 'PrefixI 'True) ((S1 ('MetaSel ('Just "setWorksheetOrder'uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI) :*: S1 ('MetaSel ('Just "setWorksheetOrder'sheetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "setWorksheetOrder'from") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "setWorksheetOrder'to") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))))

data SetWorksheetNameParams Source #

data DefineFunctionParams Source #

Instances

Instances details
FromJSON DefineFunctionParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic DefineFunctionParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep DefineFunctionParams :: Type -> Type #

Show DefineFunctionParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep DefineFunctionParams Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep DefineFunctionParams = D1 ('MetaData "DefineFunctionParams" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "DefineFunctionParams" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defineFunction'uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI) :*: S1 ('MetaSel ('Just "defineFunction'sheetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "defineFunction'description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "defineFunction'inputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [(Text, CellRange)]) :*: S1 ('MetaSel ('Just "defineFunction'output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CellRange)))))

data FunctionType Source #

as defined in @univerjsengine-formula#basicsfunction.ts

Constructors

Financial

Financial Functions

Date

Date and Time Functions

Math

Math and Trigonometry Functions

Statistical

Statistical Functions

Lookup

Lookup and Reference Functions

Database

Database Functions

Text

Text Functions

Logical

Logical Functions

Information

Information Functions

Engineering

Engineering Functions

Cube

Cube Functions

Compatibility

Compatibility Functions

Web

Web Functions

Array

Array Functions

Univer

Univer-specific functions

User

User-defined functions

DefinedName

Defined name

data FunctionParameter Source #

Instances

Instances details
ToJSON FunctionParameter Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic FunctionParameter Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep FunctionParameter :: Type -> Type #

Show FunctionParameter Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep FunctionParameter Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep FunctionParameter = D1 ('MetaData "FunctionParameter" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "FunctionParameter" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameter'name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "parameter'detail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "parameter'example") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))

data FunctionDescription Source #

Instances

Instances details
ToJSON FunctionDescription Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic FunctionDescription Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep FunctionDescription :: Type -> Type #

Show FunctionDescription Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep FunctionDescription Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep FunctionDescription = D1 ('MetaData "FunctionDescription" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "FunctionDescription" 'PrefixI 'True) ((S1 ('MetaSel ('Just "functionDescription'name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "functionDescription'type") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FunctionType)) :*: (S1 ('MetaSel ('Just "functionDescription'description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "functionDescription'abstract") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "functionDescription'params") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [FunctionParameter])))))

data Annotation Source #

Constructors

Annotation 

Instances

Instances details
FromJSON Annotation Source # 
Instance details

Defined in Recalc.Univer.Protocol

ToJSON Annotation Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic Annotation Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep Annotation :: Type -> Type #

Show Annotation Source # 
Instance details

Defined in Recalc.Univer.Protocol

Eq Annotation Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep Annotation Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep Annotation = D1 ('MetaData "Annotation" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "Annotation" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann'title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "ann'message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data CustomData Source #

keep errors, warnings for each cell

Instances

Instances details
FromJSON CustomData Source # 
Instance details

Defined in Recalc.Univer.Protocol

ToJSON CustomData Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic CustomData Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep CustomData :: Type -> Type #

Show CustomData Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep CustomData Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep CustomData = D1 ('MetaData "CustomData" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "CustomData" 'PrefixI 'True) (S1 ('MetaSel ('Just "customData'errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Annotation]) :*: (S1 ('MetaSel ('Just "customData'warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Annotation]) :*: S1 ('MetaSel ('Just "customData'info") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Annotation]))))

data CellStyle f Source #

Constructors

CellStyle 

Instances

Instances details
FromJSON (CellStyle Maybe) Source # 
Instance details

Defined in Recalc.Univer.Protocol

ToJSON (CellStyle Maybe) Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic (CellStyle f) Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep (CellStyle f) :: Type -> Type #

Methods

from :: CellStyle f -> Rep (CellStyle f) x #

to :: Rep (CellStyle f) x -> CellStyle f #

type Rep (CellStyle f) Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep (CellStyle f) = D1 ('MetaData "CellStyle" "Recalc.Univer.Protocol" "recalc-univer-1.3.0.0-inplace" 'False) (C1 ('MetaCons "CellStyle" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellStyle'bl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f BooleanInt)) :*: S1 ('MetaSel ('Just "cellStyle'it") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f BooleanInt))))

data CellData Source #

Constructors

CellData 

Fields

Instances

Instances details
FromJSON CellData Source # 
Instance details

Defined in Recalc.Univer.Protocol

ToJSON CellData Source # 
Instance details

Defined in Recalc.Univer.Protocol

Generic CellData Source # 
Instance details

Defined in Recalc.Univer.Protocol

Associated Types

type Rep CellData :: Type -> Type #

Methods

from :: CellData -> Rep CellData x #

to :: Rep CellData x -> CellData #

Show CellData Source # 
Instance details

Defined in Recalc.Univer.Protocol

type Rep CellData Source # 
Instance details

Defined in Recalc.Univer.Protocol

newtype Cells Source #

Constructors

Cells (Map (Int, Int) CellData) 

Instances

Instances details
FromJSON Cells Source # 
Instance details

Defined in Recalc.Univer.Protocol

ToJSON Cells Source # 
Instance details

Defined in Recalc.Univer.Protocol

Show Cells Source # 
Instance details

Defined in Recalc.Univer.Protocol

Methods

showsPrec :: Int -> Cells -> ShowS #

show :: Cells -> String #

showList :: [Cells] -> ShowS #

quotientOn :: Eq q => (a -> q) -> [a] -> [(q, [a])] Source #

assumes the input list is sorted and that the repr function respects the order