Skip to main content

Excel Export Examples

This article provides examples of how to use the Excel export in HH Data Management. Some export templates and export profiles can be downloaded and customized using these buttons:

Setup

Single or multiple setups can be exported from HH Data Management.

Single export

A single setup can be exported in Excel or PDF format to be printed for mechanics.

SettingsDescription
File ScopeChampionships.Events.EventCars.Setups
File Name TemplateThe Name of the setup can be used in the file name template if one Excel file per setup is expected.
WorksheetName of the setup can be used in the WorkSheet Name.
Cell Column/Row IndexUse Text Search for dynamic placement.
info

An Excel Export button can be added in the Setup CID to export or print a setup using this Excel export profile.

FileDownload Link
ProfileSingle setup Excel profile
TemplateHH Dev setup sheet

Double-column setup export

All setups from one Event and Car can be exported side-by-side.

SettingsDescription
File ScopeChampionships.Events.EventCars
First cellLoop on each setup by changing the scope to Setups and using Linear Equation for column index
Cell Column/Row IndexConstant Index are used
info

Access the profile from the Data ex-/import view. Use the Export button in the Setup view ribbon bar to export all setups displayed.

FileDownload Link
ProfileDouble column Excel profile
TemplateHH Dev double column setup export

Global issue list

All global issue lists can be exported to Excel.

SettingsDescription
File ScopeNull.
First cellLoop through issues by changing the scope to IssueListIssues and using linear equation for row index.
FileDownload Link
ProfileGlobal issue list Excel profile
TemplateGlobal issue list export template
tip

A filter can be added to include only specific types of global issue lists by using the Allow Export setting.

RunSheet export

Full event report

A summary of the full event can be exported with:

  • Tyre usage summary
  • Lap by lap summary
  • Run by run summary
  • RunSheet table with driver and engineer comments
  • Fuel summary
  • Weather summary
  • Session issue list summary

SettingsDescription
File ScopeChampionships.Events.EventCars
VBA Sub Procedure To Call After ExportThis profile is calling an Excel macro called PrintAreaTotal to clean the document before exporting in PDF format
WorkSheetThis profile is using several worksheet cells to export in different worksheets
FileDownload Link
ProfileEvent report Excel profile
TemplateEvent report export template

Session report

A simpler runsheet export can also be used with one file per session

SettinsDescription
File ScopeChampionships.Events.EventCars.EventCarSessions
VBA Sub Procedure To Call After ExportThis profile is calling an Excel macro called AutoFitColumns to clean the document before exporting in PDF format
WorkSheetThis profile is using several worksheet cells to export in different worksheets
FileDownload Link
ProfileRunsheet Excel profile
TemplateRunsheet export template
info

Access the profile from the Data ex-/import view.

An Excel xxport button can also be added in the runsheet or event / session details CGD.

Default run plan export

The default run plan can be exported (run mode).

SettingsDescription
File ScopeChampionships.Events.Sessions.SessionCars
First cellsSome session info can be exported at the top and then a cell is looping through all planned runs
FileDownload Link
ProfileRun plan Excel profile
TemplateRun plan export template