Kositi
Germany 4 Posts
YimingChen
1618 Posts
import originpro as op import pandas as pd wks = op.find_sheet() df = wks.to_df() rslt_df = df.sort_index(axis = 1) wks = op.new_sheet() wks.from_df(rslt_df)