This commit is contained in:
Nicolás Hatcher
2025-06-22 17:20:34 +02:00
parent c78bdb32fd
commit 6b84c9de60
10 changed files with 128 additions and 16 deletions

View File

@@ -767,7 +767,10 @@ impl Model {
.map_err(to_js_error)
}
#[wasm_bindgen(js_name = "getCellArrayStructure")]
#[wasm_bindgen(
js_name = "getCellArrayStructure",
unchecked_return_type = "CellArrayStructure"
)]
pub fn get_cell_array_structure(
&self,
sheet: u32,