現在提供轉Excel表的幾個函式

2021-04-13 02:43:10 字數 1623 閱讀 9816

#region to excel

///

/// 輸出html head 部分, default language = "gb2312"

/// default font size : 9pt

///

/// 網頁標題

///

public static string htmlhead(string title)

///

/// 輸出html head 部分, default language = "gb2312"

/// 標題和body字型

///

///

/// eg: xpt

///

public static string htmlhead(string title,string fontsize)

///

/// 輸出html head 部分,

/// 標題和body字型

///

///

/// eg: xpt

/// eg: gb2312|big5|utf-8

///

public static string htmlhead(string title,string fontsize,string charset)

///

/// 輸出html 結尾部分

///

///

public static string htmlend()

///

/// datatable 轉化成 /t 的 excel

///

///

///

public static string toexcelnostyle(datatable dt)

///

/// 資料轉換成html的 tr,td格式,可用於excel

///

///

///

///

/// datatable dt = new dataoption().getdataset(this.getsql_yingshou_gather_cw_2(corpno,yyyymm),"table0").tables[0];

///        方法一 : string outstr = this.toexcelnostyle(dt);

///        //output rpt

///        方法二 : stringbuilder sb =new stringbuilder();

///        //head

");///        string outstr= this.htmlhead("應收彙總表(財務)") + sb.tostring() + this.htmlend();

///       

///

///

/// 格式化後的字串

public static string toexcel(datatable dt)

for (int i=0;i}if(addtextfileds)

else}}

return sb.tostring();

}#endregion

cad控規指標表轉excel表的FME方法

前段時間接到乙個任務,需要將dwg格式的控規地塊匯出到shp格式,要求附加地塊控制指標 容積率 建築密度 綠地率之類的 cad地塊線轉shp面很容易,但是附加地塊控制指標卻不那麼簡單。受條件限制,沒有現成地塊控制指標屬性表可以鏈結到地塊,控制指標資訊只能來自dwg格式控規圖則裡由文字和線條畫成的表。...

現在記錄幾款好用的vscode的外掛程式

vscode 外掛程式 rainbow brackets 編碼過程中,尤其在我們使用js進行函式式程式設計時,裡會有很多的花括號,想要保證它們對稱十分困難,所以就出現了上面小粉同學的尷尬局面,相信很多人都遇到過類似的情況。rainbow brackets,可以將同一對花括號給定相同的顏色,可以一眼就...

excel表的匯入

判斷匯入資訊是否與dw視窗中資訊重複 int n for n 1 to dw 1.rowcount string ls llk int ls count ls llk dw 1.getitemstring n,1 select count into ls count from cliendservi...