I have a code that handles the date manipulation properly on local machine but displays incorrect formatting when hosted on Azure webjobs.
the input file has 2020 data when I apply setstyle or applystyle where I want to change the format to “mmm-yy” , azure webjobs converts all the dates to 2022.
Also the sorter on dates is not working on Azure webjobs. If sorted in ascending order it takes the 2022 first and then sorts the 2020 data.
Is there a limitation that these functionalities of aspose don’t work on azure web jobs?
Can you please let me know ASAP?
Hi @Donnamitra
Please provide us some test files, code snippets, or simple test projects to illustrate:
1, how do you apply setstyle or applystyle,
2, how do you sorter on dates in Azure webjobs.
Thank you.
Could you please also zip and attach sample Excel files (input file(if any), output file, etc.). This will also help us to evaluate your issue precisely on our end.
@Donnamitra,
To help us understand your requirement and issue better, the provided resources need to include the source excel file, the expected result and the generated file of your web job. As you said the result is correct for local machine, please check whether the locale of the web jobs is same with your local machine. If not, you may try to explicitly specify the locale of your workbook as the same one with your local machine to check whether it can give you the expected result.