freq_responce/scripts/default/sample_excel_export.js

8 lines
388 B
JavaScript

let __result = { skz: 1,
test_array: [ { col1: {}, col2: 2, col3: 3}, { col1: [], col2: 2, col3: 3}, { col2 : 5, col3: 6.3, col4: "ddd", col5: true } ],
test_object: { col1: [1, 2, 3, 4, 5, 6], col2: ["dd", true, 0.5], col3: [], col4: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] },
test_simple_array: [1, 2, 3, 4, 5, {}, [], true, 6, 7, 8, 9, 10] };
gtl.results = __result;
gtl.diagnostic.stop();