Date Values Stored as Text Instead of DateTime in Cells
Issue Description
I’m experiencing an issue with date values in Excel cells using Aspose.Cells. When I programmatically insert a date value into a cell and apply da…...log('Date Value before parsing', value); const dateValue =...console.log('Date Value after parsing', dateValue); if (!isNaN(dateValue...