package com.artfess.rescue.utils;

import com.artfess.rescue.patrol.manager.BizInspectionTaskManager;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;

import java.io.FileNotFoundException;

/**
 * @Description 根据模版导出Excel工具类
 * @Author susu
 * @Date 2024/2/19
 */
public class ExportExcelByTemplateUtils {
@Autowired
    BizInspectionTaskManager taskManager;
    @Test
    public void complexFillWithTable() throws FileNotFoundException {
    }
}
