pandas.read_excel — pandas 2.0.3 documentation
https://pandas.pydata.org/.../stable/reference/api/pandas.read_excel.htmlVerkkopandas.read_excel. #. pandas.read_excel(io, sheet_name=0, *, header=0, names=None, index_col=None, usecols=None, dtype=None, engine=None, converters=None, …
pandas.read_excel — pandas 2.0.3 documentation
pandas.pydata.org › api › pandasRead an Excel file into a pandas DataFrame. Supports xls, xlsx, xlsm, xlsb, odf, ods and odt file extensions read from a local filesystem or URL. Supports an option to read a single sheet or a list of sheets. Parameters iostr, bytes, ExcelFile, xlrd.Book, path object, or file-like object Any valid string path is acceptable.
pandas.ExcelWriter — pandas 2.0.3 documentation
pandas.pydata.org › api › pandasEngine to use for writing. If None, defaults to io.excel.<extension>.writer. NOTE: can only be passed as a keyword argument. date_formatstr, default None Format string for dates written into Excel files (e.g. ‘YYYY-MM-DD’). datetime_formatstr, default None Format string for datetime objects written into Excel files. (e.g. ‘YYYY-MM-DD HH:MM:SS’).