odsData = ({
selectedCharacteristics: [
{ variable: "Sex", category: "Female" },
{ variable: "Religion", category: "Hindu" }
],
tableHeadings: ["Category", "Selected group", "England and Wales"],
sheets: [
{
sheetName: "Age",
tableName: "Age",
rowData: [
{ name: "First category", values: [12.3, 45.6] },
{ name: "Second category", values: [12.3, 45.6] }
]
},
{
sheetName: "Ethnicity",
tableName: "Ethnicity",
rowData: [
{ name: "First category", values: [12.3, 45.6] },
{ name: "Second category", values: [12.3, 45.6] },
{ name: "Third category", values: [78.9, 45.6] }
]
}
]
})