匯入excel,格式固定

2021-04-29 07:01:56 字數 3382 閱讀 5413

<%

response.charset="utf-8"

session.codepage=65001

num=request("num")

invoicenumber=request("invoicenumber")

invoicedate=request("invoicedate")

customer=request("customer")

cp1=request("cp1")

cp2=request("cp2")

str=str&""

str=str&""

str=str&""

str=str&"invoice

"str=str&" "

str=str&""

str=str&"from"

str=str&""

str=str&""

str=str&""&replace(request("txt"),vbcrlf,"

")&""

str=str&"invoice no.:"

str=str&""

str=str&"date :"

str=str&" "

str=str&""

str=str&""&invoicenumber&""

str=str&""

str=str&""&invoicedate&""

str=str&" "

str=str&" "''''''''''

str=str&"phone"

str=str&""

str=str&" "

str=str&" "

str=str&""'''''''''''''''''''''

str=str&" (852) 8172 3606"

str=str&" "

str=str&" "

str=str&" "

str=str&""

str=str&""

str=str&""

str=str&""

str=str&""

str=str&""

str=str&"contact person"

str=str&""

str=str&""

str=str&" "

str=str&""

str=str&" daisy ma"

str=str&""

str=str&" "

str=str&""

str=str&""

str=str&"to"

str=str&""

str=str&""

str=str&""&replace(customer,chr(13),"

")&""

str=str&""

str=str&""

str=str&""

str=str&""

str=str&""

str=str&" "

str=str&" hs code :?"

str=str&""&request("hscode")

str=str&""

str=str&""

str=str&""

str=str&""

str=str&"  "

str=str&""

str=str&""

str=str&""

str=str&""

str=str&""

str=str&"item description?"

str=str&"price?"

str=str&"quantity"

str=str&"?sub    total?"

str=str&" "

for i=0 to num

if request("title_"&i)<>"" then

str=str&""

str=str&" "&request("title_"&i)&""

str=str&""&request("price_"&i)&""

str=str&""&request("qty_"&i)&""

str=str&" "&request("sub_"&i)&""

str=str&" "

end if

next

str=str&" "

str=str&"total :?"

str=str&" "'''''''''''''''''''''''''''

str=str&""

str=str&""&request("total")&""

str=str&" "

str=str&""

str=str&" "&replace(request("remark"),chr(13),"

")&""

str=str&""

str=str&""

str=str&""

str=str&""

shipping=trim(request("shipping"))

if shipping<>"" then

if shipping="" then

shipping=0

end if

end if

if shipping="" then

shipping=0

end if

str=str&" "

str=str&"shipping :?"

str=str&" "'''''''''''''''''''''''''''

str=str&""

str=str&""&shipping&""

str=str&" "

insurance=trim(request("insurance"))

if insurance<>"" then

insurance=replace(insurance,currflag,"")

if insurance="" then

insurance=0

end if

end if

if insurance="" then

insurance=0

end if

str=str&" "

str=str&"insurance :?

格式導致的Excel匯入異常

因為excel匯入到sql的事兒,今天折騰了大半天。本來程式是正常執行的,有時候會因為使用者的excel文件沒有按要求的格式來做,才會出現一些異常情況。本以為這次也是一樣,後來拿到資料一看,並沒有發現什麼異常,而且自己又照著做了一些資料,竟然也會出現異常,只好懷疑是自己的程式有問題了。常言說的好,最...

excel表頭固定

當我們編輯過長或過寬的excel工作表時,需要向下或向上滾動螢幕。這時,表頭也會相應滾動,不能在螢幕上顯示,於是我們不清楚要編輯的資料對應 於表頭的哪乙個資訊。按下列方法,可以使表頭鎖定,始終位於螢幕上的可 視區域。首先選定要鎖定的表頭,如果我們要將圖中的 1 3行 鎖定,那麼單擊a4單 元格,然後...

將資料導 入 excel表 格式 前端頁面

html lang en head meta charset utf 8 title phpexcel 測試 模板 label div class layui input inline style width auto div class layui upload button type butto...