excellent_reader
Custom Excel file handler using openpyxl for batch column reading and writing across single or multiple sheets.
Functions
def get_first_column_from_sheet_index / get_n_column_from_sheet_index(...)
Reads column data from a specific sheet index, skipping a customizable number of header rows.
def get_first_column_from_all_sheets / get_n_column_from_all_sheets(...)
Reads column data across all sheets within an Excel workbook file.
def set_first_column_from_sheet_index / set_n_column_from_sheet_index(...)
Writes list or single values to target Excel columns and saves workbook changes.