Crate rsheet_lib
source ·Modules§
- The
CellValue
module contains theCellValue
enum which represents the different types of values that a cell can have. - Convert between zero indexed column numbers and column names.
- This module supports the execution of a single cell using Rhaiscript. The
run_cell
function runs some code for a single spreadsheet cell. - Contains all the code for talking to and from connections.
- This module contains the Reply enum, which is used to send messages from the program back to the user.