Export materials database to Excel-compatible formats
Data → Get Data → From File → From Text/CSVLoadUpload your own materials JSON file to convert to Excel format
After importing the database, use these formulas:
=VLOOKUP(A2, Materials!A:D, 4, FALSE)=VLOOKUP(A2, Materials!A:E, 5, FALSE)=Thickness_mm/1000 * Area_m2 * Density * CarbonWhere A2 contains the Material ID, and "Materials" is the sheet name with your imported data.
| Material_ID | Material_Name | Category | Carbon_kgCO2e_per_kg | Density_kg_per_m3 | Source | EPD_Reference | Notes |
|---|
Data → Get Data → From Other Sources → From WebOK and Excel will parse the JSONRefresh anytime to update with latest database values💡 Pro Tip: This method allows your Excel file to automatically update when your online database changes!