Export

DPlan supports eight export paths — from saving a portable project file to generating polished PDFs and Excel workbooks. All export actions are in the EXPORT tab of the ribbon.

Save as .dplan File

The .dplan format is a plain JSON file with a .dplan extension. It is the primary way to back up, share, and transfer your project between devices.

Tip: Save a .dplan file at the end of each working session as your reliable backup. Auto-save to localStorage is convenient but browser storage can be cleared accidentally.

Open a .dplan File

Replace permanently discards unsaved in-memory work. Save your current project first (Ctrl+S) before opening a different file with Replace.

Export to Excel (.xlsx)

Generates a multi-sheet Excel workbook from the active project.

The workbook contains three sheets:

  1. Tasks — One row per task with columns: WBS, Name, Type, Duration, Start, Finish, Progress, Status, Priority, Assigned Resources, Fixed Cost, Total Cost, Notes. Summary phases appear as bold rows. Indentation is reflected in the Name column via leading spaces.
  2. Resources — One row per resource with columns: Name, Role, Day Rate, Total Days Assigned, Total Cost. Totals are summed at the bottom.
  3. Summary — Project-level totals: total tasks, total duration (calendar days), total cost, number of milestones, number of summary phases, project start/finish dates, and completion percentage.

If Cost Tracking is enabled, an additional Cost Detail sheet breaks down resource cost vs. fixed cost per task, with phase subtotals and a project grand total.

Portfolio Excel Export (All Projects)

When you have multiple projects loaded in DPlan, you can export them all to a single workbook.

The workbook structure:

Excel sheet names are limited to 31 characters. Long project names will be truncated. Rename projects to short identifiers before exporting if you need readable sheet names.

PDF Export

Generates a print-quality PDF of the project plan.

Tip: Set the zoom level to Month or Quarter before exporting PDF to fit more of the timeline on each page. Day zoom produces very wide Gantt output.

HTML Report

Generates a standalone HTML file containing a formatted project report.

Save as PNG Image

Renders the Gantt timeline SVG to a PNG bitmap image.

Tip: Collapse summary phases and set zoom to Month or Quarter for a clean, high-level PNG suitable for an executive presentation. Expand phases and zoom to Week for a detailed developer handout.

Print Gantt (Print Button)

The Print button in the EXPORT ribbon (Export As group) opens a purpose-built print page in a new browser tab and immediately triggers the browser print dialog.

Tip: Collapse summary phases in the main view before clicking Print to produce a compact high-level overview. Expand them for a full detail print.

Client View Export

The Client View button in the EXPORT ribbon generates a clean, client-safe HTML report that strips all internal information — no cost figures, no notes, no internal comments. Share it confidently with clients, contractors, or stakeholders who should not see your internal cost or note data.

Pro tip: Apply filters before clicking Client View to export a subset — e.g., filter to a single phase or assignee to send a role-specific view to that client or team.

Task Journal

The Task Journal button exports an HTML document organised like a project diary. It is designed for retrospectives, project close-out reports, and handover documentation.

MSPDI XML Export (MS Project)

The MSPDI XML button in the Integrations group exports the active project as a Microsoft Project Data Interchange (MSPDI) XML file.

MSPDI export produces a standards-compliant file. Minor field differences may exist between DPlan and MS Project (e.g., constraint handling). Review key milestone dates after importing into MS Project.

Jira CSV Export

The Jira CSV button exports the active project as a Jira-compatible CSV file for bulk import into Jira.

Print (Browser Print)

Press Ctrl+P (or Cmd+P) to open the browser's native print dialog. DPlan includes print CSS that:

For best results, set the browser print orientation to Landscape and scale to Fit to page. PDF Export (above) generally produces higher-quality output than browser print for sharing.

Tips for Sharing