I am trying to automate a data entry process by pulling information from a confluence table and putting it into an excel file for analysis. I have attempted to pull the data using basic web scraping techniques but VBA is unable to locate the information. Are there any tips to finding and pulling the information from the confluence table?
Can you please elaborate more about this `VBA is unable to locate the information`?
From my thought, you can just transform Confluence content into csv file so you can read from excel file for analysis
Another approach, you can just use some excel library api like https://poi.apache.org/ to write the excel file in native extension .xls
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.