目前看Excel 的初始化的python 內容如下, 換句話說import 的前5項常用的, 應該都可以直接365 版本的excel 裡面使用, 只是我目前看不出來版本. (我目前裝的是加入測試預覽版本通道) # The following import statements are pre-loaded. import numpy as np import pandas as pd import matplotlib.pyplot as plt import statsmodels as sm import seaborn as sns import excel import warnings warnings.simplefilter('ignore') # Set default conversions for the xl() function. excel.set_xl_scalar_conversion(excel.convert_to_scalar) excel.set_xl_array_conversion(excel.convert_to_dataframe)