文档分类
DataGridView 数据导出到Excel
106. private static string isnull(string obj)
107. {
108. if(obj.Length >0)
109. {
110. return obj;
111. }
112. else
113. {
114. return "null";
115. }
116. }
鸣谢:感谢各位作者的无私奉献!世界有你们真精彩。