reportcompiler.plugins.data_fetchers.excel

excel.py

This module includes the data fetcher using Excel worksheets.

Classes

class reportcompiler.plugins.data_fetchers.excel.ExcelFetcher

Data fetcher for excel files.

Inheritance

Inheritance diagram of ExcelFetcher
fetch(doc_param, fetcher_info, metadata)

Fetches the necessary data for the current fragment.

Parameters:
  • doc_param (OrderedDict) – Document variable
  • fetcher_info (dict) – Information about the current fetcher (multiple can be used for fragment)
  • metadata (dict) – Document metadata (overriden by fragment metadata when specified)
Returns:

Dataframe (or list of dataframes)

Return type:

pandas.DataFrame