pub fn load_from_icalc<'a>( file_name: &str, language_id: &'a str, ) -> Result<Model<'a>, XlsxError>
Loads a Model from an ic file (a file in the IronCalc internal representation)
ic