Skip to main content

easyfabric.loaders.xlsx

logging

pd

DataFrame

col

StructType

ConfigManager

ObjectInfo

TableConfig

get_spark

load_xlsx_bronze

def load_xlsx_bronze(object_info: ObjectInfo, table_config: TableConfig,
config_manager: ConfigManager) -> DataFrame

Load a CSV file into the Bronze layer of the data lakehouse based on a predefined schema.

Arguments:

  • object_info ObjectInfo - Information about the object to be loaded.
  • table_config TableConfig - Configuration for the table to be loaded.
  • config_manager ConfigManager - Manager for configuration settings.

Returns:

  • DataFrame - The loaded DataFrame.