R/RcppExports.R

Defines functions xlex_ xlsx_color_theme_ is_date_format_ xlsx_names_ xlsx_validation_ xlsx_sheet_files_ xlsx_formats_ xlsx_cells_

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

xlsx_cells_ <- function(path, sheet_paths, sheet_names, comments_paths, include_blank_cells) {
    .Call('_tidyxl_xlsx_cells_', PACKAGE = 'tidyxl', path, sheet_paths, sheet_names, comments_paths, include_blank_cells)
}

xlsx_formats_ <- function(path) {
    .Call('_tidyxl_xlsx_formats_', PACKAGE = 'tidyxl', path)
}

xlsx_sheet_files_ <- function(path) {
    .Call('_tidyxl_xlsx_sheet_files_', PACKAGE = 'tidyxl', path)
}

xlsx_validation_ <- function(path, sheet_paths, sheet_names) {
    .Call('_tidyxl_xlsx_validation_', PACKAGE = 'tidyxl', path, sheet_paths, sheet_names)
}

xlsx_names_ <- function(path) {
    .Call('_tidyxl_xlsx_names_', PACKAGE = 'tidyxl', path)
}

is_date_format_ <- function(formats) {
    .Call('_tidyxl_is_date_format_', PACKAGE = 'tidyxl', formats)
}

xlsx_color_theme_ <- function(path) {
    .Call('_tidyxl_xlsx_color_theme_', PACKAGE = 'tidyxl', path)
}

xlex_ <- function(x) {
    .Call('_tidyxl_xlex_', PACKAGE = 'tidyxl', x)
}
nacnudus/tidyxl documentation built on Jan. 17, 2024, 9:26 a.m.