alex_bn_lee

导航

2023年10月18日 #

[914] In Python's datetime library, you can format dates using the strftime() method

摘要: In Python's datetime library, you can format dates using the strftime() method. This method allows you to create a formatted string representation of 阅读全文

posted @ 2023-10-18 13:56 McDelfino 阅读(13) 评论(0) 推荐(0)

[913] Updating a Table of Contents (TOC) in a Word document using pywin32 to display numbers

摘要: If the python-docx method mentioned earlier doesn't work on your computer, you can try using the pywin32 library, which allows you to interact with Mi 阅读全文

posted @ 2023-10-18 13:53 McDelfino 阅读(275) 评论(0) 推荐(0)

[912] Airtable automation related stuff

摘要: ref: Airtable automation trigger: When record created ref: How to export data from Airtable The "When record created" trigger is triggered whenever a 阅读全文

posted @ 2023-10-18 13:15 McDelfino 阅读(27) 评论(0) 推荐(0)

[911] Read Data from Google Sheets into Pandas without the Google Sheets API (.gsheet)

摘要: ref: Read Data from Google Sheets into Pandas without the Google Sheets API import pandas as pd sheet_id = "1XqOtPkiE_Q0dfGSoyxrH730RkwrTczcRbDeJJpqRB 阅读全文

posted @ 2023-10-18 13:10 McDelfino 阅读(15) 评论(0) 推荐(0)