fix: incorrect import add some docs

This commit is contained in:
Jeremy Wall 2024-11-13 19:49:31 -05:00
parent a5e90b2bf2
commit dce9b1fca0
2 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,7 @@ impl Book {
false
}
/// Get all sheet names
pub fn get_sheet_names(&self) -> Vec<String> {
self.model.workbook.get_worksheet_names()
}

View File

@ -8,7 +8,6 @@
use anyhow::{anyhow, Result};
use csvx;
use ironcalc::base::{Workbook, Table};
use std::borrow::Borrow;