Hi,
When we import the excel workbook using the pq.excel.importXl method, we are facing the below issues:
1. Format of the cell is appended to the cell text. i.e. "1.00" in excel with the number formatting of "0.00" gets imported as "0.001", whereas "1" with "General" format gets imported as "1".
2. We have cells with data validation list. During edit, these cells are not displaying as dropdown values (select), but are displayed as text.
I have attached the code used, excel file used and screenshot of the issues. Can you please assist us?