第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

從Excel導(dǎo)出Excel列格式為十進制

從Excel導(dǎo)出Excel列格式為十進制

慕工程0101907 2019-12-06 15:37:51
嗨,我正在使用以下方法將數(shù)據(jù)庫導(dǎo)出到excel        Response.ClearContent();        Response.Buffer = true;        Response.AddHeader("content-disposition", "attachment; filename=" + FileName);        Response.ContentType = "application/vnd.ms-excel";        EnableViewState = false;        Response.Write("<style> TABLE { border:dotted 1px #999; } TH { border:dotted 1px #D5D5D5; text-align:center } TD { border:dotted 1px #D5D5D5; } </style>");        Response.Write("<table>");        Response.Write("<tr>");                  Response.Write("<th>Actual Estimated Price</th>");        Response.Write("<th>Aprroved Estimated Price </th>");        Response.Write("<th>Actual Price</th>");        Response.Write("<th>Aprroved Actual Price </th>");        Response.Write("<th>TransactionID </th>");                    Response.Write("<th>Created On</th>");        Response.Write("</tr>");        foreach (DataRow dr in dt.Rows)        {            Response.Write("<tr>");            Response.Write("<td>");            Response.Write(String.Format("{0:0.0#}", dr["EstimatedPriceTotal"].ToString()));            Response.Write("</td>");            Response.Write("<td>");            Response.Write(String.Format("{0:0.0#}", dr["ApprovedEstimatedPriceTotal"].ToString()));            Response.Write("</td>");            Response.Write("<td>");            Response.Write(String.Format("{0:0.0#}", dr["ActualPriceTotal"].ToString()));            Response.Write("</td>");            Response.Write("<td>");            Response.Write(String.Format("{0:0.0#}", dr["ApprovedActualPriceTotal"].ToString()));            Response.Write("</td>");            Response.Write("<td>");但我無法以excel格式導(dǎo)出excel中的實際估計價格,批準(zhǔn)的估計價格該值顯示為5,而不是顯示5.00如何從C#端將Excel的某些列格式化為十進制格式
查看完整描述

2 回答

  • 2 回答
  • 0 關(guān)注
  • 655 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號