import pandas # Read excel document excel_data_df = pandas.read_excel('data.xlsx', sheet_name='sheet1') # Convert excel to string (define orientation of ...
確定! 回上一頁