Every distribution is a plain CSV at a stable URL, so you can pull it into a spreadsheet with no add-on. In Google Sheets use IMPORTDATA; in Excel use Data → From Web (Power Query). Refreshing re-reads the current manually-maintained file — it is not a live feed.
- Google Sheets: IMPORTDATA(url).
- Excel: Data → From Web (Power Query).
- Cite live rows only; refresh ≠ real-time.
Google Sheets
=IMPORTDATA("https://warconomy.com/datasets/conflict-economic-impact/observations.csv")=IMPORTDATA("https://warconomy.com/datasets/conflict-economic-impact/sources.csv")Excel
Data tab → Get Data → From Web → paste:
https://warconomy.com/datasets/conflict-economic-impact/observations.csv
Excel parses the CSV; refresh re-reads the current file.More
All distributions: bundle · downloads: /downloads.csv · Python: /developers/python.