ludc
2024-08-22 c9a3c90c074704de573f0024d5a695b5a04095f2
1
2
3
4
5
6
7
package com.vci.client.common.excel;
 
import org.apache.poi.ss.usermodel.Workbook;
 
public interface ExcelCellStyleSettingCallback {
    public WorkboolStyleSetting doSetWorkbookStyle(Workbook workbook);
}