摘要: /// <summary> /// SFTP文件上传下载 /// </summary> public class SFtp { /// <summary> /// http://www.example-code.com/csharp/sftp_readDir.asp /// </summary> Chilkat.SFtp sftp = new Chilkat.SFtp(); /// <summary> /// 连接 /// </summary> /// <... 阅读全文
posted @ 2013-04-09 13:52 csdnbbs 阅读(1333) 评论(0) 推荐(0)
摘要: /// <summary> /// Excel导出写入 /// </summary> public class ExcelHelper { /// <summary> /// 当前行号【从0开始】 /// </summary> public int rowIndex = 0; /// <summary> /// Excel实例 /// </summary> private Workbook book = null; /// <summary>... 阅读全文
posted @ 2013-04-09 13:50 csdnbbs 阅读(980) 评论(0) 推荐(0)