|
<template>
<div id="app">
<div id="container">
<ejs-spreadsheet ref="spreadsheetRef" :created="created" locale="en-GB">
<e-sheets>
. . .
</e-sheet>
</e-sheets>
</ejs-spreadsheet>
</div>
</div>
</template>
<script>
import Vue from "vue";
import { L10n, setCulture, setCurrencyCode, loadCldr } from "@syncfusion/ej2-base";
import { SpreadsheetPlugin } from "@syncfusion/ej2-vue-spreadsheet";
import * as dataSource from "./default-data.json";
Vue.use(SpreadsheetPlugin);
import * as numberingSystems from "./numberingSystems.json";
import * as gregorian from "./ca-gregorian.json";
import * as numbers from "./numbers.json";
import * as timeZoneNames from "./timeZoneNames.json";
loadCldr(numberingSystems, gregorian, numbers, timeZoneNames);
setCulture("en-GB");
export default {
data: function () {
return {
view: "Details",
dataSource: dataSource.defaultData,
width1: 180,
width2: 130,
width3: 120,
};
}
. . .
</script>
|
Hi Sangeetha,
I tried to open the file in the demo link but it keeps loading forever till the request fails with 502 status.
Please check the attached video.
Secondly, I updated to "@syncfusion/ej2-vue-spreadsheet": "^19.1.69"
And imported all of the custom files exactly as the demo, I made sure as well that date format on my local machine is set to UK, but still getting the same US format here:
I even tried to open the file on the actual demo link here:
https://ej2.syncfusion.com/vue/demos/?&_ga=2.133550089.669649612.1624096807-259303177.1608820189&_gac=1.117190260.1622221333.CjwKCAjwqcKFBhAhEiwAfEr7zXOBzjMdHGf8F2LcoWNYkPN3MqvKilitVihdXxr_DjVjs_KgZKw41hoCKg0QAvD_BwE#/material/spreadsheet/default.html
But no success, same issue happens.
Please assist to help with this issue asap, because it's been a long time since I reported this issue and it still not resolved.
Really appreciate your help.
Thanks,
Hello,
Guys please check the sample link you sent
Sample Link: https://codesandbox.io/s/vue-template-forked-96okv?file=/src/App.vue
the format is not UK format at all:
Please help to assist to resolve this as soon as possible, because this has been pending for too long and it's obstructing our business processes.
Thanks,