Excel Import Guide¶
Propongo supports importing Excel files in two places: the Budget tab and the Custom Sections tab.
Importing a Budget¶
- Switch to the Budget tab.
- Click Import Excel.
- Your spreadsheet must have these four columns (header names are case-insensitive):
| Column | Description | Example |
|---|---|---|
| Task | Task name (creates new tasks if needed) | "Field Surveys" |
| Item | Line item name | "Field Technician" |
| Cost/Unit | Cost per unit | 45.00 |
| Units | Number of units | 80 |
- Select your
.xlsxor.xlsfile and upload.
All items are created under their respective tasks. Existing tasks are reused; new tasks are auto-created.
Download a Template¶
Click Download Template on the Budget tab to get a sample .xlsx with the correct columns.
Importing a Spreadsheet as a Custom Section¶
- Switch to the Custom Sections tab.
- Click Import Excel.
- Select any
.xlsxor.xlsfile. - The spreadsheet is converted to a Markdown table and added as a new custom section.
This is useful for presenting data tables directly in the proposal.
Requirements¶
- Install
pandasandopenpyxlif not already present:1pip install pandas openpyxl tabulate - These are included when you
pip install propongo.