简体   繁体   English

如何提取银行数据并将其导入 OneDrive 中的 Excel?

[英]How can I extract bank data and import it into Excel in OneDrive?

I'm currently manually entering data from my bank accounts into a spreadsheet in OneDrive.我目前正在手动将银行帐户中的数据输入到 OneDrive 中的电子表格中。

I would like to be able to automate this process in some way.我希望能够以某种方式自动化这个过程。

The two issues I am facing in automating this are:我在自动化过程中面临的两个问题是:

  • How do I extract transactions from my bank account?如何从我的银行账户中提取交易?
  • How do I enter data into a spreadsheet in OneDrive?如何在 OneDrive 中的电子表格中输入数据?

If I had Excel installed I could probably enter the data using VBScript or VBA, but I only have the web version of Excel that comes with OneDrive. If I had Excel installed I could probably enter the data using VBScript or VBA, but I only have the web version of Excel that comes with OneDrive.

I want to extract the transaction data direct from the bank account and not do screen scraping or manually download statements and parse these.我想直接从银行账户中提取交易数据,而不是进行屏幕抓取或手动下载报表并解析这些。

NB: If a makes a difference, the bank account is in https://www.bmo.com and one of the online accounting applications I tried seemed to be connecting with plaid.注意:如果有所不同,银行帐户位于https://www.bmo.com中,我尝试的其中一个在线会计应用程序似乎与格子图案有关。

I don't know a whole lot about the OneDrive piece, but Plaid should work for pulling transactions.我对 OneDrive 部分了解不多,但 Plaid 应该可以用于拉动交易。 For inspiration, this script ( https://github.com/hirefrank/plaid-txns-google-sheets ) is an example of a similar app but using Google Sheets instead of OneDrive.为了获得灵感,此脚本 ( https://github.com/hirefrank/plaid-txns-google-sheets ) 是一个类似应用程序的示例,但使用的是 Google 表格而不是 OneDrive。

You could use a finance data import tool like Fintable.您可以使用 Fintable 之类的财务数据导入工具。 It automatically syncs transactions to Airtable, and from there you could export to Excel.它会自动将事务同步到 Airtable,然后您可以从那里导出到 Excel。 BMO is supported, and the monthly plan is $12.支持 BMO,每月计划为 12 美元。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在保存到 OneDrive 的 Excel 工作簿中运行 SQL 查询? - How can I run a SQL query within an Excel Workbook saved to OneDrive? 我可以使用 python 在 onedrive 上编辑 excel 文件吗? - Can I edit an excel file on onedrive using python? 如何使用逻辑应用清除或删除 Onedrive 或 Excel 上的文件数据? - How to clear or remove the file data on Onedrive or Excel using Logic app? 如何在Onedrive嵌入式Excel工作表中获取和设置字段? - How do I Get and Set a field in a Onedrive embedded Excel sheet? OneDrive SDK:如何使用单租户应用程序访问 onedrive 文件? - OneDrive SDK : how can I use single tenant app to access onedrive files? 如何使用OneDrive API将文件上传到OneDrive上的共享文件夹中? - How can I upload files into a shared folder on OneDrive using OneDrive API? 我需要哪些信息才能通过 Microsoft 的 Graph API 从 OneDrive 中提取数据? - Which information do I need to extract data from OneDrive via Microsoft's Graph API? 如何使用OneDrive SDK更新存储在OneDrive(业务)上的文件的创建和/或最后修改时间 - How can I update the creation and/or the last modified time of a file stored on OneDrive (Business) using the OneDrive SDK 如何检查本地OneDrive文件夹是否同步? - How can I check local OneDrive folder is in sync? 如何使用“ quintolabs qlproxy”将onedrive白名单进行Web过滤 - How can I whitelist onedrive using the “quintolabs qlproxy” for web filtering
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM