ourtils.excel#
Anything to do with excel
- ourtils.excel.excel_column_index(col_name: str) int#
Returns the column index (starting with 1) given an excel column name (e.g. “AA”) - Thank you chatgpt
- ourtils.excel.index_to_excel_column(index: int) str#
Returns the excel column name based on an index (should start at 1) - Thank you chatgpt