word:合併列印 by 儲蓄保險王 · 2022-03-03 word:合併列印 一開始要有 1 主檔案 2 通訊錄 郵件>啟動合併列印>信件: 郵件>選取收件者>使用現有清單: 找到通訊錄的檔案 郵件>插入合併欄位 想插入姓名就選姓名 想插入稱謂就選稱謂 郵件> 預覽結果: 此時已經完成 3半成品 (只有一頁) 郵件>完成與合併>編輯個別文件 通常是選”全部” 通訊錄有10筆資料 就會生出10頁文件 此為04完成品 相關文章Python import numpy as np ; np.arange(-50, 60, 10); dict(key)提取dict內的元素; importlib.reload(); np.zeros(); np.array()Python 如何用pandas.Series.nsmallest() 找到n個與target差距最小的index?再從中找到距離idxmax最近的index?避免誤抓sidelobes的index? targetIdx = (serMean-target_value).abs().nsmallest(n).index.tolist() ;Series切片: .loc[標籤名1:標籤名2] (會含標籤名2) ; .iloc[位置1:位置2] (不含位置2)Python: pandas.DataFrame.drop()的參數axis=0 / 1 vs index / columns ; 如何drop DataFrame的rows / columns ?Python 表達式中的魔法:用海象運算子讓斷詞程式碼更乾淨 [w_clean for w in words if (w_clean:=w.lower().strip()) and w_clean not in STOPWORDS]Word表格設計,TQC考題208:各季財務報表,尋找取代》空白區域,定位字元(全半形需相符要取消)Python TQC考題905 字串資料刪除,datanew=data.replace(strold,strnew), f.write(datanew)🚀 Python Pandas 實戰教學:df.map() vs df.apply() 到底差在哪?從資料清洗實例看懂核心差異監護權判給誰,不是看經濟能力!法巢律師打破監護權迷思Python: 如何對 pandas.DataFrame 兩欄位運算後,增加到最後一欄? df['sum_AB'] = df.apply(sum_ab, axis=1) ; lambda函式
0 Python 自省 (Introspection) 實戰:教你如何讓程式碼「自我介紹」; func_name = sys._getframe().f_code.co_name ; inspect.currentframe().f_code.co_name 2026-01-25
0 Python: Visual Studio Code (VS code)如何擴充tabnine (AI人工智能輔助程式碼完成)? 如何將編輯畫面切分為左右兩邊,分別顯示兩個不同檔案? 2023-08-03
近期留言