init_for_dot_net_core method

init_for_dot_net_core()

Do the initialization for .NetCore programme. We suggest you to call this method for all .NetCore initialization first. For example: CellsHelper.InitForDotNetCore(); Workbook wb = new Workbook();


@staticmethod
def init_for_dot_net_core():
    ...

See Also