Hxy

Results 2 issues of Hxy

# question server can set URLParser, but not use it, always use the default one # test 1. use DefaultAPIServer @ibuildthecloud @MbolotSuse @JonCrowther @tomleb

### env python 3.11 python-calamine==0.3.1 ### code ```python def get_table_header(self) -> StructureInfo: _, source = self._get_extension_and_source() import python_calamine as calamine workbook = calamine.load_workbook(source) sheets = workbook.sheet_names column_info: dict[str, ColumnList] =...