logisheets_controller 0.7.0

the core of LogiSheets
Documentation
mod calc_connector;
mod container_connector;
mod cube_connector;
mod formula_connector;
mod id_fetcher;
mod index_fetcher;
mod name_fetcher;
mod navigator_connector;
mod range_connector;
mod sheet_pos_connector;

pub use calc_connector::CalcConnector;
pub use container_connector::ContainerConnector;
pub use cube_connector::CubeConnector;
pub use formula_connector::FormulaConnector;
pub use id_fetcher::IdFetcher;
pub use name_fetcher::NameFetcher;
pub use navigator_connector::NavigatorConnector;
pub use range_connector::RangeConnector;
pub use sheet_pos_connector::SheetPosConnector;