摘要:
var templatePath = Server.MapPath(@"/Template/区域订单列表导出模板.xlsx"); //NPOIHelper.GetTemplateToExcel(templatePath,list); Workbook workbook = new Workbook( 阅读全文
摘要:
public <H, T> String exportShippingDocument(int sheetNum,List<H> head, List<T> list, String fileName, String tname) { for (T el : list) { if (el insta 阅读全文