{
  "templateId": "template.xlsx",
  "data": {
    "Boolean": true,
    "CompanyBoolean": false,
    "CompanyFloat": 2141.4,
    "CompanyId": "cid1",
    "CompanyInteger": 252454,
    "CompanyLabel": "Company Name",
    "CompanyLastUpdated": "2019-02-02T00:00:00.000Z",
    "Float": -143242.25,
    "HierarchyId": "hid1",
    "HierarchyLabel": "Hierarchy Name",
    "Integer": 114325352,
    "LastUpdated": "2019-01-01T00:00:00.000Z",
    "ProjectId": "pid1",
    "ProjectLabel": "Project Name",
    "RootId": "elid1",
    "Initiatives": [
      {
        "Id": "uuidInitiative1",
        "Name": "Initiative 1",
        "StatusId": "uuidStatus1",
        "SavingsPotential": 123.3,
        "Achievement": 0.12,
        "IsComplete": false,
        "Date": "2018-04-11T00:00:00.000Z",
        "Integer": 1,
        "Calculated column": 146.727
      },
      {
        "Id": "uuidInitiative2",
        "Name": "Initiative 2",
        "StatusId": "uuidStatus2",
        "SavingsPotential": null,
        "Achievement": 0,
        "IsComplete": true,
        "Date": "1966-05-01T00:00:00.000Z",
        "Integer": -246537347,
        "Calculated column": 0
      },
      {
        "Id": "uuidInitiative3",
        "Name": "Initiative 3",
        "StatusId": "uuidStatus3",
        "SavingsPotential": 456,
        "Achievement": 0.2,
        "IsComplete": false,
        "Date": "2020-01-01T00:00:00.000Z",
        "Integer": 1324275242,
        "Calculated column": 542.64
      }
    ],
    "Status": [
      {
        "Id": "uuidStatus1",
        "Label": "On track"
      },
      {
        "Id": "uuidStatus2",
        "Label": "Some progress"
      },
      {
        "Id": "uuidStatus3",
        "Label": "Delayed"
      }
    ],
    "Persons": [
      {
        "Id": "pid1",
        "LastName": "Bolle"
      },
      {
        "Id": "pid2",
        "LastName": "Zwille"
      },
      {
        "Id": "pid3",
        "LastName": "Ralle"
      }
    ]
  }
}
