UPDATE: Adds 'user model' API (#27)
* bump version for documentation * Fixes wrong doc comment * renames old APIs to be consistent
This commit is contained in:
committed by
GitHub
parent
e9fc41541b
commit
d445553d85
@@ -15,8 +15,8 @@ use std::{
|
||||
};
|
||||
|
||||
use ironcalc_base::expressions::utils::number_to_column;
|
||||
use ironcalc_base::model::{get_milliseconds_since_epoch, Model};
|
||||
use ironcalc_base::types::Workbook;
|
||||
use ironcalc_base::{get_milliseconds_since_epoch, Model};
|
||||
|
||||
use self::xml_constants::XML_DECLARATION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user