init_for_dot_net_core方法

init_for_dot_net_core()

为 .NetCore 程序做初始化。 我们建议您首先为所有 .NetCore 初始化调用此方法。 例如: CellsHelper.InitForDotNetCore(); 工作簿 wb = new Workbook();

def init_for_dot_net_core(self):
    ...

也可以看看