2008年11月19日

非Excel com 的Excel导出方法

摘要: public static void exportToExcel(DataSet source, string fileName) { System.IO.StreamWriter excelDoc; excelDoc = new System.IO.StreamWriter(fileName); ... 阅读全文

posted @ 2008-11-19 16:54 水乐天 阅读(400) 评论(0) 推荐(0) 编辑

C#调用VC DLL 复杂结构 解决方法

摘要: VC的结构 struct HY_RECT_S { long lLeft; long lRight; long lTop; long lBottom; }; struct ID_CARD_S { char szText[10][256]; HY_RECT_S idRect[10... 阅读全文

posted @ 2008-11-19 10:46 水乐天 阅读(1421) 评论(3) 推荐(0) 编辑

导航