摘要: Export a datatable to Excel and save as fileDimCurrentCIAsSystem.Globalization.CultureInfo=System.Threading.Thread.CurrentThread.CurrentCultureSystem.Threading.Thread.CurrentThread.CurrentCulture=NewSystem.Globalization.CultureInfo("en-US")If(tmpDataTableIsNothing)ThenReturnEndIfDimrowNumA 阅读全文
posted @ 2012-08-24 12:43 zyip 阅读(377) 评论(0) 推荐(0)
摘要: DimCurrentCIAsSystem.Globalization.CultureInfo=System.Threading.Thread.CurrentThread.CurrentCultureSystem.Threading.Thread.CurrentThread.CurrentCulture=NewSystem.Globalization.CultureInfo("en-US")It's a bug about Excel interop.adding the aboveprevious to your code. 阅读全文
posted @ 2012-08-24 12:33 zyip 阅读(267) 评论(0) 推荐(0)