Crate formualizer_workbook

Crate formualizer_workbook 

Source

Re-exports§

pub use backends::JsonAdapter;
pub use builtins::ensure_builtins_loaded;
pub use builtins::register_function_dynamic;
pub use builtins::try_load_builtins;
pub use error::IoError;
pub use error::with_cell_context;
pub use loader::LoaderStats;
pub use loader::WorkbookLoader;
pub use resolver::IoResolver;
pub use session::EditorSession;
pub use session::IoConfig;
pub use traits::AccessGranularity;
pub use traits::BackendCaps;
pub use traits::CellData;
pub use traits::LoadStrategy;
pub use traits::MergedRange;
pub use traits::NamedRange;
pub use traits::SheetData;
pub use traits::SpreadsheetIO;
pub use traits::SpreadsheetReader;
pub use traits::SpreadsheetWriter;
pub use traits::TableDefinition;
pub use transaction::WriteOp;
pub use transaction::WriteTransaction;
pub use workbook::Workbook;
pub use worksheet::WorksheetHandle;

Modules§

backends
builtins
error
loader
resolver
session
traits
transaction
workbook
worksheet

Structs§

RangeAddress

Enums§

LiteralValue
An interpeter LiteralValue. This is distinct from the possible types that can be stored in a cell.