excle匯入資料導資料庫

2021-10-04 17:29:24 字數 836 閱讀 4877

自己寫的乙個匯入excel檔案導資料庫,為了方便以後寫**需要用到時,好找一點,匯入資料庫為mongodb

@restcontroller

("import"

)public

class

importcontroller

else

if(name.

endswith

("xlsx"))

// 得到乙個工作表

sheet sheet = wookbook.

getsheetat(0

);// 獲得表頭

row rowhead = sheet.

getrow(0

);// 判斷表頭是否正確

int head = rowhead.

getphysicalnumberofcells()

;if(rowhead.

getphysicalnumberofcells()

!=3)try

else

if(cell.

getcelltype()

.getcode()

==1)}

mongotemplate.

insert

(syssensitive);}

}}catch

(exception e)

finally

}catch

(exception e)

return

newjsonresult

(null,0,

"匯入資料成功"

,true);

}}

excle 資料匯入資料庫

excle資料轉sql語句或excle資料按條件匯入資料庫 資料庫不限於 關係型資料 oracle ms sql my sql 非關係型資料庫 mongodb 處理方法。idname address province city 52瀏陽市淮川三鑫通訊行 湖南省瀏陽市淮川圭齋西路020號 湖南省長沙市...

導資料庫步驟

1 匯出庫 exp 資料庫使用者名稱 密碼 資料庫名 file 匯出檔案路徑 例如 exp dev dev egovsid file e dbback dev20120828.dmp 2 使用system登入資料庫 3 刪除以前使用者,若使用者在使用,在tools sessions裡kill掉程序 ...

myql導資料庫

如mysql 安裝在c 盤,mysql資料庫的使用者名稱是root,密碼是123456,資料庫名是database name,在d 盤根目錄下面存放備份資料庫,備份資料庫名字為backup20070713.sql。備份資料庫 mysqldump uroot p123456 database name...