Skip to main content

sheet_page

Function sheet_page 

Source
pub async fn sheet_page(
    file: PathBuf,
    sheet: String,
    start_row: Option<u32>,
    page_size: Option<u32>,
    columns: Option<Vec<String>>,
    columns_by_header: Option<Vec<String>>,
    include_formulas: Option<bool>,
    include_styles: Option<bool>,
    include_header: Option<bool>,
    format: SheetPageFormatArg,
) -> Result<Value>