ourtils.excel

ourtils.excel#

Anything to do with excel

Functions

excel_column_index(col_name)

Returns the column index (starting with 1) given an excel column name (e.g. "AA") - Thank you chatgpt.

index_to_excel_column(index)

Returns the excel column name based on an index (should start at 1) - Thank you chatgpt