syncfusion_flutter_xlsio dateTime format gives wrong information #2179
Labels
waiting for customer response
Cannot make further progress until the customer responds.
xlsIO
XlsIO component
Bug description
When trying to set the DateTime format for chart (X axis) it doesn't work.
When i set numberFormat for individual cell like this:
sheet.getRangeByName('A2').numberFormat = 'dd-MM-yyyy';
it display number like this: 2.65465456757454When i set the DateTime format like this:
chart.primaryCategoryAxis.numberFormat = 'dd-MM-yyyy';
It display wrong date example forDateTime(2014, 01, 14, 14, 14, 14)
it display04-05-1900
Steps to reproduce
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]


Stack Traces
Stack Traces
On which target platforms have you observed this bug?
iOS
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: