dangsn
2024-12-03 d0ae279ff3b83358d1c07f4481a041c4ad335026
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);
}