ICode9

精准搜索请尝试: 精确搜索
  • webapi-npio-excel导出2021-12-21 01:03:26

    using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Reflecti

  • NPIO记录2021-09-23 14:37:02

      NPIO记录 var ActualShippingDate = string.Empty; if (row.GetCell(5) != null) { if (row.GetCell(5).CellType == CellType.Numeric) { var tpActualShi

  • NPIO导入导出excel文件2021-06-28 11:34:34

    最近在一个项目上帮忙 ,做了一个将excel文件数据导入到数据库的功能 用到的辅助类: public class ExcelHelper : IDisposable { private string fileName = null; //文件名 private IWorkbook workbook = null; private FileStream fs = null;

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有