refactor: rebrand project to HartOMat
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Excel parser for Schaeffler CAD order lists.
|
||||
Excel parser for HartOMat CAD order lists.
|
||||
|
||||
Supports two formats:
|
||||
|
||||
@@ -294,7 +294,7 @@ def _parse_material_mapping(wb) -> list[dict]:
|
||||
|
||||
def parse_excel(file_path: str | Path) -> ParsedExcel:
|
||||
"""
|
||||
Parse a Schaeffler order list Excel file.
|
||||
Parse a HartOMat order list Excel file.
|
||||
|
||||
Returns a ParsedExcel with all data rows extracted.
|
||||
Header-driven: finds "Ebene1" in any column within first 5 rows,
|
||||
|
||||
Reference in New Issue
Block a user